Difference between revisions of "Template:User weapon checklist/doc"
Line 21: | Line 21: | ||
| all=no | | all=no | ||
}}</pre> | }}</pre> | ||
+ | |||
+ | === Tick All === | ||
+ | |||
+ | To indicate you have all the weapons, include the template with a parameter like this: | ||
+ | <pre>{{User_weapon_checklist | ||
+ | | all=yes | ||
+ | }}</pre> | ||
+ | |||
+ | === Tick Want === | ||
+ | |||
+ | To indicate which weapons you want, include the template with parameters like the example below. | ||
+ | |||
+ | <pre> | ||
+ | {{User_weapon_checklist | ||
+ | | southern hospitality=want | ||
+ | | blutsauger=want | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | === 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. | ||
+ | |||
+ | <pre> | ||
+ | {{User_weapon_checklist | ||
+ | | wrangler=had | ||
+ | | axtinguisher=had | ||
+ | }} | ||
+ | </pre> | ||
<noinclude> | <noinclude> |
Revision as of 12:12, 9 July 2010
Usage
Tick Some
To indicate which weapons you do not yet have, include the template with parameters like the example below. Note: Most Weapons are assumed yes by default, Golden Wrench is assumed no as it is currently very rare.
{{Template:User_weapon_checklist | pain train=no | homewrecker=no | dalokohs=no }}
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 All
To indicate you have all the weapons, include the template with a parameter like this:
{{User_weapon_checklist | all=yes }}
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 }}