Pet Template: Difference between revisions
From Drunkapedia
imported>Sanddh mNo edit summary |
imported>Arkalor's Bot m (Text replace - "Category:Page Template" to "Category:Page Templates") |
||
Line 2: | Line 2: | ||
{{Related|Page Templates|Pets|{{mtl|Pet}}|{{mtl|Intro}}}} | {{Related|Page Templates|Pets|{{mtl|Pet}}|{{mtl|Intro}}}} | ||
This is a generic template for Pets and | This is a generic template for summoned Pets and Essences. The template should be added to the relevant summoning item or essence's page under a subheading ("summoned pet" or "summoned essence"). See [[Amelia's Gargoyle Amulet]] for an example. | ||
If at all possible use an in game screen shot that is 300x400 pixels and append "Live" to the name. | If at all possible use an in game screen shot that is 300x400 pixels and append "Live" to the name. | ||
Place an image of the in game stats panel using just the name (e.g. | Place an image of the in game stats panel using just the name (e.g. Amelia's Pet Gargoyle.jpg) on the Talk page for future reference. | ||
* Leave blank any items that do not apply. | * Leave blank any items that do not apply. | ||
* Patch introduced, related quests, and updated should be wiki linked (double brackets). | * 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 a temporary image will be displayed. | * If there is no live image indicated or if it is "Live.jpg" then a temporary image will be displayed. | ||
Line 13: | Line 12: | ||
== Wiki Code == | == Wiki Code == | ||
<section begin=Pet/><pre style="width:auto; overflow:auto"> | <section begin=Pet/><pre style="width:auto; overflow:auto"> | ||
{{Pet | {{Pet | ||
| Name = | | Name = | ||
Line 33: | Line 27: | ||
| Mana = | | Mana = | ||
}} | }} | ||
</pre><section end=NPC /> | </pre><section end=NPC /> | ||
== Example == | == Example == | ||
See [[ | See [[Amelia's Gargoyle Amulet]] for the results of the example code below: | ||
<pre style="width:auto; overflow:auto"> | <pre style="width:auto; overflow:auto"> | ||
== Summoned Pet == | |||
{{Pet | {{Pet | ||
| Name = | | Name = Amelia's Pet Gargoyle | ||
| Live Image = | | Live Image = Amelia's Pet Gargoyle Live.jpg | ||
| Class = | | Class = Ghost | ||
| Level = | | Level = 5 | ||
| Strength = | | Strength = 45 | ||
| Endurance = | | Endurance = 25 | ||
| Coordination = | | Coordination = 45 | ||
| Quickness = | | Quickness = 20 | ||
| Focus = | | Focus = 30 | ||
| Self = | | Self = 30 | ||
| Health = | | Health = 28 | ||
| Stamina = | | Stamina = 120 | ||
| Mana = | | Mana = 30 | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Page | [[Category:Page Templates]] |
Latest revision as of 20:13, 8 April 2014
Related topics: Page Templates, Pets, {{Pet}}, {{Intro}}
This is a generic template for summoned Pets and Essences. The template should be added to the relevant summoning item or essence's page under a subheading ("summoned pet" or "summoned essence"). See Amelia's Gargoyle Amulet for an example.
If at all possible use an in game screen shot that is 300x400 pixels and append "Live" to the name. Place an image of the in game stats panel using just the name (e.g. Amelia's Pet Gargoyle.jpg) on the Talk page for future reference.
- Leave blank any items that do not apply.
- 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 a temporary image will be displayed.
Wiki Code
<section begin=Pet/>
{{Pet | Name = | Live Image = Live.jpg | Class = | Level = | Strength = | Endurance = | Coordination = | Quickness = | Focus = | Self = | Health = | Stamina = | Mana = }}
<section end=NPC />
Example
See Amelia's Gargoyle Amulet for the results of the example code below:
== Summoned Pet == {{Pet | Name = Amelia's Pet Gargoyle | Live Image = Amelia's Pet Gargoyle Live.jpg | Class = Ghost | Level = 5 | Strength = 45 | Endurance = 25 | Coordination = 45 | Quickness = 20 | Focus = 30 | Self = 30 | Health = 28 | Stamina = 120 | Mana = 30 }}