Revision [56]
This is an old revision of FormattingRules made by TpnEditor on 2006-04-03 17:14:02.
Wikka Formatting Guide
Once you have read through this, test your formatting skills in the SandBox.
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 five = (for the biggest header) and two = (for the smallest header) on both sides of a text.
===== Big header =====
==== Medium header ====
=== Not-so-big header ===
== Smallish header ==
3. Horizontal separator
----
4. Forced line 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
~& Comment
~~& Subcomment
~~~& Subsubcomment
- Comment
- Subcomment
- Subsubcomment
7. Images
To place images on a Wiki page, use:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
Links can be external, or internal Wiki links. You don't have to enter a link at all, and in that case just an image will be inserted. You can also use the classes 'left' and 'right' to float images left and right. You don't need to use all those attributes, only url is essential.
8. Links
To link to other wiki pages, write
- a WikiName
- or a forced link with [[ and ]] around it (everything after the first space will be shown as description)
- Example: [[ShadowThe The Shadow page]]
- or an image with a link
To link to external pages, write
- a http address inside the page
- or a forced link with [[ and ]] around it (everything after the first space will be shown as description)
- Example: [[http://thepulp.net/PulpWiki/ ThePulp.Net's PulpWiki]]
- or an image with a link
- or an Wiki link
- Examples:
- WikiPedia:WikkaWiki
9. 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.
10. Colored Text
{{color c="blue" text="This is a test."}} gives:
This is a test.
If you want to use hex values:
{{color hex="#DD0000" text="This is another test."}} to give:
This is another test.
11. Floats
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...
CategoryWiki