892
edits
m (added stuff about wiki) |
m (added formatting) |
||
Line 86: | Line 86: | ||
|} | |} | ||
=== Tables === | === Tables === | ||
Line 166: | Line 145: | ||
|} | |} | ||
</pre> | </pre> | ||
== Special wiki stuff == | |||
{| class=wikitable | |||
|- | |||
| <code><nowiki>#REDIRECT [[Currency]]</nowiki></code> | |||
| A single line with this in a page, will redirect it to the given page | |||
|- | |||
| <code><nowiki>{{:Currency}}</nowiki></code> | |||
| Includes the whole Currency page here | |||
|- | |||
| <code><nowiki>something</nowiki></code> | |||
| Disables wiki formatting for the string inside | |||
|- | |||
| <code><nowiki><onlyinclude>Hello</onlyinclude></nowiki></code> | |||
| When including the page, it will only display this text | |||
|- | |||
| <code><nowiki><includeonly>Hello</includeonly></nowiki></code> | |||
| Will only include the text while transcluding it, not in the source page | |||
|- | |||
| <code><nowiki><noinclude>Hello</noinclude></nowiki></code> | |||
| Removes this text when importing the page it as an include | |||
|} | |||
{{Menu}} | {{Menu}} |
edits