Template:Shiren 1 DS Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
Mystery Dungeon GP>Prolyfic8
No edit summary
Mystery Dungeon GP>Prolyfic8
No edit summary
Line 125: Line 125:
</table>
</table>
</includeonly><noinclude>
</includeonly><noinclude>
<pre>
{{doc}}
{{Infobox Item (Shiren 1)
<!--Item Information-->
|category=
|name=
|kanji=
|romaji=
|hepburn=
|image=
|description_en=
|description_ja=
|cost=
|value=
<!--Weapons-->
|strength=
|maxbonus=
|seal=
<!--Shields-->
|defense=
|maxbonus=
|seal=
<!--Riceballs-->
|fullness=
|bonus=
<!--Jars-->
|type=
|costplus=
|valueplus=
<!--Projectiles-->
|damage=
<!--Scrolls-->
|blank_en=
|blank_ja=
<!--Staves-->
|costplus=
|valueplus=
<!--Traps-->
|generate=
|use=
}}
</pre>
 
==Example==
{{Infobox Item (Shiren 1)
|category=Armbands
|name=Test
|kanji=Test
|romaji=Test
|hepburn=Test
}}
[[Category:Infobox templates]]
[[Category:Infobox templates]]
[[Category:Infobox Items]]
</noinclude>
</noinclude>

Revision as of 16:45, 12 September 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