Template:InvSalvage Drop: Difference between revisions
Jump to navigation
Jump to search
imported>Sekoia (historical) m (cheating to make the sample output correct >.< apparently #if doesn't subst-transclude) |
imported>Sekoia (historical) m (fixing nocat parameter) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This salvage is {{# | This salvage is {{#switch: {{{1}}} | ||
| Common = '''Common''' | |||
| Uncommon = {{color|goldenrod|'''Uncommon'''}} | |||
| Rare = {{color|orangered|'''Rare'''}} | |||
| #default = ''please specify rarity''}}.{{#if:{{{nocat|}}}||<includeonly>[[Category:{{{1}}} Invention Salvage]]</includeonly>}}<noinclude> | |||
==Usage== | ==Usage== | ||
Line 6: | Line 10: | ||
<!-- This table has to be manually updated for display results to avoid the inclusion of the salvage cats. --> | <!-- This table has to be manually updated for display results to avoid the inclusion of the salvage cats. --> | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
!Template Call !! Result | !Template Call !! Result | ||
|- | |- | ||
|<nowiki>{{InvSalvage Drop|Common}}</nowiki>|| | |<nowiki>{{InvSalvage Drop|Common}}</nowiki> | ||
|{{InvSalvage Drop|Common|nocat=1}} | |||
|- | |- | ||
|<nowiki>{{InvSalvage Drop|Uncommon}}</nowiki>|| | |<nowiki>{{InvSalvage Drop|Uncommon}}</nowiki> | ||
|{{InvSalvage Drop|Uncommon|nocat=1}} | |||
|- | |- | ||
|<nowiki>{{InvSalvage Drop|Rare}}</nowiki>|| | |<nowiki>{{InvSalvage Drop|Rare}}</nowiki> | ||
|{{InvSalvage Drop|Rare|nocat=1}} | |||
|} | |} | ||
Using this template will place the salvage in the appropriate category, and will help facilitate DPL usage. | Using this template will place the salvage in the appropriate category, and will help facilitate DPL usage. | ||
[[Category:Invention Salvage Templates]]</noinclude> | [[Category:Invention Salvage Templates]]</noinclude> |
Latest revision as of 12:10, 20 February 2008
This salvage is please specify rarity.
Usage
Should be used in one of three ways, depending on the salvage's rarity:
Template Call | Result |
---|---|
{{InvSalvage Drop|Common}} | This salvage is Common. |
{{InvSalvage Drop|Uncommon}} | This salvage is Uncommon. |
{{InvSalvage Drop|Rare}} | This salvage is Rare. |
Using this template will place the salvage in the appropriate category, and will help facilitate DPL usage.