|
|
Line 42: |
Line 42: |
| }} | | }} |
| </pre> | | </pre> |
− |
| |
− | === Veteran badges ===
| |
− |
| |
− | Just add a badge parameter:
| |
− | <pre>{{User_hat_checklist
| |
− | | badge=primeval warrior
| |
− | }}</pre>
| |
− | {{item icon|size=76px|Primeval Warrior}}
| |
− |
| |
− | <pre>{{User_hat_checklist
| |
− | | badge=grizzled veteran
| |
− | }}</pre>
| |
− | {{item icon|size=76px|Grizzled Veteran}}
| |
− |
| |
− | <pre>{{User_hat_checklist
| |
− | | badge=soldier of fortune
| |
− | }}</pre>
| |
− | {{item icon|size=76px|Soldier of Fortune}}
| |
− |
| |
− | <pre>{{User_hat_checklist
| |
− | | badge=mercenary
| |
− | }}</pre>
| |
− | {{item icon|size=76px|Mercenary}}
| |
− |
| |
− | You can only pick one, of course.
| |
− |
| |
− | === Dueling badges ===
| |
− |
| |
− | Add a badge parameter:
| |
− | <pre>{{User_hat_checklist
| |
− | | duelbadge=duelplatinum
| |
− | }}</pre>
| |
− | {{item icon|size=76px|Platinum Dueling Badge}}
| |
− |
| |
− | <pre>{{User_hat_checklist
| |
− | | duelbadge=duelgold
| |
− | }}</pre>
| |
− | {{item icon|size=76px|Gold Dueling Badge}}
| |
− |
| |
− | <pre>{{User_hat_checklist
| |
− | | duelbadge=duelsilver
| |
− | }}</pre>
| |
− | {{item icon|size=76px|Silver Dueling Badge}}
| |
− |
| |
− | <pre>{{User_hat_checklist
| |
− | | duelbadge=duelbronze
| |
− | }}</pre>
| |
− | {{item icon|size=76px|Bronze Dueling Badge}}
| |
− |
| |
− | 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>
| |
| | | |
| === Treasure Hunt Hat === | | === Treasure Hunt Hat === |
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
| 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
}}
Treasure Hunt Hat
Add a treasurehat parameter:
{{User_hat_checklist
| treasurehat=bounty hat
}}
{{User_hat_checklist
| treasurehat=treasure hat
}}
{{User_hat_checklist
| treasurehat=hat of undeniable wealth and respect
}}
You can only choose one.
Collapsed on load
The template will be collapsed on load by default unless the following parameter is used
{{User_hat_checklist
| collapsedonload = no
}}