==Most frequent Wiki markup explained==
<!--It is intended to be brief, or as an overview. Otherwise why we would separate the materials into different pages? Thus it's best NOT to add new materials or expand here. Add more examples or expand in other areas like Wikitext examples. Thanks!-->
Here are the most frequently used types of wiki markup. If you need more help see [[http://meta.wikimedia.org/wiki/Help:Wikitext_examples Wikitext examples|Wikitext examples]].
<br clear="right" />
{| class="wikitable"
! stylewidth="width: 50%" | What it looks like! stylewidth="width: 50%" | What you type
|-
|You can ''italicize text'' by putting 2 apostrophes on each side. 3 apostrophes will embolden '''the text'''. 5 apostrophes will embolden and italicize '''''the text'''''. (4 apostrophes don't do anything special -- there's just ''''one left over''''.)|<pre>You can ''italicize text'' by putting 2 apostrophes on each side. 3 apostrophes will embolden '''the text'''. 5 apostrophes will embolden and italicize '''''the text'''''. (4 apostrophes don't do anythingspecial -- there's just ''''one leftover''''.)</pre>
|-
|You should "sign" your comments on talk pages:* Three tildes give your user name: [[User:ExampleUser|ExampleUser]] ([[User talk:ExampleUser|talk]])<br />* Four tildes give your user name plus date/time: [[User:ExampleUser|ExampleUser]] ([[User talk:ExampleUser|talk]]) 07:46, 27 November 2005 (UTC)
* Five tildes give the date/time alone: 07:46, 27 November 2005 (UTC)
|<pre>You should "sign" your comments on talk pages:* Three tildes give your username: ~~~* Four tildes give your user name plus date/time: ~~~~* Five tildes give the date/time alone: ~~~~~</pre>
|-
| colspan=2 |
== Section headings ==
''Headings'' organize your writing into sections.The Wiki software can automatically generatea table of contents from them.
=== Subsection ===
: A colon (:) indents a line or paragraph.
A newline starts a new paragraph. <br>
Often used for discussion on [[talk pages]].
: We use 1 colon to indent once.
:: We use 2 colons to indent twice.
Here's a link to the [[Main Page]].
But be careful - – capitalization counts! If a linked page does not exist yet, you can create it by clicking on the link.|<pre>Here's a link to the [[Main Page]].</pre>|-|But be careful – capitalization counts! [[Intentionally permanent red link]] is If a linked page that doesn't does not existyet. You could create it by clicking on the link.,|<pre>[[Intentionally permanent red link]] is a page that doesn't existyet. You could you can create it by clicking on the link.
</pre>
|-
* [[Help:Editing#Links]].
If multiple sections have the same title, adda number. [[#Links 1]] goes to thethird section named "Links".|<pre> You can link to a page section by its title:
* [[Help:Editing#Links]]. If multiple sections have the same title, adda number. [[#Example section 3]] goes to thethird section named "Example section".</pre>
|}