Template:Torneko 1 Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
m (N. Harmonik moved page Template:Torneko 1 Items Infobox to Template:Torneko 1 Item Infobox without leaving a redirect: Text replacement - "Items Infobox" to "Item Infobox")
m (Text replacement - "{{{name" to "{{{enname")
Line 2: Line 2:
{{Torneko 1 Infobox Table |
{{Torneko 1 Infobox Table |
   {{Torneko 1 Item Infobox Header | {{{category|}}}}}
   {{Torneko 1 Item Infobox Header | {{{category|}}}}}
   {{Torneko 1 Infobox Header | colspan = 2 | {{{name|}}} | {{{kana|}}} | {{{romaji|}}} | {{{hepburn|}}} }}
   {{Torneko 1 Infobox Header | colspan = 2 | {{{enname|}}} | {{{kana|}}} | {{{romaji|}}} | {{{hepburn|}}} }}
   {{Torneko 1 Infobox Image | colspan = 2 | {{{image|}}} | {{{description_en|}}} | {{{size|}}} }}
   {{Torneko 1 Infobox Image | colspan = 2 | {{{image|}}} | {{{description_en|}}} | {{{size|}}} }}
   {{Torneko 1 Infobox Description | colspan = 2 | multiple = true | {{{description_en|}}} | {{{description_ja|}}} }}
   {{Torneko 1 Infobox Description | colspan = 2 | multiple = true | {{{description_en|}}} | {{{description_ja|}}} }}
Line 32: Line 32:


<!-- AUTOCATEGORIZATION -->
<!-- AUTOCATEGORIZATION -->
{{#if: {{NAMESPACE}} <!-- no categories if outside of article namespace --> {{#ifeq: {{{categorize|y}}} | n | + }} | <!-- Do not categorize --> | [[Category:Torneko 1 items|{{{name|}}}]] }}<!-- end AUTOCATEGORIZATION -->
{{#if: {{NAMESPACE}} <!-- no categories if outside of article namespace --> {{#ifeq: {{{categorize|y}}} | n | + }} | <!-- Do not categorize --> | [[Category:Torneko 1 items|{{{enname|}}}]] }}<!-- end AUTOCATEGORIZATION -->
</onlyinclude>
</onlyinclude>
<noinclude>{{Clear}}{{doc}}
<noinclude>{{Clear}}{{doc}}
[[Category:Torneko 1 Infobox Templates]]
[[Category:Torneko 1 Infobox Templates]]
</noinclude>
</noinclude>

Revision as of 11:51, 10 August 2024

Template:Torneko 1 Infobox Table


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