Open main menu

Project: Gorgon Wiki β

Changes

Template:Augury icon/Explanation

1,037 bytes added, 16:49, 21 July 2019
Added documentation for Augury icon template.
__NOTOC__
==Description==
This accepts a Augury name as input and returns the in-game icon. Be aware that Augury 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>
{{Augury icon|<name>}}
</pre>

== Parameters ==
; <name>
: The name of the Augury. It must match exactly what is displayed in-game (e.g. "Augury: Vulnerable", not "Vulnerable" or "Augury:vulnerable")

== Examples ==

=== Basic Use ===
<pre>{{Augury icon|Augury: Vulnerable}}</pre>
{{Augury icon|Augury: Vulnerable}}


=== Forcing 32x32 size ===
<pre><span class="extimage32px">{{Augury icon|Augury: All-Seeing}}</span></pre>
<span class="extimage32px">{{Augury icon|Augury: All-Seeing}}</span>


=== Forcing 64x64 size ===
<pre><span class="extimage64px">{{Augury icon|Augury: Wisdom}}</span></pre>
<span class="extimage64px">{{Augury icon|Augury: Wisdom}}</span>