Key Template: Difference between revisions
From Drunkapedia
imported>Tlosk No edit summary |
imported>Tlosk No edit summary |
||
Line 40: | Line 40: | ||
| Description Two = | | Description Two = | ||
| Number of Uses = | | Number of Uses = | ||
| Cannot Be Sold = | | Cannot Be Sold = | ||
}} | }} | ||
== Notes == | == Notes == | ||
Line 48: | Line 48: | ||
</pre> | </pre> | ||
== Example == | |||
See [[West Armory Key]] for the results of the example code below: | |||
<pre style="width:auto; overflow:auto"> | |||
{{Key | |||
| Quest = Jester's Lost Marbles | |||
== | | Patch = Introductions | ||
| Name = West Armory Key | |||
| Icon Image = West Armory Key icon.png | |||
| Live Image = West Armory Key Live.jpg | |||
| Live Image Caption = The key drops onto the ground. | |||
| Value = 100 | |||
| Burden = 50 | |||
| Description = This key unlocks doors in the West Armory. | |||
| Special Properties = | |||
| Description Two = | |||
| Number of Uses = Unlimited | |||
| Cannot Be Sold = | |||
}} | |||
== Notes == | |||
* Dropped by [[West Armory Captain]] in [[Mhoire Armory]]. | |||
* Ghost is bugged and doesn't always drop the key on death as it is supposed to. | |||
* Item expires in 8 hours. | |||
</pre> | |||
[[Category:Page Template]] | [[Category:Page Template]] |
Revision as of 17:47, 3 February 2009
Related topics: Page Templates, Wiki Templates, Template:Key
For use with all in game keys, both quest and treasure. The page will automatically be categorized as a Key. Very few keys will benefit from a live screen shot, leave Live Image and Live Image Caption blank (or Live.jpg) if there isn't one.
Wiki Code
{{Key | Quest = | Patch = | Name = | Icon Image = Icon.png | Value = | Burden = | Description = | Special Properties = [[Attuned]], [[Bonded]] | Description Two = Use this item on a locked door or chest to unlock it. | Number of Uses = 1 | Cannot Be Sold = True }} == Notes == * Pickup timer: ?? * Dropped by ??. * Use to open ??.
{{Key | Quest = | Patch = | Name = | Icon Image = | Live Image = | Live Image Caption = | Value = | Burden = | Description = | Special Properties = | Description Two = | Number of Uses = | Cannot Be Sold = }} == Notes == * Pickup timer: ?? * Dropped by ??. * Use to open ??.
Example
See West Armory Key for the results of the example code below:
{{Key | Quest = Jester's Lost Marbles | Patch = Introductions | Name = West Armory Key | Icon Image = West Armory Key icon.png | Live Image = West Armory Key Live.jpg | Live Image Caption = The key drops onto the ground. | Value = 100 | Burden = 50 | Description = This key unlocks doors in the West Armory. | Special Properties = | Description Two = | Number of Uses = Unlimited | Cannot Be Sold = }} == Notes == * Dropped by [[West Armory Captain]] in [[Mhoire Armory]]. * Ghost is bugged and doesn't always drop the key on death as it is supposed to. * Item expires in 8 hours.