Template:Torneko 1 Item Infobox/doc: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 52: Line 52:
   | fullness      =  
   | fullness      =  
   | damage        =  
   | damage        =  
  | generate      =
  | use            =
}}
}}
</pre>
</pre>

Revision as of 23:03, 2 March 2024

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         = 
}}

Syntax guide