Contract Template: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Arkalor
(Created page with "{{RightToC}} {{Related|Page Templates|Wiki Templates|{{mtl|Contract}}|{{mtl|Intro}}}} * You can leave blank or erase variables that aren't applicable. * Special properties (such...")
 
imported>Arkalor
No edit summary
Line 2: Line 2:
{{Related|Page Templates|Wiki Templates|{{mtl|Contract}}|{{mtl|Intro}}}}
{{Related|Page Templates|Wiki Templates|{{mtl|Contract}}|{{mtl|Intro}}}}


For use with all contracts that help players to track quests in game. Contracts are automatically categorised as [[:Category:Contract]] and a level range depending on what was entered for ''Recommended Level''. For example, entering 200 adds <nowiki>[[Category:Contract (200+)]]</nowiki>
* You can leave blank or erase variables that aren't applicable.
* You can leave blank or erase variables that aren't applicable.
* Special properties (such as Bonded), patch introduced, related quests, and updated should be wiki linked (double brackets).
* Special properties (such as Bonded), patch introduced, related quests, and updated should be wiki linked (double brackets).
Line 7: Line 8:
* Most contracts cannot be sold so "Cannot be Sold" can be left at "True".
* Most contracts cannot be sold so "Cannot be Sold" can be left at "True".
* Additional information after the description can be added using line breaks "<nowiki><br></nowiki>".
* Additional information after the description can be added using line breaks "<nowiki><br></nowiki>".
* Notes should include how the contract was obtained (Contract Broker, dropped by a creature etc).
* If the contract was purchased or given by an NPC then you can delete the link to trophy drops.


== Wiki Code ==
== Wiki Code ==
Line 29: Line 32:
}}
}}
== Notes ==
== Notes ==
* {{Trophy Drops|{{PAGENAME}}}}
* ??
* ??


Line 56: Line 60:
}}
}}
== Notes ==
== Notes ==
* Sold by [[Hammah al Rundik]] at the [[City of Neftet|Lost City of Neftet‎‎]].
* Given by [[Hammah al Rundik]] at the [[City of Neftet|Lost City of Neftet‎‎]].


</pre>
</pre>


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

Revision as of 18:39, 21 May 2011

Related topics: Page Templates, Wiki Templates, {{Contract}}, {{Intro}}

For use with all contracts that help players to track quests in game. Contracts are automatically categorised as Category:Contract and a level range depending on what was entered for Recommended Level. For example, entering 200 adds [[Category:Contract (200+)]]

  • You can leave blank or erase variables that aren't applicable.
  • Special properties (such as Bonded), 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.
  • Most contracts cannot be sold so "Cannot be Sold" can be left at "True".
  • Additional information after the description can be added using line breaks "<br>".
  • Notes should include how the contract was obtained (Contract Broker, dropped by a creature etc).
  • If the contract was purchased or given by an NPC then you can delete the link to trophy drops.

Wiki Code

<section begin=Contract/>

{{Intro
 | Patch Introduced = 
 |   Related Quests = 
 |          Updated = 
}}
{{Contract
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image = 
 | Live Image Caption = 
 |              Value = 100
 |             Burden = 0
 |        Description = 
 | Cooldown When Used = 2s
 | Special Properties = [[Bonded]]
 |  Recommended Level = 
 |     Cannot Be Sold = True
}}
== Notes ==
* {{Trophy Drops|{{PAGENAME}}}}
* ??

<section end=Contract/>

Example

See the Prickly Pear Collecting (Level 200+) for results of the code below:

{{Intro
 | Patch Introduced = [[Lost City of Neftet‎‎]]
 |   Related Quests = [[Contracts]]
 |          Updated = 
}}
{{Contract
 |               Name = Prickly Pear Collecting (Level 200+)
 |         Icon Image = Prickly Pear Collecting (Level 200+) Icon.png
 |         Live Image = 
 | Live Image Caption = 
 |              Value = 0
 |             Burden = 0
 |        Description = A contract for collecting prickly pears from the canyons of the Lost City of Neftet.<br><br>You can only carry 1 of these items.
 | Cooldown When Used = 2s
 | Special Properties = [[Attuned]], [[Bonded]]
 |  Recommended Level = 200
 |     Cannot Be Sold = True
}}
== Notes ==
* Given by [[Hammah al Rundik]] at the [[City of Neftet|Lost City of Neftet‎‎]].