Template:Item Statistics

Revision as of 03:52, 13 July 2017 by Charibot (talk | contribs) (7 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage[edit]

{{Item Statistics
| name = 
| tags = 
| description = 
| stackable = 
| type = 
| use = 
| contents = 
| contents amount = 
| notes = 
}}
  • name: The full name of the item, as shown on the item in-game. If this parameter isn't set, the page's name is displayed.
  • tags: {{Rare}}, {{Exclusive}}, {{Augment}}, and/or {{Temp}}
  • description: The description given on the item in-game.
  • stackable: The maximum stack size of this item (1, 12, 99) or "Not Stackable."
  • type: The type of item, such as "material" or "quest item".
  • use: The special use of the item, such as the text generated by {{Tool}} or "none" for items with no known use. This will override any use generated by the type of item.
  • contents: The item received when this item is used or "random" to link to the "Item Contents" section of the page. Used only with container items.
  • contents amount: The number of items received. Can be a range. Used only with container items.
  • infinite use: "true" or "yes" to mark the item as having infinite uses. Used only with container items.
  • notes: Any additional notes about the item.

Examples[edit]

Code Result
{{Item Statistics
| name = Chunk of rock salt
| description = A chunk of rock salt<br>that can be found on land.
| stackable = 12
| type = Material
}}
Chunk of rock salt
A chunk of rock salt
that can be found on land.


Stackable: 12

Crafting Material: See list

{{Item Statistics
| name = Siren's Tear
| tags = {{Rare}}
| description = This teardrop-shaped precious stone<br> sparkes with a bluish tint.
| stackable = 1
| type = Quest Item
}}
Siren's TearRare
This teardrop-shaped precious stone
sparkes with a bluish tint.


Stackable: Not Stackable

Quest Item: See list

{{Item Statistics
| name = Shihei
| description = A ninjutsu tool,<br>used in casting "[[Utsusemi]]."<br>Calls copy images that absorb damage.
| stackable = 99
| use = {{Tool|Ninja|Utsusemi|Ichi|Ni|San}}
}}
Shihei
A ninjutsu tool,
used in casting "Utsusemi."
Calls copy images that absorb damage.


Stackable: 99

Ninjutsu Tool: Utsusemi (Ichi, Ni, San)

{{Item Statistics
| name = Skeleton key
| description = A tool used by thieves to open locks.<br>It changes its shape to fit the lock.
| stackable = 12
| type = {{Tool|Thief}}
}}
Skeleton key
A tool used by thieves to open locks.
It changes its shape to fit the lock.


Stackable: 12

Lockpicking Tool:

{{Item Statistics
| name = Fire cluster
| description = A cluster of fire crystals.
| stackable = 12
| type = Container
| contents = Fire Crystal
| contents amount = 12
}}
Fire cluster
A cluster of fire crystals.


Stackable: 12

Container: Fire Crystal x 12

{{Item Statistics
| name = Bounding Belinda's coffer
| tags = {{Exclusive}}
| description = A coffer provided by the A.M.A.N. as a<br>reward for vanquishing Bounding<br>Belinda.
| stackable = 99
| type = Container
| contents = random
}}
Bounding Belinda's cofferExclusive
A coffer provided by the A.M.A.N. as a
reward for vanquishing Bounding
Belinda.


Stackable: 99

Container: Random contents

{{Item Statistics
| name = Copy of Ballista Redbook
| tags = {{Rare}}{{Exclusive}}
| description = The Ballista rulebook, transcribed by<br>the great Abdhaljs. Its binding has<br>been removed so the pages can easily<br>be taken out.
| stackable = 1
| type = Container
| contents = Redbook Page
| infinite use = true
| notes = Upon completing a reservation for [[Diorama Abdhaljs-Ghelsba]], players will receive a copy of the Ballista Redbook. This item is needed for entry into the [[Diorama Abdhaljs-Ghelsba]] by trading it back to [[Tillecoe]].

[[Redbook Page]]s may be passed out to fellow adventurers, which will allow them access to the area as well.
}}
Copy of Ballista RedbookRareExclusive
The Ballista rulebook, transcribed by
the great Abdhaljs. Its binding has
been removed so the pages can easily
be taken out.


Stackable: Not Stackable

Container: Redbook Page (infinite)


Upon completing a reservation for Diorama Abdhaljs-Ghelsba, players will receive a copy of the Ballista Redbook. This item is needed for entry into the Diorama Abdhaljs-Ghelsba by trading it back to Tillecoe.

Redbook Pages may be passed out to fellow adventurers, which will allow them access to the area as well.

This article uses material from the "Template:Item_Statistics" article on FFXIclopedia and is licensed under the CC-BY-SA License.