Guild Wars 2 Wiki:Inventory formatting

From Guild Wars 2 Wiki
Jump to navigationJump to search
Primary article: Template:Inventory infobox

Inventories are described using the {{Inventory infobox}}.

Other templates[edit]

The following templates are also commonly used on inventory articles:

  • {{Contained in}} — Automatically lists all container items that drop the item. This information comes from other item articles that have used the {{Contains}} template.
  • {{Contained in reward track}} — Automatically lists all reward tracks (together with the number and the quantity) that drop the item. This information is gathered with the {{Reward Track}} template.
  • {{Dropped by}} — Automatically lists all foes that drop the item. This information comes from NPC articles that have used the {{Drops table row}} template.
  • {{Gathered from}} — Automatically lists all objects that the item may be gathered from. This information comes from object articles that have used the {{Gather}} template.
  • {{Recipe}} — Used to document the recipe that creates this item.
  • {{Rewarded by}} — Automatically lists all adventures, events, stories and strike missions that reward the item. This information comes from other item articles that have used the {{Rewards item}} template or in the case of adventures it's automatically set by the template {{adventure rewards}} itself.
  • {{Rewards item}} — Used to document items received upon completeing an event, story or strike mission. Will cause other articles using the {{Rewarded by}} template to automatically update.
  • {{Sold by}} — Automatically lists all vendors that sell the item. This information comes from vendor articles that have used the {{Vendor table row}} template.

Copy-paste layouts[edit]

{{Inventory infobox
| slots = 
| property = 
| id = 
| description = 
| level = 
| rarity = 
| bound = 
| value = 
}}
<!-- lead in descriptive text -->
<text>

<!-- If more than one acquisition source, use level 3 headers to split acquisition by methods, the order is as follows -->
== Acquisition ==

<!-- for items that can either be gathered from resource nodes, or are found in chests and such -->
=== Gathered from ===
{{Gathered from}}

<!-- for items that are dropped by enemies -->
=== Dropped by ===
{{Dropped by}}

<!-- for items that are sold by NPCs -->
=== Sold by ===
{{Sold by}}

<!-- for items that are found in containers -->
=== Contained in ===
{{Contained in}}

<!-- for items that are obtained from salvaging -->
=== Salvaged from ===
{{Salvaged from}}

<!-- for items that are obtained through PvP/WvW reward tracks; always use plural -->
=== Reward tracks ===
{{Contained in reward track}}

<!-- for items that can be crafted; use singular if it's only one recipe, and plural if there is more than one -->
=== Recipe(s) ===
{{Recipe
| source = 
| sheet = 
| type = 
| rating = 
| disciplines = 
| ingredient1 = 
| ingredient2 = 
| ingredient3 = 
| ingredient4 = 
| id = 
}}

<!-- for items that can be acquired through achievements; always use plural for these sections -->
=== Achievements ===
{{Achievement list|reward={{subst:pagename subst}}}}

<!-- for items that are rewarded by content such as story rewards, level rewards, event reward, etc -->
=== Rewarded by ===
{{Rewarded by}}

<!-- anything that doesn't fit the acquisition methods listed above, such as items obtained by talking to NPCs -->
=== Other ===
* <text>

<!-- for items that are used in crafting, guild upgrades or as a currency for vendors -->
== Used in ==
{{Recipe list}}               <!-- use when the item is only used in one discipline or source e.g. Mystic Forge or artificer -->
{{Recipe list by discipline}} <!-- used when the item is used in more than one discipline or source; automatically creates level 3 headers -->

<!-- for items that are used as a currency for vendors -->
== Vendors ==
{{Vendor table|currency={{subst:PAGENAME}}}}

<!-- optional; always plural -->
== Notes ==
* <text>

<!-- optional; always plural -->
== Trivia ==
* <text>

== See also ==
* [[Bag]]
* <text>

<!-- navigation template here if related to other similar items -->