Wacko text formatting is slightly different from other Wikis, so you should read the examples below.
Text enclosed in pairs of double quotes is not formatted and remains unchanged when displayed.
**bold** | bold |
//italic// | italic |
__underline__ | underline |
--strikethrough-- | |
##monospace text## | monospace text |
>>centered<< | centered
|
!!emphasis!! (also ''emphasis'', but it is better not to use it). | emphasis |
??note?? | note |
[[http://www.webscript.ru]] or ((http://www.webscript.ru)) | http://www.webscript.ru |
[[http://www.webscript.ru Webscript]] or ((http://www.webscript.ru Webscript)) | Webscript |
[[SandBox]] or ((SandBox)) | SandBox |
[[SandBox The sandbox page]] or ((SandBox The sandbox page)) | The sandbox page |
http://www.ya.ru is highlighted automatically. | http://www.ya.ru |
http://www.yandex.ru/logo1.gif Image with no link. | ![]() |
((/HomePage http://www.yandex.ru/logo1.gif)) Image with a link. | ![]() |
{{a name="test"}} or {{anchor name="test"}} anchor declaration. |
|
((#test)) or ((/HomePage#TOC_1)) anchor reference. | test or /HomePage#TOC_1 |
mailto:address@domain.com email. | mailto:address@domain.com |
NB: mixed case words (LikeThis)
do not need to be enclosed in brackets.
For internal links (inside this Wiki), the complete
URL should not be written
(otherwise the link will not work). Add "http://" only for external links.
NB: To prevent a WordLikeThis from becoming a link, place a ~ (tilde) in front of it.
NB: You can also link to non BumpyText words using: ((Clusters here)) = here.
Indent lists with double spaces, and use *, 1., A., a., or i. to specify the type of list you want.
NB: here "_" (underscore) means space character.
first line __indented line | first line
indented line |
__*bulleted list __*bulleted list-2 |
|
__1. numbered list __1. numbered list-2 |
|
__A. using uppercase characters __A. using uppercase characters-2 |
|
__a. using lowercase characters __a. using lowercase characters-2 |
|
__i. using Roman numbers __i. using Roman numbers-2 |
|
__1. numbered list ____1. nested numbered list ____1. nested numbered list-2 __1. numbered list-2 |
|
__1.#5 numbered list begins with 5 __1. numbered list-next |
|
<[ Citation of text (blockquote) ]> | Citation of text |
(?Term Some definition?) | Term |
(?Term containing spaces == Some other definition?) | Term containing spaces |
Text, then footnote[[*]] and second one[[**]] | Text, then footnote* and second one** |
Text, then numeric footnote[[*1]] and second one[[*2]] | Text, then numeric footnote1 and second one2 |
[[#*]] Text for first footnote [[#**]] Text for second footnote [[#1]] Text for numeric footnote [[#2]] Text for second numeric footnote | * Text for first footnote ** Text for second footnote 1 Text for numeric footnote 2 Text for second numeric footnote |
Table with border
#|
||cell11|cell12|cell13||
||cell21|cell22||
|#
cell11 | cell12 | cell13 |
cell21 | cell22 |
Table without border, 100% width
#||
||cell11|cell12|cell13||
||cell21|cell22||
||#
cell11 | cell12 | cell13 |
cell21 | cell22 |
Horizontal rule (separator):
----
Forced line break:
test---shmest
test
shmest
Text output "
Text should be enclosed by a pair of double quotes.
HTML output "
this works only if you allow it by adjusting configuration option allow_rawhtml.
<# <input type="text"> #>
NB: it is very dangerous option, avoid XSS!
Superscript:
E=mc^^2^^
E=mc2
Subscript:
H vv2vv O
H 2 O
WackoWiki is easily extended with text formatters. They are called using syntax %%(name) text%%.