Help:Wikicode: Difference between revisions

You guys missed a spot!
No edit summary
(You guys missed a spot!)
Line 166: Line 166:


==Headings==
==Headings==
In order to make a heading, type two = before and after your heading on a new line. For instance <code><nowiki>==Example==</nowiki></code> will look like  
In order to make a heading, type two = before and after your heading on a new line. For instance <code><nowiki>==Example Heading==</nowiki></code> will look like  
==Example==
==Example Heading==
'''THIS IS AN EXAMPLE'''
'''THIS IS AN EXAMPLE'''


==Sub-headings==
==Sub-headings==
In order to make a sub-heading, type three = before and after your heading on a new line. For instance, <code><nowiki>===Example===</nowiki></code> will look like
In order to make a sub-heading, type three = before and after your heading on a new line. For instance, <code><nowiki>===Example Sub-heading===</nowiki></code> will look like
===Example===
===Example Sub-heading===
'''THIS IS AN EXAMPLE'''
'''THIS IS AN EXAMPLE'''
==Not Encoding Things==
This is helpfull on pages that teach users how to encode text. To un-encode text, type "code <> and immediatly after doing that type "nowiki" between <> then type the code that you don't want coded. After your finished typing your code, type </nowiki> immideatly followed by </code>. If you do it right, then <code><nowiki><code><nowiki>'''Example'''</nowiki></code></nowiki></code> will look like <code><nowiki>'''Example'''</nowiki></code> instead of '''Example'''.
587

edits