Template:Shiren 3 Wii Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 14: Line 14:
         {{Shiren 3 Wii Infobox Row | Value | {{{value}}} }}
         {{Shiren 3 Wii Infobox Row | Value | {{{value}}} }}
       }}{{#switch: {{lc: {{{category|}}}}}
       }}{{#switch: {{lc: {{{category|}}}}}
        | armbands | armband = {{#if: {{{seal|}}} |
          {{Shiren 3 Wii Infobox Row | Seal | {{{seal}}} }}
        }}{{#if: {{{seal count|}}} |
          {{Shiren 3 Wii Infobox Row | Seal count | {{{seal count}}} }}
        }}
         | weapons | weapon = {{#if: {{{strength|}}} |
         | weapons | weapon = {{#if: {{{strength|}}} |
           {{Shiren 3 Wii Infobox Row | Strength | {{{strength}}} }}
           {{Shiren 3 Wii Infobox Row | Strength | {{{strength}}} }}
Line 19: Line 24:
           {{Shiren 3 Wii Infobox Row | Max Bonus | {{{maxbonus}}} }}
           {{Shiren 3 Wii Infobox Row | Max Bonus | {{{maxbonus}}} }}
         }}{{#if: {{{seal|}}} |
         }}{{#if: {{{seal|}}} |
           {{Shiren 3 Wii Infobox Row | Seal | [[File:Shiren 6 - Weapon Seal {{{seal}}}.png|alt=Weapon Seal {{{seal}}}|frameless]] }}
           {{Shiren 3 Wii Infobox Row | Seal | {{{seal}}} }}
        }}{{#if: {{{seal count|}}} |
          {{Shiren 3 Wii Infobox Row | Seal count | {{{seal count}}} }}
         }}
         }}
         | shields | shield = {{#if: {{{defense|}}} |
         | shields | shield = {{#if: {{{defense|}}} |
Line 26: Line 33:
           {{Shiren 3 Wii Infobox Row | Max Bonus | {{{maxbonus}}} }}
           {{Shiren 3 Wii Infobox Row | Max Bonus | {{{maxbonus}}} }}
         }}{{#if: {{{seal|}}} |
         }}{{#if: {{{seal|}}} |
           {{Shiren 3 Wii Infobox Row | Seal | [[File:Shiren 6 - Shield Seal {{{seal}}}.png|alt=Shield Seal {{{seal}}}|frameless]] }}
           {{Shiren 3 Wii Infobox Row | Seal | {{{seal}}} }}
        }}{{#if: {{{seal count|}}} |
          {{Shiren 3 Wii Infobox Row | Seal count | {{{seal count}}} }}
         }}
         }}
         | riceballs | riceball = {{#if: {{{fullness|}}} |
         | riceballs | riceball = {{#if: {{{fullness|}}} |

Revision as of 22:15, 20 January 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