Template:Shiren 1 DS Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:
<th colspan="2" style="border-radius:10px; padding:5px"><big>{{{name|No Name}}}</big>{{#if:{{{kana|}}}, {{{romaji|}}}|<br><small>{{tt|{{{kana|}}}|{{{romaji|}}}}}}}{{#if:{{{hepburn|}}}|<br>{{{hepburn|}}}}}
<th colspan="2" style="border-radius:10px; padding:5px"><big>{{{name|No Name}}}</big>{{#if:{{{kana|}}}, {{{romaji|}}}|<br><small>{{tt|{{{kana|}}}|{{{romaji|}}}}}}}{{#if:{{{hepburn|}}}|<br>{{{hepburn|}}}}}
<tr>
<tr>
{{#ifeq:{{{category|}}}|Weapons|
<th colspan="2" style="background-color:rgba(0,0,0,0); padding:10px">{{#ifeq:{{{category|}}}|Weapons|[[File:Shiren 1 DS - Weapon - {{{name|}}}.png|frameless]]|[[File:File:Media needed icon large.png|frameless]]}}{{#ifeq:{{{category|}}}|Shields|[[File:File:Shiren 1 DS - Shield - {{{name|}}}.png|frameless]]|[[File:File:Media needed icon large.png|frameless]]}}{{#ifeq:{{{category|}}}|Traps|[[File:{{{image|}}}|frameless]]|[[File:File:Media needed icon large.png|frameless]]}}
{{#ifeq:{{{category|}}}|Shields|
{{#ifeq:{{{category|}}}|Traps|
<th colspan="2" style="background-color:rgba(0,0,0,0); padding:10px">[[File:{{{image|}}}|frameless]]
}}}}}}
<tr>
<tr>
<td colspan="2" style="text-align:center; background-color:rgba(0,0,0,0)">
<td colspan="2" style="text-align:center; background-color:rgba(0,0,0,0)">

Revision as of 19:45, 22 January 2021


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