Template:DamageIcon: Difference between revisions

Jump to navigation Jump to search
m
Added Weapon
No edit summary
m (Added Weapon)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<includeonly>{{icon|{{{1}}} Damage Icon.png|{{{2|25}}}|link={{{link|Damage Types}}}}}</includeonly><noinclude>
<includeonly>{{#switch: {{{1}}}
| Healing = {{icon | Healing Icon.png | {{{2|25}}} | link = {{{link|}}}}}
| Physical = {{icon | Slashing Damage Icon.png | {{{2|25}}} | link = {{{link|Damage Types}}} }}
| Weapon = {{icon | Slashing Damage Icon.png | {{{2|25}}} | link = {{{link|Damage Types}}} }}
| #default = {{icon | {{trim | {{{1}}} }} Damage Icon.png | {{{2|25}}} | link = {{{link|Damage Types}}} }}
}}</includeonly><noinclude>
Usage: Fiery {{code|<nowiki>{{DamageIcon|Fire}}</nowiki>}} fire!
Usage: Fiery {{code|<nowiki>{{DamageIcon|Fire}}</nowiki>}} fire!


Result: Fiery {{DamageIcon|Fire}} fire!
Result: Fiery {{DamageIcon|Fire}} fire!
----
Also supports healing.


Usage: Helpful {{code|<nowiki>{{DamageIcon|Healing}}</nowiki>}} healing!
Result: Helpful {{DamageIcon|Healing}} healing!
----
You can make it bigger, too:
You can make it bigger, too:


Line 10: Line 21:
Result: Fiery {{DamageIcon|Fire|40}} fire!
Result: Fiery {{DamageIcon|Fire|40}} fire!


[[Category:Damage Info Templates]] [[Category:Icon Templates]]
[[Category:Damage info templates]] [[Category:Icon Templates]]
</noinclude>
 
== Template data ==
<templatedata>
{
"params": {
"1": {
"label": "type",
"type": "string",
"required": true
},
"2": {
"label": "size",
"description": "Sets the icon size.",
"type": "number"
},
"link": {
"description": "Overrides the link.",
"type": "string"
}
},
"format": "inline"
}
</templatedata></noinclude>

Navigation menu