Difference between revisions of "Template:Disease icon"

From Project: Gorgon Wiki
Jump to: navigation, search
m
m (Added new curse)
Line 54: Line 54:
 
| Spider Phobia = 3253
 
| Spider Phobia = 3253
 
| Severe Agoraphobia = 3661
 
| Severe Agoraphobia = 3661
 +
| Winter Lethargy = 3655
 
| #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 |  

Revision as of 13:45, 28 August 2019

Item-icon-none.png

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}}

icon_2217.png


Forcing 32x32 size

<span class="extimage32px">{{Disease icon|Feeble Fever}}</span>

icon_2217.png


Forcing 64x64 size

<span class="extimage64px">{{Disease icon|Feeble Fever}}</span>

icon_2217.png