Template:Shiren 1 DS Item Infobox/doc: 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)/doc to Template:Infobox Item (Shiren 1 DS)/doc without leaving a redirect)
m (Text replacement - "{{Infobox Item (Shiren 1)" to "{{Infobox Item (Shiren 1 DS)")
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
==Usage==
==Usage==
<pre>{{Infobox Item (Shiren 1)
<pre>{{Infobox Item (Shiren 1 DS)
   | category  =   
   | category  =   
   | name =  
   | name =  
Line 67: Line 67:
==Full Syntax==
==Full Syntax==
<pre>
<pre>
{{Infobox Item (Shiren 1)
{{Infobox Item (Shiren 1 DS)
   | category      =  
   | category      =  
   | name          =  
   | name          =  

Revision as of 19:22, 16 September 2021

Template-info.png Documentation

Usage

{{Infobox Item (Shiren 1 DS)
  | category  =  
  | name = 
  | kana = 
  | romaji = 
  | hepburn = 
  | image = 
  | description_en = 
  | description_ja = 
  | cost = 
  | value = 
}}

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

  | strength = 
  | maxbonus = 
  | seal = 

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

  | defense = 
  | maxbonus = 
  | seal = 

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 = 
  | 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

{{Infobox Item (Shiren 1 DS)
  | category       = 
  | name           = 
  | kana           = 
  | romaji         = 
  | hepburn        = 
  | image          = 
  | description_en = 
  | description_ja = 
  | cost           = 
  | value          = 
  | strength       = 
  | maxbonus       = 
  | seal           = 
  | defense        = 
  | fullness       = 
  | bonus          = 
  | type           = 
  | costplus       = 
  | valueplus      = 
  | damage         = 
  | blank_en       = 
  | blank_ja       = 
  | blank_zh       = 
  | generate       = 
  | use            = 
}}

Syntax guide