Revision [3027]
This is an old revision of FormattingRules made by NilsLindenberg on 2004-12-09 16:01:13.
The Wiki Formatting Guide
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:
- 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
Wiki Extensions:
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.
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.
Coloured Text:
{{colour c="blue" text="This is a test."}} gives:
This is a test.
If you want to use hex values:
{{colour hex="#DD0000" text="This is another test."}} to give:
This is another test.
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...
Code Formatters
simply use %%(formatter) code %% - see list below:
Language | formatter |
Actionscript | actionscript |
ADA | ada |
Apache Log | apache |
ASM | asm |
ASP | asp |
Bash | bash |
C | c |
C for Macs | c_mac |
c# | csharp |
C++ | cpp |
CAD DCL | caddcl |
CadLisp | cadlisp |
CSS | css |
Delphi | delphi |
HTML | html |
Java | java |
Javascript | javascript |
Lisp | lisp |
Lua | lua |
NSIS | nsis |
Objective C | objc |
OpenOffice BASIC | oobas |
Pascal | pascal |
Perl | perl |
PHP | php |
Python | phyton |
Q(uick)BASIC | qbasic |
Smarty | smarty |
SQL | sql |
VB.NET | vbnet |
Visual BASIC | vb |
Visual Fox Pro | visualfoxpro |
XML | xml |
Forced links:
[[http://wikka.jsnx.com]]
[[http://wikka.jsnx.com My Wiki Site]]
Inter Wiki Links:
See the InterWiki page for a full list of available engines. Here are some examples:
WikiPedia:Perception
CssRef:overflow
FreeMind-maps
See the FreeMind page on how to include FreeMind-mapsBack Links
AdminDevTodoCategoryRegex
CreateNewPage
CreateNewPageES
CreateNewPageFR
DraftDocument
EditPageInfo
FormattingRules1162
GmBowen
HelpInfo
HtmlSpecialChars
ImprovedFormattingRules
InlineCommentFormatter
KeitHTroubleshooting
LinkRewriting
MissingImagesWorkaround
NonObjectMemberFunction
RecentCommentsActionInfo
RecentlyChangedActionInfo
RecentlyCommentedActionInfo
SandBoxHeader
SearchTags
ShowCodeInfo
SpanishLanguage
StylingWikka
SuggestionBox
SyntaxHighlighter
TestHomePage
TestHomePage1
TestHomePage2
TestHomePage3
TestHomePage4
WelcomeRegisteredUserFR
WhatsNew1160
WikiEdit
WikkaBugsResolved
WikkaExtensibleMarkup
WikkaFeaturesDE
WikkaHeadings
WikkaReleaseNotes
WikkaReleaseNotesDiscussion
WikkaTourEditing1
WikkaTourEditing3
CategoryWiki CategoryDocumentation