Difference between revisions of "Help:How to edit"

Jump to navigation Jump to search
769 bytes added ,  01:49, 13 May 2013
no edit summary
(create)
 
Line 1: Line 1:
The page covers '''how to edit'''. It is largely copied from [http://www.mediawiki.org/wiki/Help:Formatting MediaWiki's Help:Formatting].
The page covers '''how to edit'''. It is largely copied from [http://www.mediawiki.org/wiki/Help:Formatting MediaWiki's Help:Formatting].
==Barebones==
{| class="wikitable"
! Description
! width=40% | You type
! width=40% | You get
|-
! colspan="3" style="background: #ABE" | Character (inline) formatting – ''applies anywhere''
|-
| Italic text
| <pre>
''italic''
</pre>
|
''italic''
|-
| Bold text
| <pre>
'''bold'''
</pre>
|
'''bold'''
|-
| Headings of different levels
| <pre>
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======
</pre>
----
Note:
* [[Help_talk:Formatting#Level_1|Skip Level 1]], it is page name level.
* An article with 4 or more headings automatically creates a table of contents.
|
<!-- using HTML markup to avoid creating new sections -->
<h2>Level 2</h2>
<h3>Level 3</h3>
<h4>Level 4</h4>
<h5>Level 5</h5>
<h6>Level 6</h6>
|}


== Text formatting markup ==
== Text formatting markup ==
48,830

edits

Navigation menu