Revision [15683]

This is an old revision of TextFormatting made by LeMat on 2006-11-24 14:39:25.

 

WikkaDocumentation Wikka Documentation

The Wiki Formatting Guide


This formatting guide applies to 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.
 


Anything between 2 sets of double-quotes is ignored and presented exactly as typed (that means the formatting commands below are ignored whenever surrounded by double double-quotes.)

Once you've read through this, test your formatting skills in the SandBox.

Basic formatting:


**I'm bold text!**
I'm bold text!

//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


Headers:

====== Really big header ======

===== Rather big header =====

==== Medium header ====

=== Not-so-big header ===

== Smallish header ==

Horizontal separator:

----


Forced line break:

---



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:

~1) numbered list:
  1. numbered list
  1. Line two

~A) Using uppercase characters:
  1. Using uppercase characters
  1. Line two

~a) Using lowercase characters:
  1. Using lowercase characters
  1. Line two

~I) using uppercase roman numerals:
  1. using Latin numbers
  1. Line two

~i) using lowercase roman numerals:
  1. using Latin numbers
  1. Line two


Tables:


To create a table use this code:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}} to give:

BIG GREEN FROGS
yes yes no
no no


### means the cell is empty.


Textboxes:


To put text in a Left floated box - use two < signs before and after the block
Some text in a floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.

To put it in a Right floated box, use two > characters before and after the block
Some text in a floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.

Use ::c:: to clear floated blocks.


CategoryDocumentation
There are 11 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki