Difference between revisions of "Help:Useful Templates"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) |
MyraMidnight (talk | contribs) |
||
Line 24: | Line 24: | ||
==''Table Cell'' templates== | ==''Table Cell'' templates== | ||
− | {| class=bluetable | + | {| class=bluetable style="margin-left:30px" |
− | + | |+These templates are made for use ''within'' tables | |
|- | |- | ||
− | ! | + | !Group || Default use ||Preview (default)||Customized ||Preview (customized) |
+ | |- | ||
+ | |rowspan=2|Yes ||<code>{{[[template:yes|yes]]}}</code>||{{yes}}||<code><nowiki>{{yes|maybe}}</nowiki></code>||{{yes|maybe}} | ||
+ | |- | ||
+ | |<code>{{[[template:ya|ya]]}}</code>||{{ya}}||<code><nowiki>{{ya|absolutely}}</nowiki></code>||{{ya|absolutely}} | ||
+ | |||
+ | |||
|} | |} | ||
+ | |||
+ | <code><nowiki></nowiki></code> |
Revision as of 04:35, 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 |
Table Cell templates
Group | Default use | Preview (default) | Customized | Preview (customized) |
---|---|---|---|---|
Yes | {{yes}} |
Yes | {{yes|maybe}} |
maybe |
{{ya}} |
{{ya|absolutely}} |
|