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

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
m (Text replacement - "\s+\| description_en\s+=(.*)↵\s+\| description_ja\s+=(.*)" to " | description =$1")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
==Usage==
==Usage==
<pre>{{Infobox Item (Torneko 1)
<pre>
{{Torneko 1 Item Infobox
   | category      =   
   | category      =   
   | name          =  
   | name          =
   | kana          =  
   | jpname        =  
   | romaji        =  
   | romaji        =  
  | hepburn        =
   | image          =
   | image          =  
   | description =
   | description_en =
  | description_ja =  
   | shop value    =  
   | shop value    =  
}}</pre>
}}
</pre>


Add the following if the item is from the Weapons <code>category</code>.
Add the following if the item is from the Weapons <code>category</code>.
Line 37: Line 37:
==Full Syntax==
==Full Syntax==
<pre>
<pre>
{{Infobox Item (Torneko 1)
{{Torneko 1 Item Infobox
   | category      =  
   | category      =  
   | name          =  
   | name          =
   | kana          =  
   | jpname        =  
   | romaji        =  
   | romaji        =  
  | hepburn        =
   | image          =
   | image          =  
   | description =
   | description_en =
  | description_ja =  
   | shop value    =  
   | shop value    =  
   | strength      =  
   | strength      =  
Line 55: Line 53:
</pre>
</pre>


==Syntax guide==
{{doc/end}}
{{doc/end}}
[[Category:Torneko 1 Infobox Templates]]
[[Category:Torneko 1 Infobox Templates]]
[[Category:Infobox Items]]
[[Category:Infobox Items]]

Latest revision as of 12:54, 2 February 2025

Template-info.png Documentation

Usage

{{Torneko 1 Item Infobox
  | category       =  
  | name           =
  | jpname         = 
  | romaji         = 
  | image          =
  | description =  
  | 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

{{Torneko 1 Item Infobox
  | category       = 
  | name           =
  | jpname         = 
  | romaji         = 
  | image          =
  | description =  
  | shop value     = 
  | strength       = 
  | maxbonus       = 
  | defense        = 
  | fullness       = 
  | damage         = 
}}