Difference between revisions of "Template:Icon"
From Dungeon Defenders 2 Wiki
Palo Frogger (talk | contribs) m (Test) |
m |
||
| (41 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{#switch:{{{1|}}} | |
| − | <!-- | + | <!--Currency--> |
| − | | gold = Gold Icon.png | + | | currency = {{#switch:{{{2|}}} |
| − | | | + | |gold = [[File:Gold Icon.png|18px]] |
| − | | | + | |medal = [[File:Defender Medal Icon.png|18px]] |
| + | |gem = [[File:Gem Icon.png|18px]] | ||
| + | }} | ||
<!--rarity--> | <!--rarity--> | ||
| − | | worn = Worn Icon.png | + | | rarity = {{#switch:{{{2|}}} |
| − | | sturdy = Sturdy Icon.png | + | |worn = <span style="color:#808080"> [[File:Worn Icon.png|18px]] Worn </span> |
| − | | powerful = Powerful Icon.png | + | |sturdy = <span style="color:#808000"> [[File:Sturdy Icon.png|18px]] Sturdy </span> |
| − | | epic = Epic Icon.png | + | |powerful = <span style="color:#008000"> [[File:Powerful Icon.png|18px]] Powerful </span> |
| − | | mythical = Mythical Icon.png | + | |epic = <span style="color:#3366FF"> [[File:Epic Icon.png|18px]] Epic </span> |
| − | | legendary = Legendary Icon.png | + | |mythical = <span style="color:#ff00ff"> [[File:Mythical Icon.png|18px]] Mythical </span> |
| − | | godly = Godly Icon.png | + | |legendary = <span style="color:#FFF380"> [[File:Legendary Icon.png|18px]] Legendary </span> |
| − | | ancient = Ancient Icon.png | + | |godly = <span style="color:#40E0D0"> [[File:Godly Icon.png|18px]] Godly </span> |
| − | }}|{{{2| | + | |ancient = <span style="color:#DD1F13"> [[File:Ancient Icon.png|18px]] Ancient </span> |
| + | }} | ||
| + | <!--checkbox--> | ||
| + | | checkbox = {{#switch:{{{2|}}} | ||
| + | |yes = [[File:TickGreen.png]] | ||
| + | |no = [[File:CrossWhite.png]] | ||
| + | }} | ||
| + | }}<!-- | ||
| + | |||
| + | --><noinclude> | ||
| + | {| style="text-align: center; width:75%;" | ||
| + | |- | ||
| + | | | ||
| + | '''Usage:''' <br> <code><nowiki>{{</nowiki>Icon|''category''|''type''<nowiki>}}</nowiki></code> | ||
| + | || | ||
| + | '''Example:''' <br> <code><nowiki>{{</nowiki>Icon|rarity|powerful<nowiki>}}</nowiki></code> | ||
| + | |} | ||
| + | |||
| + | * Current default size will always be '''18px'''. | ||
| + | * Accepted inputs are not case-sensitive. But for consistency, probably best to stick to having the first letter of each input in upper-case. | ||
| + | * Only the rarity category will automatically have the wording beside their respective icons. | ||
| + | |||
| + | === Available Inputs === | ||
| + | {| class="wikitable" style="width:75%;" | ||
| + | |- | ||
| + | ! Currency !! Rarity !! Checkbox | ||
| + | |- | ||
| + | |style="vertical-align: top; width:25%;"| | ||
| + | {{Icon|currency|gold}} Gold | ||
| + | |||
| + | {{Icon|currency|medal}} Defender Medal | ||
| + | |||
| + | {{Icon|currency|gem}} Gem | ||
| + | |style="vertical-align: top;width:25%;"| | ||
| + | {{Icon|rarity|worn}} | ||
| + | |||
| + | {{Icon|rarity|sturdy}} | ||
| + | |||
| + | {{Icon|rarity|powerful}} | ||
| + | |||
| + | {{Icon|rarity|epic}} | ||
| + | |||
| + | {{Icon|rarity|mythical}} | ||
| + | |||
| + | {{Icon|rarity|legendary}} | ||
| + | |||
| + | {{Icon|rarity|godly}} | ||
| + | |||
| + | {{Icon|rarity|ancient}} | ||
| + | |style="vertical-align: top; width:25%;"| | ||
| + | {{Icon|checkbox|yes}} Yes | ||
| + | |||
| + | {{Icon|checkbox|no}} No | ||
| + | |} | ||
| + | __NOEDITSECTION__ | ||
| + | </noinclude> | ||
Latest revision as of 14:04, 22 June 2026
|
Usage: |
Example: |
- Current default size will always be 18px.
- Accepted inputs are not case-sensitive. But for consistency, probably best to stick to having the first letter of each input in upper-case.
- Only the rarity category will automatically have the wording beside their respective icons.
Available Inputs
| Currency | Rarity | Checkbox |
|---|---|---|