Difference between revisions of "Template:Ex Testing"
From Project: Gorgon Wiki
Extractum11 (talk | contribs) m |
Extractum11 (talk | contribs) m |
||
Line 1: | Line 1: | ||
{{ #if: {{{1|}}} | http://cdn.projectgorgon.com/v282/icons/icon_{{ #switch: {{{1|None}}} | {{ #if: {{{1|}}} | http://cdn.projectgorgon.com/v282/icons/icon_{{ #switch: {{{1|None}}} | ||
− | + | | Acid Bolt 7 = 3650 | |
− | + | | Acid Bolt 8 = 3650 | |
− | + | | Anthem of Avoidance 6 = 3667 | |
− | + | | Barrage 7 = 2102 | |
− | + | | Barrage 8 = 2102 | |
− | + | | Become Dark Wolf = 2126 | |
− | + | | Become Winter Wolf = 2126 | |
− | + | | Become Wolf = 2126 | |
− | + | | Blast of Defiance 7 = 3673 | |
− | + | | Blast of Defiance 8 = 3673 | |
− | + | | Blast of Despair 7 = 3672 | |
− | + | | Blast of Fury 8 = 3671 | |
− | + | | Blast of Fury 9 = 3671 | |
− | + | | Bodyslam 6 = 3322 | |
− | + | | Bodyslam 7 = 3322 | |
− | + | | Bodyslam 8 = 3322 | |
− | + | | Brain Scrub = 3645 | |
− | + | | Bruising Blow 6 = 2241 | |
− | + | | Bruising Blow 7 = 2241 | |
− | + | | Bruising Blow 8 = 2241 | |
− | + | | None = [[File:Item-icon-none.png]] | |
− | + | | #default = {{ #if: {{ #pos: {{{1|}}} | : }}|http://cdn.projectgorgon.com/v282/icons/icon_4003.png|<span style="color:red">Error: Ability not found</span>}} | |
}}.png | [[File:Item-icon-none.png]] }}<noinclude> | }}.png | [[File:Item-icon-none.png]] }}<noinclude> | ||
{{Ability icon/Explanation}} | {{Ability icon/Explanation}} | ||
[[Category:Formatting templates]] | [[Category:Formatting templates]] | ||
</noinclude> | </noinclude> |
Revision as of 22:37, 18 May 2017
Description
This accepts an ability name as input and returns the in-game icon. Most of these are 64x64, but you can resize them if needed. See the Examples section below.
Syntax
{{Ability icon|<name>|<size selection>}}
Parameters
- <name>
- The name of the ability. It must match exactly what is displayed in-game (e.g. "Super Fireball", not "SUPER fireball" or "Fireball")
- If omitted or empty, template returns a blank icon image.
- If no match is found, template returns an error.
- <size selection>
- 1 or 32 for 32x32.
- 2 or 64 for 64x64.
- If omitted, empty, or anything else, image isn't resized.
Examples
Standard Use
{{Ability icon|Ring of Fire}} {{Ability icon}} {{Ability icon|FakeAbilityReturnsError}}
Error: Ability not found
Resizing
{{Ability icon|Ring of Fire}} <!-- default size is 64x64 --> {{Ability icon|Ring of Fire|64}} {{Ability icon|Ring of Fire|32}}
Alternative Resizing (old method)
You can also manually resize the images if you wish (using the template just wraps the image in this span automatically).
<span class="extimage32px">{{Ability icon|Ring of Fire}}</span> <span class="extimage64px">{{Ability icon|Ring of Fire}}</span>