Difference between revisions of "Help:Contents"
m (→Adding a page to a category) |
|||
Line 5: | Line 5: | ||
Instead, add <nowiki>[[Category:YOUR_CATEGORY]]</nowiki> to the end of your page. | Instead, add <nowiki>[[Category:YOUR_CATEGORY]]</nowiki> to the end of your page. | ||
It will get added to the Category: page automatically. | It will get added to the Category: page automatically. | ||
+ | |||
+ | == Adding a template == | ||
+ | <nowiki>{{Template:TemplateName}}<br/> | ||
+ | or<br/> | ||
+ | {{Template:TemplateName|Parameter 1 |Parameter 2|...}}</nowiki> | ||
+ | |||
+ | Visit a template page to get exact information on how to you use it. | ||
+ | |||
+ | == Useful templates == | ||
+ | * [[Template:InfoBox]] | ||
+ | * [[Template:WarningBox]] |
Revision as of 19:54, 18 August 2011
To get mapping help, move back to the Main Page
Adding a page to a category
Never edit a page starting with Category: if you want to do this. Instead, add [[Category:YOUR_CATEGORY]] to the end of your page. It will get added to the Category: page automatically.
Adding a template
{{Template:TemplateName}}<br/> or<br/> {{Template:TemplateName|Parameter 1 |Parameter 2|...}}
Visit a template page to get exact information on how to you use it.