Difference between revisions of "Template:User hat checklist/doc"
Moussekateer (talk | contribs) |
KillerKooK (talk | contribs) |
||
Line 86: | Line 86: | ||
Obviously you can only choose one. | Obviously you can only choose one. | ||
+ | |||
+ | === Halloween masks === | ||
+ | |||
+ | <pre>{{Item checklist | ||
+ | | scout mask = yes | ||
+ | | soldier mask = yes | ||
+ | ... | ||
+ | | spy mask = yes | ||
+ | | halloween masks = yes | ||
+ | | saxton hale mask = yes | ||
+ | }}</pre> | ||
+ | |||
+ | Setting {{code|halloween masks}} to {{code|yes}} will set all masks to {{code|yes}}. | ||
+ | <pre>{{User hat checklist | ||
+ | |halloween masks = yes | ||
+ | }}</pre> will result in | ||
+ | |||
+ | {{Halloween mask possession|Scout|yes}} | ||
+ | {{Halloween mask possession|Soldier|yes}} | ||
+ | {{Halloween mask possession|Pyro|yes}}<br> | ||
+ | {{Halloween mask possession|Demoman|yes}} | ||
+ | {{Halloween mask possession|Heavy|yes}} | ||
+ | {{Halloween mask possession|Engineer|yes}}<br> | ||
+ | {{Halloween mask possession|Medic|yes}} | ||
+ | {{Halloween mask possession|Sniper|yes}} | ||
+ | {{Halloween mask possession|Spy|yes}} | ||
+ | |||
+ | |||
+ | The priority for Halloween masks are the individual masks ({{code|scout mask}}, {{code|soldier mask}} etc.), {{code|halloween masks}}, then {{code|all}}. <br> | ||
+ | For example: | ||
+ | <pre>{{User hat checklist | ||
+ | |halloween masks = had | ||
+ | |scout mask = yes | ||
+ | }}</pre> will result in | ||
+ | |||
+ | {{Halloween mask possession|Scout|yes}} | ||
+ | {{Halloween mask possession|Soldier|had}} | ||
+ | {{Halloween mask possession|Pyro|had}}<br> | ||
+ | {{Halloween mask possession|Demoman|had}} | ||
+ | {{Halloween mask possession|Heavy|had}} | ||
+ | {{Halloween mask possession|Engineer|had}}<br> | ||
+ | {{Halloween mask possession|Medic|had}} | ||
+ | {{Halloween mask possession|Sniper|had}} | ||
+ | {{Halloween mask possession|Spy|had}}<br> | ||
== Collapsed on load == | == Collapsed on load == |
Revision as of 11:42, 3 February 2011
Contents
Usage
Tick Some
To indicate which hats you do have, include the template with parameters like the example below. Note: Hats are assumed no by default.
{{User_hat_checklist | ghastly gibus=yes | mildly disturbing halloween mask=no | bill's hat=no | fancy fedora=yes }}
The names of each hat (thus the name each parameter) are fairly intuitive.
Tick All
To indicate you have all the hats/misc items, include the template with a parameter like this:
{{User_hat_checklist | all=yes }}
Tick Want
To indicate which hats you want, include the template with parameters like the example below.
{{User_hat_checklist | pyro's beanie=want | ze goggles=want }}
Tick Had
To indicate that you previously had a hat/misc item but have since deleted it or crafted it away, include the template with the parameter below.
{{User_hat_checklist | fancy fedora=had | killer's kabuto=had }}
Veteran badges
Just add a badge parameter:
{{User_hat_checklist | badge=primeval warrior }}
or
{{User_hat_checklist | badge=grizzled veteran }}
or
{{User_hat_checklist | badge=soldier of fortune }}
or
{{User_hat_checklist | badge=mercenary }}
You can only pick one, of course.
Dueling badges
Add a badge parameter:
{{User_hat_checklist | duelbadge=duelplatinum }}
or
{{User_hat_checklist | duelbadge=duelgold }}
or
{{User_hat_checklist | duelbadge=duelsilver }}
or
{{User_hat_checklist | duelbadge=duelbronze }}
Obviously you can only choose one.
Halloween masks
{{Item checklist | scout mask = yes | soldier mask = yes ... | spy mask = yes | halloween masks = yes | saxton hale mask = yes }}
Setting halloween masks
to yes
will set all masks to yes
.
{{User hat checklist |halloween masks = yes }}
will result in
The priority for Halloween masks are the individual masks (scout mask
, soldier mask
etc.), halloween masks
, then all
.
For example:
{{User hat checklist |halloween masks = had |scout mask = yes }}
will result in
Collapsed on load
The template will be collapsed on load by default unless the following parameter is used
{{User_hat_checklist | collapsedonload = no }}