Template:Item checklist: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
(Ok, made skins. Finish gestures tomorrow)
(Got it pal)
 
Line 97: Line 97:
</tr>
</tr>
</table>
</table>
{{#if:{{{noweapons|}}}||<!-- Demoman - Weapons -->
<!-- p-body -->
{{item checklist/item|Loch-n-Load|{{{loch-n-load|{{{all|yes}}}}}}}}
{{item checklist/item|P-BODY SITSPIN|{{{p-body sitspin|{{{all|no}}}}}}}}
{{item checklist/item|Chargin' Targe|{{{chargin' targe|{{{all|yes}}}}}}}}
{{item checklist/item|P-BODY FACEPALM|{{{p-body facepalm|{{{all|no}}}}}}}}
{{item checklist/item|Scottish Resistance|{{{scottish resistance|{{{all|yes}}}}}}}}
{{item checklist/item|P-BODY SHRUG|{{{p-body shrug|{{{all|no}}}}}}}}
{{item checklist/item|Sticky Jumper|{{{sticky jumper|{{{all|no}}}}}}}}
{{item checklist/item|P-BODY THUMBS UP|{{{p-body thumbs up|{{{all|no}}}}}}}}
{{item checklist/item|Eyelander|{{{eyelander|{{{all|yes}}}}}}}}
{{item checklist/item|P-BODY FIST PUMP|{{{p-body fist pump|{{{all|no}}}}}}}}
{{item checklist/item|Pain Train|{{{pain train|{{{all|yes}}}}}}}}
{{item checklist/item|P-BODY PRETZEL WAVE|{{{p-body pretzel wave|{{{all|no}}}}}}}}
{{item checklist/item|Scotsman's Skullcutter|{{{scotsman's skullcutter|{{{all|yes}}}}}}}}
{{item checklist/item|P-BODY SPIN JUMP|{{{p-body spin jump|{{{all|no}}}}}}}}
{{item checklist/item|Frying Pan|{{{frying pan|{{{all|no}}}}}}}}
{{item checklist/item|P-BODY SELFSPIN|{{{p-body selfspin|{{{all|no}}}}}}}}
{{item checklist/item|Horseless Headless Horsemann's Headtaker|{{{horseless headless horsemann's headtaker|{{{all|no}}}}}}}}
{{item checklist/item|Claidheamh Mòr|{{{claidheamh mòr|{{{all|yes}}}}}}}}
{{item checklist/item|Ullapool Caber|{{{ullapool caber|{{{all|yes}}}}}}}}
{{item checklist/item|Half-Zatoichi|{{{half-zatoichi|{{{all|yes}}}}}}}}
{{clr}}
{{clr}}
}}<!-- Demoman - Hats -->
<!-- Atlas -->
{{item checklist/item|Demoman's Fro|{{{demoman's fro|{{{all|no}}}}}}}}
{{item checklist/item|ATLAS DANCE SPIN|{{{atlas dance spin|{{{all|no}}}}}}}}
{{item checklist/item|Glengarry Bonnet|{{{glengarry bonnet|{{{all|no}}}}}}}}
{{item checklist/item|ATLAS FACEPALM|{{{atlas facepalm|{{{all|no}}}}}}}}
{{item checklist/item|Scotsman's Stove Pipe|{{{scotsman's stove pipe|{{{all|no}}}}}}}}
{{item checklist/item|ATLAS SHRUG|{{{atlas shrug|{{{all|no}}}}}}}}
{{item checklist/item|Hustler's Hallmark|{{{hustler's hallmark|{{{all|no}}}}}}}}
{{item checklist/item|ATLAS THUMBS UP|{{{atlas thumbs up|{{{all|no}}}}}}}}
{{item checklist/item|Tippler's Tricorne|{{{tippler's tricorne|{{{all|no}}}}}}}}
{{item checklist/item|ATLAS FIST PUMP|{{{atlas fist pump|{{{all|no}}}}}}}}
{{item checklist/item|Carouser's Capotain|{{{carouser's capotain|{{{all|no}}}}}}}}
{{item checklist/item|ATLAS HEAD SPIN|{{{atlas head spin|{{{all|no}}}}}}}}
{{item checklist/item|Rimmed Raincatcher|{{{rimmed raincatcher|{{{all|no}}}}}}}}
{{item checklist/item|ATLAS DRIBBLE|{{{atlas dribble|{{{all|no}}}}}}}}
{{item checklist/item|Sober Stuntman|{{{sober stuntman|{{{all|no}}}}}}}}
{{item checklist/item|ATLAS ROLL|{{{atlas roll|{{{all|no}}}}}}}}
{{item checklist/item|Dangeresque, Too?|{{{dangeresque, too?|{{{all|no}}}}}}}}
{{item checklist/item|Prince Tavish's Crown|{{{prince tavish's crown|{{{all|no}}}}}}}}
{{item checklist/item|Scotch Bonnet|{{{scotch bonnet|{{{all|no}}}}}}}}
{{item checklist/item|Samur-Eye|{{{samur-eye|{{{all|no}}}}}}}}
{{item checklist/item|Reggaelator|{{{reggaelator|{{{all|no}}}}}}}}
{{clr}}
{{clr}}
</div>
</div>
}}<noinclude>__NOTOC__{{Template doc}}</noinclude>
}}<noinclude>__NOTOC__{{Template doc}}</noinclude>

Latest revision as of 04:11, 23 May 2011

Note: portions of the template sample may not be visible without values provided. This is normal.

Documentation for Item checklist

Checklist template to indicate which items are owned and which are not. Perfect for completionists.

Usage notes

If an item can be obtained by a random drop with a rate equivalent to any randomly droppable weapon (such as the Gunslinger, Backburner etc.) it is ticked yes by default. In all other cases it is crossed out as no.

Set some

To set a value for some of the items, use their name in lower case followed by the desired value. For efficiency, it is recommended that you do not set a value for items that have the same default value. (Default values outlined in Usage notes above.)

{{Item checklist
| bot's beret = yes
| tyrant's helm = no
| metallic moustache = want
| amnesia flag = had
| moon skins = do not want
}}

A full list of values can be found here.

Count some

If you would like to show you have multiple of an item, set the item to a numerical value.

{{Item checklist
| fancy fedora = 3
}}

Set all

To set the same value for all items, use the all parameter:

{{Item checklist
| all = yes
}}
{{Item checklist
| all = no
}}
{{Item checklist
| all = want
}}
{{Item checklist
| all = had
}}
{{Item checklist
| all = do not want
}}


Collapsed on load

To make the table collapsed when first loaded use the parameter:

{{Item checklist
| collapsedonload = yes
}}

To let it stay expanded, simply don't put the parameter.

Template info.png This documentation is transcluded from Template:Item checklist/doc.