Difference between revisions of "Help:How to edit"

Jump to navigation Jump to search
619 bytes removed ,  01:51, 13 May 2013
no edit summary
Line 2: Line 2:


==Barebones==
==Barebones==
{| class="wikitable"
A few simple things:
! Description
<pre>
! 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'''
'''bold'''
|-
| Headings of different levels
| <pre>
== Level 2 ==


=== Level 3 ===
''italics''


==== Level 4 ====
==Heading==


===== Level 5 =====
===Subheading===


====== Level 6 ======
<ref>This is a reference.</ref>


{{Reflist}}
</pre>
</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,475

edits

Navigation menu