Template:User hat checklist/doc

From Team Fortress Wiki
Jump to: navigation, search

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

Item icon Scout Mask.png Item icon Soldier Mask.png Item icon Pyro Mask.png
Item icon Demoman Mask.png Item icon Heavy Mask.png Item icon Engineer Mask.png
Item icon Medic Mask.png Item icon Sniper Mask.png Item icon Spy Mask.png


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

Item icon Scout Mask.png P Had.png P Had.png
P Had.png P Had.png P Had.png
P Had.png P Had.png P Had.png

Collapsed on load

The template will be collapsed on load by default unless the following parameter is used

{{User_hat_checklist
| collapsedonload = no
}}