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 22: Line 22:
Traps=[[File:Shiren 1 DS Trap Sprite - Trap Icon.png|36px|frameless]]
Traps=[[File:Shiren 1 DS Trap Sprite - Trap Icon.png|36px|frameless]]
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Trap|
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Trap|
=<th style="border:4px solid #7B8CC6; border-radius:10px">
#default=<th style="border:4px solid #7B8CC6; border-radius:10px">
}}
}}
<tr>
<tr>
Line 28: Line 28:
<tr>
<tr>
{{#ifeq:{{{category|}}}|Weapons|
{{#ifeq:{{{category|}}}|Weapons|
<th colspan="2">[[File:{{{image|}}}|frameless]]
{{#ifeq:{{{category|}}}|Shields|
}}{{#ifeq:{{{category|}}}|Shields|
{{#ifeq:{{{category|}}}|Traps|
<th colspan="2">[[File:{{{image|}}}|frameless]]
<th colspan="2" style="background-color:rgba(0,0,0,0); padding:10px">[[File:{{{image|}}}|frameless]]
}}{{#ifeq:{{{category|}}}|Traps|
}}}}}}
<th colspan="2">[[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)">
<tabber>
<tabber>
English=
English={{Shiren 1 DS Dialogue|{{{description_en|''No description available.''}}}}}
{{Shiren 1 DS Dialogue|{{{description_en|''No description available.''}}}}}
|-|
|-|
Japanese=
Japanese={{Shiren 1 DS Dialogue|{{{description_ja|''説明はありません。''}}}}}
{{Shiren 1 DS Dialogue|{{{description_ja|''説明はありません。''}}}}}
</tabber>
</tabber>
<tr>
<tr>

Revision as of 13:30, 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