Template:Torneko 1 Item Infobox/doc

MDFW - The Mystery Dungeon Tree of Information.
< Template:Torneko 1 Item Infobox
Revision as of 22:36, 2 March 2024 by Lackryx (talk | contribs) (Created page with "{{doc/start}} ==Usage== <pre>{{Infobox Item (Torneko 1) | category = | name = | kana = | romaji = | hepburn = | image = | description_en = | description_ja = | shop value = }}</pre> Add the following if the item is from the Weapons <code>category</code>. <pre> | strength = | maxbonus = </pre> Add the following if the item is from the Shields <code>category</code>. <pre> | defense...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template-info.png Documentation

Usage

{{Infobox Item (Torneko 1)
  | category       =  
  | name           = 
  | kana           = 
  | romaji         = 
  | hepburn        = 
  | image          = 
  | description_en = 
  | description_ja = 
  | shop value     = 
}}

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

  | strength = 
  | maxbonus =  

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

  | defense  = 
  | maxbonus = 

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

  | fullness = 

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

  | damage = 

Full Syntax

{{Infobox Item (Torneko 1)
  | category       = 
  | name           = 
  | kana           = 
  | romaji         = 
  | hepburn        = 
  | image          = 
  | description_en = 
  | description_ja = 
  | shop value     = 
  | strength       = 
  | maxbonus       = 
  | defense        = 
  | fullness       = 
  | damage         = 
  | generate       = 
  | use            = 
}}

Syntax guide