Difference between revisions of "Template:Icon"

From Dungeon Defenders 2 Wiki
Jump to: navigation, search
m
m (Got to figure out why adding text still breaks the template despite having a <noinclude> wrapper.)
Line 17: Line 17:
 
<noinclude>
 
<noinclude>
  
Test
+
{| style="text-align: center; width:50%;"
 +
|-
 +
|
 +
'''Usage:''' <br> <code><nowiki>{{</nowiki>Icon|''input''|''size''<nowiki>}}</nowiki></code>
 +
||
 +
'''Example:''' <br> <code><nowiki>{{</nowiki>Icon|Powerful|30px<nowiki>}}</nowiki></code>
 +
|}
 +
 
 +
* Size is optional. The default 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.
 +
 
 +
=== Available Inputs ===
 +
{| class="wikitable" style="width:50%;"
 +
|-
 +
! Currency !! Rarity
 +
|-
 +
|style="vertical-align: top;"|
 +
{{Icon|Gold|30px}} Gold
 +
 
 +
{{Icon|Medal|30px}} Medal
 +
 
 +
{{Icon|Gem|30px}} Gem
 +
|style="vertical-align: top;"|
 +
{{Icon|Worn|30px}} Worn
 +
 
 +
{{Icon|Sturdy|30px}} Sturdy
 +
 
 +
{{Icon|Powerful|30px}} Powerful
 +
 
 +
{{Icon|Epic|30px}} Epic
 +
 
 +
{{Icon|Mythical|30px}} Mythical
 +
 
 +
{{Icon|Legendary|30px}} Legendary
 +
 
 +
{{Icon|Godly|30px}} Godly
 +
 
 +
{{Icon|Ancient|30px}} Ancient
 +
|}
  
 
</noinclude>
 
</noinclude>
 
__NOEDITSECTION__
 
__NOEDITSECTION__

Revision as of 05:00, 28 October 2025



Usage:
{{Icon|input|size}}

Example:
{{Icon|Powerful|30px}}

  • Size is optional. The default 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.

Available Inputs

Currency Rarity

18px 18px Gold

18px 18px Medal

18px 18px Gem

18px 18px Worn

18px 18px Sturdy

18px 18px Powerful

18px 18px Epic

18px 18px Mythical

18px 18px Legendary

18px 18px Godly

18px 18px Ancient