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
mNo edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<table class="shiren1" style="float:right; clear:both; margin:0.5em; width:350px">
<table class="shiren1" style="float:right; clear:right; margin:0.5em; width:350px">
<th style="border-radius:10px; width:50px; padding:5px">{{#switch:{{{category|}}}|
<th style="border-radius:10px; width:50px; padding:5px">{{#switch:{{{category|}}}|
Armbands=[[File:Shiren 1 DS Item Icon Armband.png|frameless]]
Armbands=[[File:Shiren 1 DS Item Icon Armband.png|frameless]]
Line 21: Line 21:
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Staff|
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Staff|
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">
}}
}}
<tr>
<tr>
Line 40: Line 41:
|-|
|-|
Japanese=
Japanese=
{{Shiren 1 DS Dialogue|{{{description_en|''説明はありません。''}}}}}
{{Shiren 1 DS Dialogue|{{{description_ja|''説明はありません。''}}}}}
</tabber>
</tabber>
<tr>
<tr>
Line 49: Line 50:
<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; width:75%">{{{cost}}} Gitan
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{cost}}} Gitan
}}{{#if:{{{value|}}}|
}}{{#if:{{{value|}}}|
<tr>
<tr>
Line 63: Line 64:
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Seal
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Seal
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">[[File:Shiren 1 DS Weapon Seal {{{seal|}}}.png]]
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">[[File:Shiren 1 DS Weapon Seal {{{seal|}}}.png|frameless]]
}}{{#ifeq:{{{category|}}}|Shields|
}}{{#ifeq:{{{category|}}}|Shields|
<tr>
<tr>
Line 73: Line 74:
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Seal
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Seal
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">[[File:Shiren 1 DS Shield Seal {{{seal|}}}.png]]
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">[[File:Shiren 1 DS Shield Seal {{{seal|}}}.png|frameless]]
}}{{#ifeq:{{{category|}}}|Riceballs|
}}{{#ifeq:{{{category|}}}|Riceballs|
<tr>
<tr>
Line 96: Line 97:
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{damage|}}}
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{damage|}}}
}}{{#ifeq:{{{category|}}}|Scrolls|
}}{{#ifeq:{{{category|}}}|Scrolls|
<tr style="background:#7B8CC6">
<tr>
<th colspan="2">Blank Scroll
<th colspan="2" style="border-radius:10px">Blank Scroll
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">English
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">English

Revision as of 09:53, 11 November 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