Revision [3019]

This is an old revision of TextFormatting made by NilsLindenberg on 2004-12-09 15:24:10.

 

WikkaDocumentation Wikka Documentation

The Wiki Formatting Guide


This page covers only the rules for text-formatting, headers, tables and boxes. See FormattingRules for a compact version of all thins you can add to a 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

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.

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