|
This wiki engine has the following format rules:
Paragraphs
Paragraphs begin after a white-line or after a heading.
Paragraph Styles
Lines beginning with a white-space are considered preformatted
Preformatted text has a border.
In preformatted lines,
spaces and new-lines
are honored.
Lines begining with a pipe | will be considered as tables (not yet).
Lines starting with ! are headings, the amount of exclamations define the level of the heading (up to 3).
!Como tocar guitarra (Heading 1)
!!El diapason (Heading 2)
!Los acordes (Heading 1)
Lists
Lists can be created starting a line with a star(*), number sign(#) and at(@):
# America
** Chile
@@@ Santiago
@@@ Castro
** Argentina
@@@ Buenos aires
# Europa
** Francia
@@@ Paris
Will generate:
Text format
- **text** : bold.
- ''text'' : italics
- __text__ : underline
- \ : escape character. Prevents interpretation of the next character. Allows use of stars at the begining of a paragraph or to use square brackets [ (written as \[).
Links and Hyperlinks
[<wiki>:<text>] : Adds a link to a wiki, the text of the link is optional.
[http://site/page?params[:<name>]] : Adds a link to a webpage with optional text.
Note: If the link begins with the plus sign (+):
- If the link starts with http the wiki will suppose the URL points to an image and will embed the image in the wiki.
- or else, the engine will suppose the link is to a wiki and will include it's contents dynamically.
Examples:
[Home] : Wiki
[+Details] : Embedded Wiki
[http://www.google.cl:Google] : URL
[+/wiki/img/csawiki1.gif] : Embedded Image (local site)
Home
Google

Other symbols
- Writing 4 dashes at the beginning of a line generates a horizontal rule.
----
Deleting Wikis
To delete a wiki, the body of the wiki must be replaced by the word delete.
delete
An administrator must confirm the deletion by saving the wiki again.
|