Template:Shiren 3 Wii Item Infobox/doc

MDFW - The Mystery Dungeon Tree of Information.
< Template:Shiren 3 Wii Item Infobox
Revision as of 21:56, 20 January 2024 by Adkuate (talk | contribs) (Created page with "{{doc/start}} ==Usage== <pre>{{Infobox Item (Shiren 3 Wii) | category = | name = | kana = | romaji = | hepburn = | image = | description_en = | description_ja = | cost = | value = }}</pre> Add the following if the item is from the Weapons <code>category</code>. <pre> | strength = | maxbonus = | seal = </pre> Add the following if the item is from the Shields...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template-info.png Documentation

Usage

{{Infobox Item (Shiren 3 Wii)
  | category       =  
  | name           = 
  | kana           = 
  | romaji         = 
  | hepburn        = 
  | image          = 
  | description_en = 
  | description_ja = 
  | cost           = 
  | value          = 
}}

Add the following if the item is from the Weapons category.

  | strength = 
  | maxbonus = 
  | seal     = 

Add the following if the item is from the Shields category.

  | defense  = 
  | maxbonus = 
  | seal     = 

Add the following if the item is from the Riceballs category.

  | fullness = 
  | bonus    = 

Add the following if the item is from the Jars category.

  | type      = 
  | costplus  = 
  | valueplus = 

Add the following if the item is from the Projectiles category.

  | damage = 

Add the following if the item is from the Scrolls category.

  | blank_en = 
  | blank_ja = 
  | blank_td = 

Add the following if the item is from the Staves category.

  | costplus  = 
  | valueplus = 

Add the following if the item is from the Traps category.

  | generate = 
  | use      = 

Full Syntax

{{Infobox Item (Shiren 3 Wii)
  | category       = 
  | name           = 
  | kana           = 
  | romaji         = 
  | hepburn        = 
  | image          = 
  | description_en = 
  | description_ja = 
  | cost           = 
  | value          = 
  | strength       = 
  | maxbonus       = 
  | seal           = 
  | defense        = 
  | fullness       = 
  | bonus          = 
  | type           = 
  | costplus       = 
  | valueplus      = 
  | damage         = 
  | blank_en       = 
  | blank_ja       = 
  | blank_td       = 
  | generate       = 
  | use            = 
}}

Syntax guide