Difference between revisions of "Help:Editing"

From TheReincarnation
Jump to: navigation, search
m
m
Line 9: Line 9:
 
<br>
 
<br>
 
<nowiki><nowiki></nowiki>text with <nowiki>[[</nowiki> stuff used<nowiki></now</nowiki><nowiki>iki></nowiki>
 
<nowiki><nowiki></nowiki>text with <nowiki>[[</nowiki> stuff used<nowiki></now</nowiki><nowiki>iki></nowiki>
<br>
+
<br><br><br>
 
'''headers and contents box'''<br>
 
'''headers and contents box'''<br>
 
To tag headers, use:<br>
 
To tag headers, use:<br>
Line 18: Line 18:
 
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<br>
 
automatically a content box is added<br>
<br>
+
<br><br><br>
<font size=3>'''Did you notice the buttons at the top of the edit box?'''</font>
+
'''and did you notice the buttons at the top of the edit box?'''
  
 
</td>
 
</td>

Revision as of 21:32, 19 March 2006

Basic formatting in Wiki

Basics
Normal text stays normal text
double or triple single quote's makes:
''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



and did you notice the buttons at the top of the edit box?

HTML
HTML also works.

  • Especially <br> is nice

for line breaking.

  • the HTML table tags work very nice too



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