Difference between revisions of "Template:Disease icon"
From Project: Gorgon Wiki
m (Added new curse) |
m |
||
Line 1: | Line 1: | ||
{{ #if: {{{1|}}} | | {{ #if: {{{1|}}} | | ||
− | {{ #replace: http://cdn.projectgorgon.com/ | + | {{ #replace: http://cdn.projectgorgon.com/v324/icons/icon_{{ #switch: {{{1|None}}} |
| Feeble Fever = 2217 | | Feeble Fever = 2217 | ||
| Slimy Tremors = 2217 | | Slimy Tremors = 2217 | ||
Line 57: | Line 57: | ||
| #default = {{ #if: {{ #pos: {{{1|}}} | : }} | 4003 | <span style="color:red">Error: Disease not found</span> }} | | #default = {{ #if: {{ #pos: {{{1|}}} | : }} | 4003 | <span style="color:red">Error: Disease not found</span> }} | ||
}}.png | | }}.png | | ||
− | http://cdn.projectgorgon.com/ | + | http://cdn.projectgorgon.com/v324/icons/icon_<span style="color:red">Error: Disease not found</span>.png | |
<span style="color:red">Error: Disease not found</span> }} | [[File:Item-icon-none.png]] }}<noinclude> | <span style="color:red">Error: Disease not found</span> }} | [[File:Item-icon-none.png]] }}<noinclude> | ||
{{Disease icon/Explanation}} | {{Disease icon/Explanation}} | ||
[[Category:Formatting templates|ItemT]] | [[Category:Formatting templates|ItemT]] | ||
</noinclude> | </noinclude> |
Revision as of 12:46, 28 August 2019
Description
This accepts a Disease name (including curses) as input and returns the in-game icon. Be aware that Disease icons have various sizes, and you can use CSS to easily resize them. 99% of the time, you'll want 32x32. If you do NEED 64x64, remember that some icons are not inherently that big so you'll lose image quality. See the Examples section below.
Syntax
{{Disease icon|<name>}}
Parameters
- <name>
- The name of the Disease or Curse. It must match exactly what is displayed in-game (e.g. "Feeble Fever", not "feeble fever" or "FeebleFever")
Examples
Basic Use
{{Disease icon|Feeble Fever}}
Forcing 32x32 size
<span class="extimage32px">{{Disease icon|Feeble Fever}}</span>
Forcing 64x64 size
<span class="extimage64px">{{Disease icon|Feeble Fever}}</span>