Difference between revisions of "Template:Icon"

From Dungeon Defenders 2 Wiki
Jump to: navigation, search
m
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if: {{{A}}} | [[File:{{#switch:{{lc:{{{A|1}}}}}
+
{{#switch:{{{1|}}}  
<!--Curency-->
+
<!--Currency-->
|gold = Gold Icon
+
| currency = {{#switch:{{{2|}}}
|medal = Defender Medal Icon
+
  |gold = [[File:Gold Icon.png|18px]]
|gem = Gem Icon
+
  |medal = [[File:Defender Medal Icon.png|18px]]
}}.png|{{{A|2}}}|18px]] | }}
+
  |gem = [[File:Gem Icon.png|18px]]
{{#if: {{{B}}} | [[File:{{#switch:{{lc:{{{B|1}}}}}
+
}}
 
<!--rarity-->
 
<!--rarity-->
|worn = Worn Icon
+
| rarity = {{#switch:{{{2|}}}
|sturdy = Sturdy Icon
+
  |worn = <span style="color:#808080"> [[File:Worn Icon.png|18px]] Worn </span>
|powerful = Powerful Icon
+
  |sturdy = <span style="color:#808000"> [[File:Sturdy Icon.png|18px]] Sturdy </span>
|epic = Epic Icon
+
  |powerful = <span style="color:#008000"> [[File:Powerful Icon.png|18px]] Powerful </span>
|mythical = Mythical Icon
+
  |epic = <span style="color:#3366FF"> [[File:Epic Icon.png|18px]] Epic </span>
|legendary = Legendary Icon
+
  |mythical = <span style="color:#ff00ff"> [[File:Mythical Icon.png|18px]] Mythical </span>
|godly = Godly Icon
+
  |legendary = <span style="color:#FFF380"> [[File:Legendary Icon.png|18px]] Legendary </span>
|ancient = Ancient Icon
+
  |godly = <span style="color:#40E0D0"> [[File:Godly Icon.png|18px]] Godly </span>
}}.png|{{{B|2}}}|18px]] | }}<!--
+
  |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>
 
--><noinclude>
{| style="text-align: center; width:50%;"
+
{| style="text-align: center; width:75%;"
 
|-
 
|-
 
|
 
|
'''Usage:''' <br> <code><nowiki>{{</nowiki>Icon|''input''|''size''<nowiki>}}</nowiki></code>
+
'''Usage:''' <br> <code><nowiki>{{</nowiki>Icon|''category''|''type''<nowiki>}}</nowiki></code>
 
||
 
||
'''Example:''' <br> <code><nowiki>{{</nowiki>Icon|Powerful|30px<nowiki>}}</nowiki></code>
+
'''Example:''' <br> <code><nowiki>{{</nowiki>Icon|rarity|powerful<nowiki>}}</nowiki></code>
 
|}
 
|}
  
* Size is optional. The default will always be '''18px'''.
+
* 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.
 
* 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 ===
 
=== Available Inputs ===
{| class="wikitable" style="width:50%;"
+
{| class="wikitable" style="width:75%;"
 
|-
 
|-
! Currency !! Rarity
+
! Currency !! Rarity !! Checkbox
 
|-
 
|-
|style="vertical-align: top;"|
+
|style="vertical-align: top; width:25%;"|
{{Icon|A = Gold}} Gold
+
{{Icon|currency|gold}} Gold
  
{{Icon|A = Medal|30px}} Medal
+
{{Icon|currency|medal}} Defender Medal
  
{{Icon|A = Gem|30px}} Gem
+
{{Icon|currency|gem}} Gem
|style="vertical-align: top;"|
+
|style="vertical-align: top;width:25%;"|
{{Icon|B = Worn|30px}} Worn
+
{{Icon|rarity|worn}}
  
{{Icon|B = Sturdy|30px}} Sturdy
+
{{Icon|rarity|sturdy}}
  
{{Icon|B = Powerful|30px}} Powerful
+
{{Icon|rarity|powerful}}
  
{{Icon|B = Epic|30px}} Epic
+
{{Icon|rarity|epic}}
  
{{Icon|B = Mythical|30px}} Mythical
+
{{Icon|rarity|mythical}}
  
{{Icon|B =Legendary|30px}} Legendary
+
{{Icon|rarity|legendary}}
  
{{Icon|B = Godly|30px}} Godly
+
{{Icon|rarity|godly}}
  
{{Icon|B = Ancient|30px}} Ancient
+
{{Icon|rarity|ancient}}
 +
|style="vertical-align: top; width:25%;"|
 +
{{Icon|checkbox|yes}} Yes
 +
 
 +
{{Icon|checkbox|no}} No
 
|}
 
|}
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 
</noinclude>
 
</noinclude>

Latest revision as of 14:04, 22 June 2026

Usage:
{{Icon|category|type}}

Example:
{{Icon|rarity|powerful}}

  • 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

Gold Icon.png Gold

Defender Medal Icon.png Defender Medal

Gem Icon.png Gem

Worn Icon.png Worn

Sturdy Icon.png Sturdy

Powerful Icon.png Powerful

Epic Icon.png Epic

Mythical Icon.png Mythical

Legendary Icon.png Legendary

Godly Icon.png Godly

Ancient Icon.png Ancient

TickGreen.png Yes

CrossWhite.png No