Difference between revisions of "Help:Useful Templates"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) |
MyraMidnight (talk | contribs) m |
||
Line 2: | Line 2: | ||
Templates with codes for easy grabs, Explanation about its usage is on the template pages themselves. | Templates with codes for easy grabs, Explanation about its usage is on the template pages themselves. | ||
− | ==Useful Templates== | + | ==Template Help Pages== |
+ | *'''[[Help:Templates|Using Templates]]''', should always start at the beginning | ||
+ | *'''[[Help:Notice Tags|Notice Tags]]''' for quick tagging of pages | ||
+ | *'''[[Help:Table Forms|Table Forms]]''' for easy arrangement of information tabels | ||
+ | |||
+ | *'''[[Help:See Also|See Also]]''' link tables ''(when you want to link to everything, neatly)'' | ||
+ | |||
+ | ===Useful Small Templates=== | ||
{|class=wikitable style="margin-left:30px;width:800px" | {|class=wikitable style="margin-left:30px;width:800px" | ||
|- | |- | ||
Line 11: | Line 18: | ||
|- | |- | ||
|'''[[Template:GoldDiscount|Gold Discount]]''' ||<code><nowiki>{{GoldDiscount|200}}</nowiki></code> ||{{GoldDiscount|200}} | |'''[[Template:GoldDiscount|Gold Discount]]''' ||<code><nowiki>{{GoldDiscount|200}}</nowiki></code> ||{{GoldDiscount|200}} | ||
+ | |- | ||
+ | |'''[[Template:Monospace|Monospace font]]''' same as in <nowiki><code></nowiki> tags ||<code><nowiki>{{Monospace|This text}}</nowiki></code> is different ||{{Monospace|This text}} is different | ||
|} | |} | ||
==''Table Cell'' templates== | ==''Table Cell'' templates== |
Revision as of 02:13, 21 August 2014
Our Wiki Help Pages | ||||
---|---|---|---|---|
General Mediawiki Helpguides |
Templates with codes for easy grabs, Explanation about its usage is on the template pages themselves.
Template Help Pages
- Using Templates, should always start at the beginning
- Notice Tags for quick tagging of pages
- Table Forms for easy arrangement of information tabels
- See Also link tables (when you want to link to everything, neatly)
Useful Small Templates
Name | Code | Results |
---|---|---|
Energy | {{Energy|200}} |
200E |
Gold Discount | {{GoldDiscount|200}} |
(Gold: 200E) |
Monospace font same as in <code> tags | {{Monospace|This text}} is different |
This text is different |