Revision [16418]
This is an old revision of FormattingRules made by RdkXf5 on 2007-04-19 08:37:54.				
				
The Wiki Formatting Guide
This is the Wikka formatting guide for version 1.1.6.0-dev running this server. For an updated list of formatting rules available in the latest stable release (WhatsNew 1.1.6.2), please refer to this page.
1. Text formatting
Note: Anything between 2 sets of double-quotes is not formatted.
	**bold**
	bold 
	//I'm italic text!//
	I'm italic text!
	And I'm __underlined__!
	And I'm underlined!
	##monospace text##
	monospace text
	''highlight text'' (using 2 single-quotes)
	highlight text
	  Strike through text  
	  Strike through text  
	Press #%ANY KEY#%
	Press ANY KEY
	@@Center text@@
Center text
2. Headers:
Use between six = (for the biggest header) and two = (for the smallest header) on both sides of a text.
	====== Really big header ======
	===== Rather big header =====
	==== Medium header ==== 
	=== Not-so-big header === 
	== Smallish header == 
3. Horizontal separator:
	----
4. Forced line break:
	---
text beforeand after a break
5. Lists / Indents:
Indent text using 4 spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):~- bulleted list:
- bulleted list
 
- Line two
 
~1) numbered list:
- numbered list
 
- Line two
 
~A) Using uppercase characters:
- Using uppercase characters
 
- Line two
 
~a) Using lowercase characters:
- Using lowercase characters
 
- Line two
 
~I) using uppercase roman numerals:
- using Latin numbers
 
- Line two
 
~i) using lowercase roman numerals:
- using Latin numbers
 
- Line two
 
6. Inline comments
""~