Difference between revisions of "Template:BoostType"
From Paragon Wiki Archive
m |
(details) |
||
| Line 1: | Line 1: | ||
| − | {{#switch: {{{type|}}}| none=[[File:E origin generic.png|24px|None]] | #default=[[File:TO Training {{{type}}}.png|24px|{{{type}}}]] {{{amt}}}%}}<noinclude>[[Category:Incarnate System Templates]]</noinclude> | + | <includeonly>{{#switch: {{{type|}}}| none=[[File:E origin generic.png|24px|None]] | #default=[[File:TO Training {{{type}}}.png|24px|{{{type}}}]] {{{amt}}}%}}</includeonly><noinclude> |
| + | == Usage == | ||
| + | For use on Incarnate Boost and Incarnate Slot pages for an "at a glance" boost amount. | ||
| + | |||
| + | One required variable, plus one: | ||
| + | * '''type''' = The type of boost. '''Required.''' | ||
| + | **If none (e.g. a boost with no secondary or tertiary component), use ''none''. | ||
| + | **Otherwise, use the enhancement value name from the [[:Category:Training Generic Enhancement Icons|TO Icons]] category, preserving proper capitalization. | ||
| + | * '''amt''' = If '''type''' is not ''none'', the amount of percentage boost, minus the percent symbol. | ||
| + | |||
| + | == Examples == | ||
| + | {| class="wikitable" width="50%" | ||
| + | ! width="50%" | Input !! width="50%" | Results | ||
| + | |- | ||
| + | |<nowiki>{{BoostType|type=none}}</nowiki> || {{BoostType|type=none}} | ||
| + | |- | ||
| + | | <nowiki>{{BoostType|type=Endurance Cost|amt=33}}</nowiki> || {{BoostType|type=Endurance Cost|amt=33}} | ||
| + | |- | ||
| + | | <nowiki>{{BoostType|type=Fear Duration|amt=33}}</nowiki> || {{BoostType|type=Fear Duration|amt=33}} | ||
| + | |} | ||
| + | [[Category:Incarnate System Templates]]</noinclude> | ||
Revision as of 01:45, 11 November 2010
Usage
For use on Incarnate Boost and Incarnate Slot pages for an "at a glance" boost amount.
One required variable, plus one:
- type = The type of boost. Required.
- If none (e.g. a boost with no secondary or tertiary component), use none.
- Otherwise, use the enhancement value name from the TO Icons category, preserving proper capitalization.
- amt = If type is not none, the amount of percentage boost, minus the percent symbol.
Examples
| Input | Results |
|---|---|
| {{BoostType|type=none}} | |
| {{BoostType|type=Endurance Cost|amt=33}} | 33% |
| {{BoostType|type=Fear Duration|amt=33}} | 33% |