List of BB-Code tags with some brief examples: Special WikiCodeList
To get the current pagename, use:
Code:
[var]FULLPAGENAME[/var]
You can use it in templates to make a link to the current page like this:
Code:
[wiki="[var]FULLPAGENAME[/var]"]Link to current page[/wiki]
Headings are created like so:
Code:
[h="2"]Big Heading Title[/h]
[h="3"]Regular Heading Title[/h]
[h="4"]Small Heading Title[/h]
[h="5"]Smaller Heading Title[/h]
[h="6"]Tiny Heading Title[/h]
The table of contents will be made automatically, and will automatically make headings as sub-headings of each other based on the heading size (bigger headings contain smaller headings). The only heading sizes are 1 - 6. I don't recommend using heading size 1 in most cases since it makes a visually separate content box.
Bookmarks