Template:Shiren 3 Wii Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
m (Text replacement - "description_en|" to "description|")
Tag: Reverted
No edit summary
Tag: Manual revert
Line 36: Line 36:
|armbands|armband|gitan|herbs|herb|jars|jar|projectiles|projectile|riceballs|riceball|scroll|scrolls|spell|spells|staves|staff=<!-- No images -->
|armbands|armband|gitan|herbs|herb|jars|jar|projectiles|projectile|riceballs|riceball|scroll|scrolls|spell|spells|staves|staff=<!-- No images -->
|#default=
|#default=
!colspan="2" class="infoboxImage"{{!}}[[File:{{#ifeq:{{{image}}}||Wiki.png|{{{image|Wiki.png}}}}}|alt={{{description|{{{caption|Image for {{PAGENAME}}}}}}}}|{{{imagesize|200x200px}}}|frameless]]<br>{{{caption|}}}
!colspan="2" class="infoboxImage"{{!}}[[File:{{#ifeq:{{{image}}}||Wiki.png|{{{image|Wiki.png}}}}}|alt={{{description_en|{{{caption|Image for {{PAGENAME}}}}}}}}|{{{imagesize|200x200px}}}|frameless]]<br>{{{caption|}}}
}}
}}
|-
|-
|colspan="2" class="infoboxDescription"|{{{description|''Description currently not available.''}}}
|colspan="2" class="infoboxDescription"|{{#tag:tabber|
English={{{description_en|''Description currently not available.''}}}
{{!}}-{{!}}
Japanese={{{description_ja|説明文は現在ありません}}}
}}
|-
|-
!colspan="2" class="infoboxContext"|Information
!colspan="2" class="infoboxContext"|Information

Revision as of 20:17, 2 February 2025

Scroll's sprite.
Shiren 3 Wii Item Infobox
Image for Shiren 3 Wii Item Infobox

Description currently not available.

説明文は現在ありません

Information
Cost
Value
Template-info.png Documentation

Usage

{{Shiren 3 Wii Item Infobox
  | category       = 
  | name           =
  | jpname         = 
  | romaji         = 
  | image          = 
  | description    = 
  | description_ja = 
  | cost           = 
  | value          = 
}}

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

  | rune           = 
  | rune color     = 
  | rune count     = 

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

  | type           = 
  | cost           = 
  | costplus       = 
  | value          = 
  | valueplus      = 

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

  | damage         = 
  | rune color     = 

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

  | fullness       = 
  | bonus          = 
  | rune           = 
  | rune color     = 

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

  | blank_en       = 
  | blank_ja       = 
  | rune           = 

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

  | defense        = 
  | maxbonus       = 
  | rune           = 
  | rune color     = 
  | rune count     = 

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

  | cost           = 
  | costplus       = 
  | value          = 
  | valueplus      = 

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

  | strength       = 
  | maxbonus       = 
  | rune           = 
  | rune color     = 
  | rune count     = 

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

  | rune           = 

Full Syntax

{{Shiren 3 Wii Item Infobox
  | category       = 
  | name           =
  | jpname         = 
  | romaji         = 
  | image          = 
  | description    = 
  | description_ja = 
  | cost           = 
  | costplus       = 
  | value          = 
  | valueplus      = 
  | strength       = 
  | maxbonus       = 
  | rune           = 
  | rune color     = 
  | rune count     = 
  | defense        = 
  | fullness       = 
  | bonus          = 
  | type           = 
  | damage         = 
  | blank_en       = 
  | blank_ja       = 
}}

Syntax guide