Template:Shiren 1 DS Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
Mystery Dungeon GP>Prolyfic8
No edit summary
Mystery Dungeon GP>Prolyfic8
mNo edit summary
Line 25: Line 25:
}}</th>
}}</th>
<tr style="background:#7B8CC6">
<tr style="background:#7B8CC6">
<th colspan="2"><big>{{{name|No Title}}}</big>{{#if:{{{kanji|}}}, {{{romaji|}}}|<br><span style="font-size:88%">{{tt|{{{kanji}}}|{{{romaji}}}}}}}{{#if:{{{hepburn|}}}|<br>{{{hepburn}}}}}</th>
<th colspan="2" style="line-height:125%"><big>{{{name|No Title}}}</big>{{#if:{{{kanji|}}}, {{{romaji|}}}|<br><span style="font-size:88%">{{tt|{{{kanji}}}|{{{romaji|}}}}}}}{{#if:{{{hepburn|}}}|<br>{{{hepburn}}}}}</th>
<tr>
<tr>
{{#ifeq:{{{category|}}}|Weapons|
{{#ifeq:{{{category|}}}|Weapons|
Line 41: Line 41:
English=
English=
<table class="module" style="width:280px; background:#FFF; text-align:left; text-shadow:1px 1px black; color:white">
<table class="module" style="width:280px; background:#FFF; text-align:left; text-shadow:1px 1px black; color:white">
<td style="background-image:linear-gradient(to bottom, rgba(0, 0, 57), rgba(0, 0, 90)); padding-left:8px; padding-right:8px">{{{description_en|''<center>No description available.}}}</td>
<td style="background-image:linear-gradient(to bottom, rgba(0, 0, 57), rgba(0, 0, 90)); padding-left:8px; padding-right:8px; line-height:125%">{{{description_en|''<center>No description available.}}}</td>
</table>
</table>
|-|
|-|
Japanese=
Japanese=
<table class="module" style="width:280px; background:#FFF; text-align:left; text-shadow:1px 1px black; color:white">
<table class="module" style="width:280px; background:#FFF; text-align:left; text-shadow:1px 1px black; color:white">
<td style="background-image:linear-gradient(to bottom, rgba(0, 0, 57), rgba(0, 0, 90)); padding-left:8px; padding-right:8px">{{{description_ja|''<center>説明はありません。}}}</td>
<td style="background-image:linear-gradient(to bottom, rgba(0, 0, 57), rgba(0, 0, 90)); padding-left:8px; padding-right:8px; line-height:125%">{{{description_ja|''<center>説明はありません。}}}</td>
</table>
</table>
</tabber>
</tabber>

Revision as of 08:09, 13 September 2020


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