Template:Shiren 3 Wii Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
m (N. Harmonik moved page Template:Shiren 3 Wii Items Infobox to Template:Shiren 3 Wii Item Infobox without leaving a redirect: Text replacement - "Items Infobox" to "Item Infobox")
m (Text replacement - "{{{name" to "{{{enname")
Line 2: Line 2:
{{Infobox Table |
{{Infobox Table |
   {{Shiren 3 Wii Item Infobox Header | {{{category|}}} }}
   {{Shiren 3 Wii Item Infobox Header | {{{category|}}} }}
   {{Infobox Header | colspan = 2 | {{{name|}}} | {{{kana|}}} | {{{romaji|}}} | {{{hepburn|}}} }}
   {{Infobox Header | colspan = 2 | {{{enname|}}} | {{{kana|}}} | {{{romaji|}}} | {{{hepburn|}}} }}
   {{#switch: {{lc: {{{category|}}}}}
   {{#switch: {{lc: {{{category|}}}}}
     | weapons | shields | weapon | shield | gitan = {{Infobox Image | colspan = 2 | {{{image|}}} | {{{description_en|}}} | {{{size|}}} | {{{name|}}} }}
     | weapons | shields | weapon | shield | gitan = {{Infobox Image | colspan = 2 | {{{image|}}} | {{{description_en|}}} | {{{size|}}} | {{{enname|}}} }}
   }}
   }}
   {{Infobox Description | colspan = 2 | {{{description_en|}}} | {{{description_ja|}}} }}
   {{Infobox Description | colspan = 2 | {{{description_en|}}} | {{{description_ja|}}} }}
Line 84: Line 84:
}}
}}


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

Revision as of 11:51, 10 August 2024

Template:Infobox Table


Template-info.png Documentation

Usage

{{Shiren 3 Wii Item Infobox
  | category       = 
  | name           =
  | jpname         = 
  | romaji         = 
  | image          = 
  | description    = 
  | description_ja = 
  | cost           = 
  | value          = 
}}

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

  | rune           = 
  | rune color     = 
  | rune count     = 

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

  | type           = 
  | cost           = 
  | costplus       = 
  | value          = 
  | valueplus      = 

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

  | damage         = 
  | rune color     = 

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

  | fullness       = 
  | bonus          = 
  | rune           = 
  | rune color     = 

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

  | blank_en       = 
  | blank_ja       = 
  | rune           = 

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

  | defense        = 
  | maxbonus       = 
  | rune           = 
  | rune color     = 
  | rune count     = 

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

  | cost           = 
  | costplus       = 
  | value          = 
  | valueplus      = 

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

  | strength       = 
  | maxbonus       = 
  | rune           = 
  | rune color     = 
  | rune count     = 

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

  | rune           = 

Full Syntax

{{Shiren 3 Wii Item Infobox
  | category       = 
  | name           =
  | jpname         = 
  | romaji         = 
  | image          = 
  | description    = 
  | description_ja = 
  | cost           = 
  | costplus       = 
  | value          = 
  | valueplus      = 
  | strength       = 
  | maxbonus       = 
  | rune           = 
  | rune color     = 
  | rune count     = 
  | defense        = 
  | fullness       = 
  | bonus          = 
  | type           = 
  | damage         = 
  | blank_en       = 
  | blank_ja       = 
}}

Syntax guide