Contract Template: Difference between revisions
Jump to navigation
Jump to 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's Bot m Text replace - "{{Trophy Drops|{{PAGENAME}}}}" to "{{Item Drops|{{PAGENAME}}}}" |
||
(7 intermediate revisions by 2 users not shown) | |||
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). | ||
* If there is no live image indicated or if it is "Live.jpg" then that section will not be shown. | * 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". | * Most contracts cannot be sold so "Cannot be Sold" can be left at "True". | ||
* The quest that the contract is for should be entered under ''Related Quests''. | |||
* 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 33: | ||
}} | }} | ||
== Notes == | == Notes == | ||
* {{Item Drops|{{PAGENAME}}}} | |||
* ?? | * ?? | ||
Line 39: | Line 44: | ||
{{Intro | {{Intro | ||
| Patch Introduced = [[Lost City of Neftet]] | | Patch Introduced = [[Lost City of Neftet]] | ||
| Related Quests = [[ | | Related Quests = [[Prickly Pear Collecting]] | ||
| Updated = | | Updated = | ||
}} | }} | ||
Line 56: | Line 61: | ||
}} | }} | ||
== Notes == | == Notes == | ||
* | * Given by [[Hammah al Rundik]] at the [[City of Neftet|Lost City of Neftet]]. | ||
</pre> | </pre> | ||
[[Category:Page Template]] | [[Category:Page Template]] |
Latest revision as of 23:03, 6 August 2012
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".
- The quest that the contract is for should be entered under Related Quests.
- 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 == * {{Item 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 = [[Prickly Pear Collecting]] | 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]].