Pet Template: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
mNo edit summary
imported>Arkalor's Bot
 
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 other Summonable Creatures that can be adapted.
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., Pet Pumpkin.jpg) on the Talk page for future reference.
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.
* The page will automatically be categorized as an [[:Category:Pet]]. Add any additional categories as appropriate.
* 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">
{{Intro
| Patch Introduced =
|  Related Quests =
|          Updated =
}}
{{Pet
{{Pet
  |        Name =  
  |        Name =  
Line 33: Line 27:
  |        Mana =  
  |        Mana =  
}}
}}
== Notes ==
* Use the ?? to summon or dismiss the {{PAGENAME}}.
</pre><section end=NPC />
</pre><section end=NPC />


== Example ==
== Example ==
See [[Master Lockpicker's Golem]] for the results of the example code below:
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">
{{Intro
== Summoned Pet ==
| Patch Introduced = [[Rekindling the Light]]
|  Related Quests = [[Crafter Golems]]
|          Updated =  
}}
{{Pet
{{Pet
  |        Name = Master Lockpicker's Golem
  |        Name = Amelia's Pet Gargoyle
  |  Live Image = Master Lockpicker's Golem Live.jpg
  |  Live Image = Amelia's Pet Gargoyle Live.jpg
  |        Class = Golem
  |        Class = Ghost
  |        Level = 1
  |        Level = 5
  |    Strength = 20
  |    Strength = 45
  |    Endurance = 30
  |    Endurance = 25
  | Coordination = 25
  | Coordination = 45
  |    Quickness = 30
  |    Quickness = 20
  |        Focus = 25
  |        Focus = 30
  |        Self = 15
  |        Self = 30
  |      Health = 20
  |      Health = 28
  |      Stamina = 80
  |      Stamina = 120
  |        Mana = 15
  |        Mana = 30
}}
}}
== Notes ==
* Use the [[Inactive Lockpicker's Golem (Master)]] to summon or dismiss the {{PAGENAME}}.
* Casts [[Master Lockpicker's Inspiration]] on you every 30 seconds. This is a spell that increases your lockpick by 20 points, stacks with other spells and lasts for 30 seconds.
* <font color=cornflowerblue>Master Lockpicker's Golem cast Master Lockpicker's Inspiration on you,<br></font>
</pre>
</pre>


[[Category:Page Template]]
[[Category:Page Templates]]

Latest revision as of 21: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
}}