Difference between revisions of "Template:User weapon checklist/doc"
(Removing redundant text, since weapons are set to "No" by default and thus do not need to be specified as such.) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
=== Tick Some === | === Tick Some === | ||
− | To indicate which weapons you do not yet have, include the template with parameters like the example below. ''Note: | + | To indicate which weapons you do not yet have, include the template with parameters like the example below. ''Note: [[Weapons]] are assumed no by default.'' |
<pre> | <pre> | ||
{{Template:User_weapon_checklist | {{Template:User_weapon_checklist | ||
− | | pain train= | + | | pain train=yes |
− | | homewrecker= | + | | homewrecker=yes |
− | |||
}} | }} | ||
</pre> | </pre> | ||
Line 20: | Line 19: | ||
<pre>{{Template:User_weapon_checklist | <pre>{{Template:User_weapon_checklist | ||
| all=no | | all=no | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}}</pre> | }}</pre> | ||
Line 50: | Line 42: | ||
}} | }} | ||
</pre> | </pre> | ||
+ | |||
+ | == Collapsed on load == | ||
+ | |||
+ | The template will be collapsed on load by default unless the following parameter is used | ||
+ | |||
+ | <pre>{{User_hat_checklist | ||
+ | | collapsedonload = no | ||
+ | }}</pre> | ||
<noinclude> | <noinclude> |
Latest revision as of 17:04, 21 July 2011
Usage
Tick Some
To indicate which weapons you do not yet have, include the template with parameters like the example below. Note: Weapons are assumed no by default.
{{Template:User_weapon_checklist | pain train=yes | homewrecker=yes }}
The names of each weapon (thus the name each parameter) are fairly intuitive.
Tick None
To indicate you do not yet have any weapons, include the template with a parameter like this:
{{Template:User_weapon_checklist | all=no }}
Tick Want
To indicate which weapons you want, include the template with parameters like the example below.
{{User_weapon_checklist | southern hospitality=want | blutsauger=want }}
Tick Had
To indicate that you previously had a weapon but have since deleted it or crafted it away, include the template with the parameter below.
{{User_weapon_checklist | wrangler=had | axtinguisher=had }}
Collapsed on load
The template will be collapsed on load by default unless the following parameter is used
{{User_hat_checklist | collapsedonload = no }}