Template:Shiren 1 SFC 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 3: Line 3:
<th style="border-radius:10px; width:50px; padding:5px">{{#switch:{{{category|}}}|
<th style="border-radius:10px; width:50px; padding:5px">{{#switch:{{{category|}}}|
Bracers=[[File:Shiren 1 SFC Item Icons - Armband.gif|frameless]]
Bracers=[[File:Shiren 1 SFC Item Icons - Armband.gif|frameless]]
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Armband|
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Bracer|
Weapons=[[File:Shiren 1 SFC Item Icons - Weapon.gif|frameless]]
Weapons=[[File:Shiren 1 SFC Item Icons - Weapon.gif|frameless]]
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Weapon|
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Weapon|
Line 13: Line 13:
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Riceball|
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Riceball|
Pots=[[File:Shiren 1 SFC Item Icons - Jar.gif|frameless]]
Pots=[[File:Shiren 1 SFC Item Icons - Jar.gif|frameless]]
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Jar|
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Pot|
Projectiles=[[File:Shiren 1 SFC Item Icons - Arrow.gif|frameless]]
Projectiles=[[File:Shiren 1 SFC Item Icons - Arrow.gif|frameless]]
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Projectile|
<th style="border:4px solid #7B8CC6; border-radius:10px"><big>Projectile|

Revision as of 12:14, 28 November 2020


Template-info.png Documentation

Usage

{{Shiren 1 SFC Item Infobox
  | category       =  
  | name           =
  | jpname         = 
  | romaji         = 
  | image          = 
  | size           =
  | description =  
  | 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 Pots 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 = 
  | blank_zh = 

Add the following if the item is from the Staves category.

  | costplus  = 
  | valueplus = 

Add the following if the item is from the Traps category.

  | generate = 
  | use      = 

Full Syntax

{{Shiren 1 SFC Item Infobox
  | category       = 
  | name           =
  | jpname         = 
  | romaji         = 
  | image          = 
  | size           =
  | description =  
  | cost           = 
  | value          = 
  | strength       = 
  | maxbonus       = 
  | rune           = 
  | defense        = 
  | fullness       = 
  | bonus          = 
  | type           = 
  | costplus       = 
  | valueplus      = 
  | damage         = 
  | blank_en       = 
  | blank_ja       = 
  | blank_zh       = 
  | generate       = 
  | use            = 
}}

Syntax guide