Difference between revisions of "Template:EffectIcon"
(ailments) |
(defaulting ailment icons to 32px) |
||
Line 31: | Line 31: | ||
|Depress=[[File:Icon Gloom.png|{{{size|20px}}}|link=]] {{#if:{{{name|}}}|[[Gloom|{{{1|}}}]]|}} | |Depress=[[File:Icon Gloom.png|{{{size|20px}}}|link=]] {{#if:{{{name|}}}|[[Gloom|{{{1|}}}]]|}} | ||
− | |Bind=[[File:Icon Bind.png|{{{size| | + | |Bind=[[File:Icon Bind.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Bind|{{{1|}}}]]|}} |
− | |Bound=[[File:Icon Bind.png|{{{size| | + | |Bound=[[File:Icon Bind.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Bind|{{{1|}}}]]|}} |
− | |Curse=[[File:Icon Curse.png|{{{size| | + | |Curse=[[File:Icon Curse.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Curse|{{{1|}}}]]|}} |
− | |Cursed=[[File:Icon Curse.png|{{{size| | + | |Cursed=[[File:Icon Curse.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Curse|{{{1|}}}]]|}} |
− | |Charm=[[File:Icon Charm.png|{{{size| | + | |Charm=[[File:Icon Charm.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Charm|{{{1|}}}]]|}} |
− | |Charmed=[[File:Icon Charm.png|{{{size| | + | |Charmed=[[File:Icon Charm.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Charm|{{{1|}}}]]|}} |
− | |Mute=[[File:Icon Mute.png|{{{size| | + | |Mute=[[File:Icon Mute.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Mute|{{{1|}}}]]|}} |
− | |Muted=[[File:Icon Mute.png|{{{size| | + | |Muted=[[File:Icon Mute.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Mute|{{{1|}}}]]|}} |
− | |Poison=[[File:Icon Poison.png|{{{size| | + | |Poison=[[File:Icon Poison.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Poison|{{{1|}}}]]|}} |
− | |Poisoned=[[File:Icon Poison.png|{{{size| | + | |Poisoned=[[File:Icon Poison.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Poison|{{{1|}}}]]|}} |
− | |Weak=[[File:Icon Weak.png|{{{size| | + | |Weak=[[File:Icon Weak.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Weak|{{{1|}}}]]|}} |
− | |Weakened=[[File:Icon Weak.png|{{{size| | + | |Weakened=[[File:Icon Weak.png|{{{size|32px}}}|link=]] {{#if:{{{name|}}}|[[Weak|{{{1|}}}]]|}} |
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
Displays an effect icon, given its name. | Displays an effect icon, given its name. | ||
Line 53: | Line 53: | ||
Optionally, can specify the size of the icon (default is 20px). | Optionally, can specify the size of the icon (default is 20px). | ||
+ | *Ailment icons default to 32px instead. | ||
Optionally, can also display a link to the effect page. | Optionally, can also display a link to the effect page. |
Revision as of 04:52, 13 January 2023
Displays an effect icon, given its name.
- If an effect has multiple names, all will work.
Optionally, can specify the size of the icon (default is 20px).
- Ailment icons default to 32px instead.
Optionally, can also display a link to the effect page.
- The visible linked word(s) will be the given name
- Example: If you enter "Rebellion" then the link will appear as the word "Rebellion", but the link will go to "Might (status effect)"
Usage Examples
{{EffectIcon|Barrier}}
{{EffectIcon|Barrier|name=1}}
{{EffectIcon|Barrier|size=32px}}
Alternate Names Example
* {{EffectIcon|Might|name=1}} * {{EffectIcon|Critical|name=1}} * {{EffectIcon|Rebellion|name=1}}