Container Template: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
imported>Tlosk
Line 84: Line 84:


=== Wiki Code ===
=== Wiki Code ===
 
<section begin=Chest /><pre style="width:auto; overflow:auto">
<pre style="width:auto; overflow:auto">
{{Intro
{{Intro
  | Patch Introduced =  
  | Patch Introduced =  
Line 120: Line 119:
{{Spawn Map|{{PAGENAME}}}}
{{Spawn Map|{{PAGENAME}}}}


</pre>
</pre><section end=Chest />


=== Example ===
=== Example ===

Revision as of 07:18, 6 July 2009

Related topics: Page Templates, Wiki Templates, {{Pack}}, {{Chest}}, {{Intro}}

  • Chests, packs, belts, and pouches. Remove information that is not applicable.


Pack

Wiki Code

{{Intro
 | Patch Introduced = 
 |   Related Quests = 
 |          Updated = 
}}
{{Pack
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  Live.jpg
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 | Special Properties = 
 |    Description Two = Use this item to close it.
 |    Holds Max Items = 
 |     Cannot Be Sold = False
}}
== Notes ==
* Obtained by:
{{Sold By|{{PAGENAME}}}}

Example

See Pumpkin Backpack for the results of the example code below:

{{Intro
 | Patch Introduced = [[Tricks and Treats]]
 |   Related Quests = [[Hunter Quest (Pumpkin Lords)]]
 |          Updated = 
}}
{{Pack
 |               Name = Pumpkin Backpack
 |         Icon Image = Pumpkin Backpack Icon.png
 |         Live Image = Pumpkin Backpack Live.jpg
 | Live Image Caption = Pumpkin Backpack
 |              Value = 250
 |             Burden = 1
 |        Description = A hollowed out pumpkin with some straps so it can be used to carry things. 
 | Special Properties = 
 |    Description Two = Use this item to close it.
 |    Holds Max Items = 24
 |     Cannot Be Sold = False
}}
== Notes ==
* The Pumpkin Backpack is a random reward from the [[Majestic Pumpkin]] for completing the [[Hunter Quest (Pumpkin Lords)|Pumpkin Lords]] kill quest. 

Chests and Troves

  • Use this template for Chests containing quest and loot items.
  • Locked/Unlocked Chests:
    • If the chest is unlocked:
      • Set the line "Locked" on False, and remove the lines about the difficulty to pick the lock
      • Remove the line from the "Notes" with the Item Table: "Open with" and the Lockpick Skill line, and add the Note "Unlocked"
    • If the chest is locked, add the item to open it to the Item Table: Open with, and remove the Note "Unlocked" and the Lockpick Skill line
    • If the chest can only be opened with the Lockpick Skill, use the line with the Lockpick Skill
  • Add any unique items the chest contains under the Item Table "Unique Items".
    • If the chest contains no other loot, remove the line with the Loot Tier
    • If the chest contains other loot, and/or you know the Tier, please add this info
  • Remove the line with the Spawn Map if the chest can only be found in a dungeon, or at one spot outdoors
  • Either create a new icon from a screen shot or use an icon below. Right click and save the image to your computer, change the name to match the text it will go with, and upload it. Redirect the image to the item's page so that when clicked it will take the reader to the item.

Common Chest Icons

File:Chest Icon Brown.png File:Chest Icon Small.png File:Chest Icon Gold.png File:Chest Icon Storage.png File:Chest Icon Sturdy.png File:Chest Icon Vault.png File:Chest Icon Crate.png File:Chest Icon Coffin.png File:Chest Icon Lugian.png

Wiki Code

<section begin=Chest />

{{Intro
 | Patch Introduced = 
 |   Related Quests = 
 |          Updated = 
}}
{{Chest
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  Live.jpg
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 | Special Properties = 
 |    Description Two = Use this item to open it and see its contents. 
 |   Holds Containers = 
 |    Holds Max Items = 
 |             Locked = True
 |    Lock Difficulty = You can't tell how hard the lock is to pick. This lock looks easy / difficult / impossible to pick.
 |         Resistance = 
}}
== Notes ==
{{Item Table|Caption=Open with:|??}}
* Uses [[Lockpick (Skill)]] to open
* Unlocked
:<font color=green> </font>

{{Item Table|Caption=Unique Chest Content|??}}
* Contains Loot Tier <1-7> [[Loot#Identifying Loot Tiers|Loot]] 

{{Locations|{{PAGENAME}}}}
: <coords> <location>
{{Spawn Map|{{PAGENAME}}}}

<section end=Chest />

Example

See Singularity Trove for the results of the example code below:

{{Intro
 | Patch Introduced = [[Keep Your Enemies Closer]]
 |   Related Quests = [[Virindi Keys]]
 |          Updated = 
}}
{{Chest
 |               Name = Singularity Trove
 |         Icon Image = Singularity Trove Icon.png
 |         Live Image = Singularity Trove Live.jpg
 | Live Image Caption = Singularity Trove
 |              Value = 2,500
 |             Burden = Varies
 |        Description = A Virindi cache lies here.
 | Special Properties = 
 |    Description Two = Use this item to open it and see its contents. 
 |   Holds Containers = 10
 |    Holds Max Items = 120
 |             Locked = True
 |    Lock Difficulty = This lock looks impossible to pick.
 |         Resistance = 5000
}}
== Notes ==
{{Item Table|Caption=Open with:|Singularity Key}}
:The Trove cannot be lockpicked and can only be opened by a [[Singularity Key]].
* Contains Loot Tier 5-6? [[Loot#Identifying Loot Tiers|Loot]] 
:By today's standards the loot it contains is sub par and it can spawn on special trophies or other items.
{{Locations|{{PAGENAME}}}}
:Found in the [[West Direlands | West]] and [[East Direlands]].  
{{Spawn Map|{{PAGENAME}}}}

Container Example

  • Old Template, for containers which are not Chests or Packs

Container Code

{{Intro
 | Patch Introduced = 
 |   Related Quests = 
 |          Updated = 
}}

[[Image: Live.jpg|right|frame|<Description.>]]
{|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0
|colspan=2 align=center|'''Name'''
|-
|align=center| Value: ??<br>?? Burden Units
|width=40 align=center| [[Image: Icon.png]]
|-
|colspan=2| <Description>

<br>This lock ??
<br>(Resistance ??). 

|-
|}

==Notes==
* Location: 
* Open with ??.
* Obtained by ??.
* Can be purchased from certain [[:Special:Whatlinkshere/{{PAGENAME}}|Shopkeepers]].

[[Category:Container]]