Trophy Template: Difference between revisions
From Drunkapedia
imported>An Adventurer mNo edit summary |
imported>Tlosk No edit summary |
||
Line 1: | Line 1: | ||
If a trophy is attuned and/or bonded, only list these | {{RightToC}} | ||
{{Related|Page Templates|Template:Trophy}} | |||
Use this template for trophies, items that drop off creatures. | |||
* You can leave blank or erase variables that aren't applicable. | |||
* If a trophy is attuned and/or bonded, only list these under special properties. Do not include them in the special property category. Category:Bonded is for items that players can wield. | |||
* Special properties, patch introduced, related quests, and updated should be wiki linked (double brackets). | |||
* If there is no live image indicated or if it is "Live.jpg" then that section will not be shown. | |||
* Set '''Cannot be Sold''' to '''True''' to display. | |||
* The page will automatically be categorized as a [[:Category:Trophy]]. | |||
<pre> | == Wiki Code == | ||
<pre style="width:auto; overflow:auto"> | |||
{{Intro | |||
| Patch Introduced = | |||
| Related Quests = | |||
| Updated = | |||
}} | |||
{{Trophy | |||
| Name = | |||
| Icon Image = Icon.png | |||
| Live Image = Live.jpg | |||
| Live Image Caption = | |||
| Value = | |||
| Burden = | |||
| Description = | |||
| Special Properties = [[Attuned]], [[Bonded]] | |||
| Description Two = | |||
| Cannot Be Sold = | |||
}} | |||
==Notes== | |||
{{Trophy Drops|{{PAGENAME}}}} | |||
* Does Not Stack / Stack Size: ?? | |||
* Give to [[??]] for [[??]]. | |||
</pre> | |||
== Example == | |||
The results of the example code below can be seen at [[Armored Sclavus Head]]. | |||
[[ | <pre style="width:auto; overflow:auto"> | ||
{{Intro | |||
| Patch Introduced = [[Seeds of Corruption]] | |||
| Related Quests = [[Masks and Guises]] | |||
| Updated = | |||
}} | |||
{{Trophy | |||
| Name = Armored Sclavus Head | |||
| Icon Image = Armored Sclavus Head Icon.png | |||
| Value = 0 | |||
| Burden = 400 | |||
| Description = The severed head of a Sclavus, with the Sclavus' helm still attached. | |||
| Special Properties = | |||
| Description Two = | |||
| Cannot Be Sold = | |||
}} | |||
== Notes == | |||
{{Trophy Drops|{{PAGENAME}}}} | |||
* Give to a [[Mask Maker]] for an [[Armored Sclavus Mask]]. | |||
* There are three different colors, the color dropped matches the creature's armor (all have the same name, but can have distinct armor). | |||
</pre> | </pre> | ||
[[Category:Page Template]] | [[Category:Page Template]] |
Revision as of 11:46, 25 February 2009
Related topics: Page Templates, Template:Trophy Use this template for trophies, items that drop off creatures.
- You can leave blank or erase variables that aren't applicable.
- If a trophy is attuned and/or bonded, only list these under special properties. Do not include them in the special property category. Category:Bonded is for items that players can wield.
- Special properties, patch introduced, related quests, and updated should be wiki linked (double brackets).
- If there is no live image indicated or if it is "Live.jpg" then that section will not be shown.
- Set Cannot be Sold to True to display.
- The page will automatically be categorized as a Category:Trophy.
Wiki Code
{{Intro | Patch Introduced = | Related Quests = | Updated = }} {{Trophy | Name = | Icon Image = Icon.png | Live Image = Live.jpg | Live Image Caption = | Value = | Burden = | Description = | Special Properties = [[Attuned]], [[Bonded]] | Description Two = | Cannot Be Sold = }} ==Notes== {{Trophy Drops|{{PAGENAME}}}} * Does Not Stack / Stack Size: ?? * Give to [[??]] for [[??]].
Example
The results of the example code below can be seen at Armored Sclavus Head.
{{Intro | Patch Introduced = [[Seeds of Corruption]] | Related Quests = [[Masks and Guises]] | Updated = }} {{Trophy | Name = Armored Sclavus Head | Icon Image = Armored Sclavus Head Icon.png | Value = 0 | Burden = 400 | Description = The severed head of a Sclavus, with the Sclavus' helm still attached. | Special Properties = | Description Two = | Cannot Be Sold = }} == Notes == {{Trophy Drops|{{PAGENAME}}}} * Give to a [[Mask Maker]] for an [[Armored Sclavus Mask]]. * There are three different colors, the color dropped matches the creature's armor (all have the same name, but can have distinct armor).