48,830
edits
(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 == |
edits