Contributing: Difference between revisions

m
added formatting
m (added stuff about wiki)
m (added formatting)
Line 86: Line 86:
|}
|}


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


=== 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}}
892

edits