Template:Shiren 1 DS Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
m (Adkuate moved page Template:Infobox Item (Shiren 1) to Template:Infobox Item (Shiren 1 DS) without leaving a redirect)
mNo edit summary
Line 30: Line 30:
<tr>
<tr>
<th colspan="2" style="border-radius:10px; padding:5px"><big>{{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}</big>{{#if:{{{kana|}}}|<br><small>{{#if:{{{romaji|}}}{{tt|{{{kana|}}}|{{{romaji|}}}}}|{{{kana|}}}}}}}{{#if:{{{hepburn|}}}|<br>{{{hepburn|}}}}}
<th colspan="2" style="border-radius:10px; padding:5px"><big>{{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}</big>{{#if:{{{kana|}}}|<br><small>{{#if:{{{romaji|}}}{{tt|{{{kana|}}}|{{{romaji|}}}}}|{{{kana|}}}}}}}{{#if:{{{hepburn|}}}|<br>{{{hepburn|}}}}}
{{#ifeq:{{{category|}}}|Weapons|
{{#switch:{{{category|}}}|
<tr><th colspan="2" style="background-color:rgba(0,0,0,0); padding:10px">[[File:Shiren 1 DS - {{#switch:{{{name|}}}|Cudgel X=Cudgel|Dragonkill X=Dragonkiller|Goldblade X=Golden Blade|Master X=Mastersword|Polearm X=Polearm|#default={{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}}}.png|frameless]]
Weapons=<tr>
}}{{#ifeq:{{{category|}}}|Shields|
<th colspan="2" style="background-color:rgba(0,0,0,0); padding:10px">[[File:Shiren 1 DS - {{#switch:{{{name|}}}|Cudgel X=Cudgel|Dragonkill X=Dragonkiller|Goldblade X=Golden Blade|Master X=Mastersword|Polearm X=Polearm|#default={{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}}}.png|frameless]]|
<tr><th colspan="2" style="background-color:rgba(0,0,0,0); padding:10px">[[File:Shiren 1 DS - {{#switch:{{{name|}}}|Armor X=Armor Ward|Blast X=Blast Shield|Bronze X=Bronzeward|Dragon X=Dragonward|Golden X=Gold Shield|Hide X=Hide Shield|Iron X=Iron Shield|Spiked X=Spiked Ward|Wood X=Wood Shield|#default={{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}}}.png|frameless]]
Shields=<tr>
}}{{#ifeq:{{{category|}}}|Traps|
<th colspan="2" style="background-color:rgba(0,0,0,0); padding:10px">[[File:Shiren 1 DS - {{#switch:{{{name|}}}|Armor X=Armor Ward|Blast X=Blast Shield|Bronze X=Bronzeward|Dragon X=Dragonward|Golden X=Gold Shield|Hide X=Hide Shield|Iron X=Iron Shield|Spiked X=Spiked Ward|Wood X=Wood Shield|#default={{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}}}.png|frameless]]|
<tr><th colspan="2" style="background-color:rgba(0,0,0,0); padding:10px">[[File:{{{image|}}}|frameless]]
Traps=<tr>
<th colspan="2" style="background-color:rgba(0,0,0,0); padding:10px">[[File:{{{image|}}}|frameless]]
}}
}}
<tr>
<tr>
Line 46: Line 47:
<tr>
<tr>
<td colspan="2" style="background-color:rgba(0,0,0,0); border-radius:10px">
<td colspan="2" style="background-color:rgba(0,0,0,0); border-radius:10px">
<table class="shiren1 mw-collapsible" style="width:100%">
<table class="mw-collapsible" style="width:100%">
<th colspan="2" style="border-radius:10px">Information
<th colspan="2" style="border-radius:10px">Information
{{#if:{{{cost|}}}|
{{#if:{{{cost|}}}|

Revision as of 19:29, 16 September 2021

Shiren 1 DS Item Infobox

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