27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
some useful macros:
|
|
* [[TOC]] - at the beginning of the document
|
|
* [[AutoNav]] - below [[TOC]], followed by a line with "----"
|
|
* [[AddComment]] - at the end of the page (below "----")
|
|
* [[WikiInclude($PAGENAME)]] - include another wiki page
|
|
* [[redirect(wiki:$PAGENAME)]] - redirect to another page (useful to redirect to default lang)
|
|
* [[Image(file/trunk/cbox-tree.d/var/www/cryptobox-img/screenshots/$NAME)]] - beware: you may use "wiki" or "ticket" instead of "file" - very unusual syntax
|
|
* [[FootNote(Text)]] - creates a reference to a footnote - the list of footnotes is expanded by "[[FootNote]]"
|
|
|
|
special things:
|
|
* the first level heading ("= TEXT =") is considered as the page title - only lower level headings will be a part of the table of contents
|
|
* links like "CryptoBoxUser/de" are not recogniced - use "[wiki:CryptoBoxUser/de CryptoBoxUser]" instead
|
|
* for a deeper level of items or enumerations, you have to add two(!) additional spaces in front of the symbol ("*" or "1.") - this is obviously strange ...
|
|
|
|
default page layout:
|
|
[[TOC]]
|
|
[[AutoNav]]
|
|
----
|
|
|
|
= Title =
|
|
|
|
== Heading ... ==
|
|
...
|
|
|
|
----
|
|
== Comments ==
|
|
[[AddComment]]
|