Difference between revisions of "Help:Editing"

From LGPedia
Jump to: navigation, search
(Editing basics)
m
 
(29 intermediate revisions by 20 users not shown)
Line 1: Line 1:
{{cleanup}}
+
{| style="margin:0 0 0 0; background:none;"
== Editing  basics ==
+
| style="width:100%; border:1px solid #ddcef2; background:#faf5ff; vertical-align:top; color:#000;"|
 
+
{| cellpadding="2" cellspacing="5" style="vertical-align:top; background:#faf5ff; color:#000; width:100%"
==Most frequent wiki markup explained==
+
|<h2 style="margin:0; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em">Editing basics</h2>
{| border="1" cellpadding="2"
+
!width="1000" style="background:#FFFF99"|What it looks like
+
!width="500" style="background:#FFFF99"|What you type
+
 
|-
 
|-
 
|
 
|
You can ''italicize text'' by putting 2
+
;Start editing
apostrophes on each side.  
+
:To start editing a page, click the '''Edit this page''' (or just '''edit''') link at one of its edges. This brings you to the '''edit page''': a page with a text box containing the ''wikitext'': the editable source code from which the server produces the webpage. ''If you just want to experiment, please do so in the [[LGPedia:Sandbox|sandbox]], not here''.
  
3 apostrophes will bold '''the text'''.  
+
;Type your changes
 +
:You can just type your text. However, also using basic wiki markup (described in the next section) to make links and do simple formatting adds to the value of your contribution.
  
5 apostrophes will bold and italicize
+
;Summarize your changes
'''''the text'''''.
+
:Write a short [[Help:Edit summary|edit summary]] in the small field below the edit-box. You may use shorthand to describe your changes.
  
(4 apostrophes don't do anything special -- there's just ''''one left over''''.)
+
;[[Help:Show preview|Preview before saving]]
|<pre>
+
:When you have finished, click '''Show preview''' to see how your changes will look -- '''before''' you make them permanent. Repeat the edit/preview process until you are satisfied, then click '''Save page''' and your changes will be immediately applied to the article.
You can ''italicize text'' by putting 2
+
|}
apostrophes on each side.  
+
|}
 
+
{| style="margin:4px 0 0 0; width:100%; background:none;"
3 apostrophes will bold '''the text'''.  
+
<!-- #################################### LOWER LEFT BLOCK #################################### -->
 
+
| style="width:50%; border:1px solid #ddcef2; background:#faf5ff; vertical-align:top; color:#000;"|
5 apostrophes will bold and italicize
+
{| cellpadding="2" cellspacing="5" style="vertical-align:top; background:#faf5ff; color:#000; width:100%"
'''''the text'''''.
+
|<h2 style="margin:0; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em">Further reading</h2>
 
+
(4 apostrophes don't do anything
+
special -- there's just ''''one left
+
over''''.)
+
</pre>
+
 
|-
 
|-
 
|
 
|
You should "sign" your comments on talk pages: <br>
+
{|width="100%"
- Three tildes gives your user name: [[User:Dharmabum420|Dharmabum420]] <br>
+
|[[Help:Contents]]
- Four tildes give your user name plus date/time: [[User:Dharmabum420|Dharmabum420]] 07:46, 27 November 2005 (UTC) <br>
+
|align="right"|Help frontpage
- Five tildes gives the date/time alone: 07:46, 27 November 2005 (UTC) <br>
+
|<pre>
+
You should "sign" your comments
+
on talk pages: <br>
+
- Three tildes gives your user
+
name: ~~~ <br>
+
- Four tildes give your user
+
name plus date/time: ~~~~ <br>
+
- Five tildes gives the
+
date/time alone: ~~~~~ <br>
+
</pre>
+
 
|-
 
|-
|
+
|[[Help:Edit summary]]
<div style="font-size:150%;border-bottom:1px solid #000000;">Section headings</div>
+
|align="right"|How to write edit summaries
 
+
''Headings'' organize your writing into sections.
+
The Wiki software can automatically generate
+
a table of contents from them.
+
 
+
<div style="font-size:132%;font-weight:bold;">Subsection</div>
+
Using more equals signs creates a subsection.
+
 
+
<div style="font-size:116%;font-weight:bold;">A smaller subsection</div>
+
 
+
Don't skip levels, like from two to four equals signs.
+
 
+
Start with 2 equals signs not 1 because 1 creates H1 tags which should be reserved for page title.
+
|<pre>
+
== Section headings ==
+
 
+
''Headings'' organize your writing into sections.
+
The Wiki software can automatically generate
+
a table of contents from them.
+
 
+
=== Subsection ===
+
 
+
Using more equals signs creates a subsection.
+
 
+
==== A smaller subsection ====
+
 
+
Don't skip levels,
+
like from two to four equals signs.
+
 
+
Start with 2 equals signs not 1
+
because 1 creates H1 tags
+
which should be reserved for page title.
+
</pre>
+
|- id="lists"
+
|
+
* ''Unordered lists'' are easy to do:
+
** Start every line with a star.
+
*** More stars indicate a deeper level.
+
*: Previous item continues.
+
** A newline
+
* in a list 
+
marks the end of the list.
+
*Of course you can start again.
+
|<pre>
+
* ''Unordered lists'' are easy to do:
+
** Start every line with a star.
+
*** More stars indicate a deeper level.
+
*: Previous item continues.
+
** A new line
+
* in a list 
+
marks the end of the list.
+
* Of course you can start again.
+
</pre>
+
 
|-
 
|-
|
+
|[[Help:Footnotes]]
# ''Numbered lists'' are:
+
|align="right"|How to create automatic footnotes
## Very organized
+
## Easy to follow
+
A new line marks the end of the list.
+
# New numbering starts with 1.
+
 
+
|<pre>
+
# ''Numbered lists'' are:
+
## Very organized
+
## Easy to follow
+
A new line marks the end of the list.
+
# New numbering starts with 1.
+
</pre>
+
 
|-
 
|-
|
+
|[[Help:Markup]]
Here's a link to a page named [[Daniel]].
+
|align="right"|Common wiki-markup quick reference
You can even say [[Daniel]]s
+
and the link will show up correctly.
+
|<pre>
+
Here's a link to a page named
+
[[Daniel]].
+
You can even say
+
[[Daniel]]s
+
and the link will show up
+
correctly.
+
</pre>
+
 
|-
 
|-
|
+
|[[Help:Show preview]]
[[Bree's feet]] is a page that doesn't exist
+
|align="right"|Click this...for all our sakes
yet. You could create it by clicking on the link.
+
|-
|<pre>
+
|[[LGPedia:Templates]]
[[Bree's feet]] is
+
|align="right"|List of available templates
a page that doesn't exist
+
yet. You could create it by
+
clicking on the link.
+
</pre>
+
 
|-
 
|-
|
+
|[http://en.wikipedia.org/wiki/Help:Contents Wikipedia's help]
You can link to a page section by its title:
+
|align="right"|Most viewed wiki-help on the planet
 
+
|-
*[[First Blog / Dorkiness Prevails#Transcript]].
+
|[http://www.mediawiki.org/wiki/Help:Contents MediaWiki's help]
 
+
|align="right"|MediaWiki software manual
If multiple sections have the same title, add
+
|-
a number. [[#Example section 3]] goes to the
+
|[http://meta.wikimedia.org/wiki/Help:Editor Meta Wiki Editor Section]
third section named "Example section".
+
|align="right"|Less pretty, but most complete
|<pre>
+
You can link to a page section by its title:
+
 
+
*[[First Blog / Dorkiness Prevails#Transcript]].
+
 
+
If multiple sections have the same title, add
+
a number. [[#Example section 3]] goes to the
+
third section named "Example section".
+
</pre>
+
 
|}
 
|}
 
+
|}
==References==
+
| style="border:1px solid transparent;" |
 
+
<!-- #################################### LOWER RIGHT BLOCK #################################### -->
Providing references to facts in your articles is an important part of being a thorough editor.  On LGPedia you can use Cite.php to easily and consistently document your references in an organized way.  See [[Help:Footnotes]] for more information.
+
| style="width:50%; border:1px solid #ddcef2; background:#faf5ff; vertical-align:top; color:#000;"|
 +
{| cellpadding="2" cellspacing="5" style="vertical-align:top; background:#faf5ff; color:#000; width:100%"
 +
|<h2 style="margin:0; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em">References</h2>
 +
|-
 +
|Providing references to facts in your articles is an important part of being a thorough editor.  On LGPedia you can use Cite.php to easily and consistently document your references in an organized way.  See [[Help:Footnotes]] for more information.
 +
|-
 +
|<h2 style="margin:0; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em">I need more help!</h2>
 +
|-
 +
|For other questions, feel free to leave a question on the talk page of one of the admins of the LGPedia:
 +
<center>[[User_talk:FH14|FH14]]{{·}} [[User_talk:Zoey|Zoey]]{{·}} [[User_talk:Jonpro|Jonpro]]{{·}} [[User_talk:Phoenician|Phoenician]]</center>
 +
|}
 +
|}
 +
__NOTOC____NOEDITSECTION__

Latest revision as of 03:03, 12 March 2009

Editing basics

Start editing
To start editing a page, click the Edit this page (or just edit) link at one of its edges. This brings you to the edit page: a page with a text box containing the wikitext: the editable source code from which the server produces the webpage. If you just want to experiment, please do so in the sandbox, not here.
Type your changes
You can just type your text. However, also using basic wiki markup (described in the next section) to make links and do simple formatting adds to the value of your contribution.
Summarize your changes
Write a short edit summary in the small field below the edit-box. You may use shorthand to describe your changes.
Preview before saving
When you have finished, click Show preview to see how your changes will look -- before you make them permanent. Repeat the edit/preview process until you are satisfied, then click Save page and your changes will be immediately applied to the article.

Further reading

Help:Contents Help frontpage
Help:Edit summary How to write edit summaries
Help:Footnotes How to create automatic footnotes
Help:Markup Common wiki-markup quick reference
Help:Show preview Click this...for all our sakes
LGPedia:Templates List of available templates
Wikipedia's help Most viewed wiki-help on the planet
MediaWiki's help MediaWiki software manual
Meta Wiki Editor Section Less pretty, but most complete

References

Providing references to facts in your articles is an important part of being a thorough editor. On LGPedia you can use Cite.php to easily and consistently document your references in an organized way. See Help:Footnotes for more information.

I need more help!

For other questions, feel free to leave a question on the talk page of one of the admins of the LGPedia:
FH14 · Zoey · Jonpro · Phoenician