Changes

Jump to: navigation, search

Template:Disease icon/Explanation

1,037 bytes added, 10:26, 17 July 2019
Added explanation.
__NOTOC__
==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==
<pre>
{{Disease icon|<name>}}
</pre>

== 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 ===
<pre>{{Disease icon|Feeble Fever}}</pre>
{{Disease icon|Feeble Fever}}


=== Forcing 32x32 size ===
<pre><span class="extimage32px">{{Disease icon|Feeble Fever}}</span></pre>
<span class="extimage32px">{{Disease icon|Feeble Fever}}</span>


=== Forcing 64x64 size ===
<pre><span class="extimage64px">{{Disease icon|Feeble Fever}}</span></pre>
<span class="extimage64px">{{Disease icon|Feeble Fever}}</span>

Navigation menu