Difference between revisions of "Help:Editing"

From TheReincarnation
Jump to: navigation, search
m (Basic formatting in Wiki)
m (Basic formatting in Wiki)
Line 2: Line 2:
 
<table width=95%>
 
<table width=95%>
 
<tr valign=top><td width=45%>
 
<tr valign=top><td width=45%>
'''Basics'''
+
'''Basics'''<br>
 
Normal text stays normal text
 
Normal text stays normal text
  
 +
<nowiki>''</nowiki>italics<nowiki>''</nowiki> becomes ''italics''<br>
 +
<nowiki>'''</nowiki>bold text<nowiki>'''</nowiki> becomes ''bold''<br>
 +
<br>
 +
 +
<nowiki><nowiki></nowiki>text with <nowiki>[[</nowiki> stuff used<nowiki><now</nowiki><nowiki>iki></nowiki>
 +
 +
 +
<br>
 +
<br>
 +
'''headers and contents box'''<br>
 +
To tag headers, use:
 
<nowiki>=</nowiki>Heading level 1<nowiki>=</nowiki><br>
 
<nowiki>=</nowiki>Heading level 1<nowiki>=</nowiki><br>
 
<nowiki>==</nowiki>Heading level 2<nowiki>==</nowiki><br>
 
<nowiki>==</nowiki>Heading level 2<nowiki>==</nowiki><br>
 
<nowiki>===</nowiki>Heading level 3<nowiki>===</nowiki><br>
 
<nowiki>===</nowiki>Heading level 3<nowiki>===</nowiki><br>
<br>
 
  
<font size=1>if three or more heading lines occur on a page,  
+
If three or more heading lines occur on a page,  
automatically a content box is added<font>
+
automatically a content box is added
  
 
<nowiki>''</nowiki>italics<nowiki>''</nowiki><br>
 
<nowiki>'''</nowiki>bold text<nowiki>'''</nowiki><br>
 
 
<nowiki><nowiki></nowiki>text with <nowiki>[[</nowiki> stuff used<nowiki><now</nowiki><nowiki>iki></nowiki>
 
  
  

Revision as of 21:26, 19 March 2006

Basic formatting in Wiki

Basics
Normal text stays normal text

''italics'' becomes italics
'''bold text''' becomes bold

<nowiki>text with [[ stuff used<nowiki>




headers and contents box
To tag headers, use: =Heading level 1=
==Heading level 2==
===Heading level 3===

If three or more heading lines occur on a page, automatically a content box is added






Lists
when you type something like this:
* a bullet list
* b bullet list
** b2 bullet list
** b3 bullet list
* c bullet list

wiki makes this from it

  • a bullet list
  • b bullet list
    • b2 bullet list
    • b3 bullet list
  • c bullet list