Template:Shiren 1 DS Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
m (Text replacement - "includeonly" to "onlyinclude")
m (Text replacement - "Gitan" to "{{Shiren|Gitan}}")
Line 51: Line 51:
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Cost
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Cost
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{cost}}} [[Gitan]]
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{cost}}} {{Shiren|Gitan}}
}}{{#if:{{{value|}}}|
}}{{#if:{{{value|}}}|
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Value
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Value
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{value}}} [[Gitan]]
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{value}}} {{Shiren|Gitan}}
}}{{#ifeq:{{{category|}}}|Weapons|
}}{{#ifeq:{{{category|}}}|Weapons|
<tr>
<tr>

Revision as of 01:47, 21 February 2021

No Name

No description available.

説明はありません。

Information


Template-info.png Documentation

Usage

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

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

  | strength = 
  | maxbonus = 
  | rune     = 

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

  | defense  = 
  | maxbonus = 
  | rune     = 

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

  | fullness = 
  | bonus    = 

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

  | type      = 
  | costplus  = 
  | valueplus = 

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

  | damage = 

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

  | blank_en = 
  | blank_ja = 

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

  | costplus  = 
  | valueplus = 

Full Syntax

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

Syntax guide