Template:Shiren 1 DS Item Infobox/doc: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
m (Text replacement - "{{Infobox Item (Shiren 1)" to "{{Infobox Item (Shiren 1 DS)")
Line 2: Line 2:
==Usage==
==Usage==
<pre>{{Infobox Item (Shiren 1 DS)
<pre>{{Infobox Item (Shiren 1 DS)
   | category =   
   | category       =   
   | name =  
   | name           =  
   | kana =  
   | kana           =  
   | romaji =  
   | romaji         =  
   | hepburn =  
   | hepburn       =  
   | image =  
   | image         =  
   | description_en =  
   | description_en =  
   | description_ja =  
   | description_ja =  
   | cost =  
   | cost           =  
   | value =  
   | value         =  
}}</pre>
}}</pre>


Line 18: Line 18:
   | strength =  
   | strength =  
   | maxbonus =  
   | maxbonus =  
   | seal =  
   | seal     =  
</pre>
</pre>


Add the following if the item is from the Shields <code>category</code>.
Add the following if the item is from the Shields <code>category</code>.
<pre>
<pre>
   | defense =  
   | defense =  
   | maxbonus =  
   | maxbonus =  
   | seal =  
   | seal     =  
</pre>
</pre>


Line 31: Line 31:
<pre>
<pre>
   | fullness =  
   | fullness =  
   | bonus =  
   | bonus   =  
</pre>
</pre>


Add the following if the item is from the Jars <code>category</code>.
Add the following if the item is from the Jars <code>category</code>.
<pre>
<pre>
   | type =  
   | type     =  
   | costplus =  
   | costplus =  
   | valueplus =  
   | valueplus =  
</pre>
</pre>
Line 55: Line 55:
Add the following if the item is from the Staves <code>category</code>.
Add the following if the item is from the Staves <code>category</code>.
<pre>
<pre>
   | costplus =  
   | costplus =  
   | valueplus =  
   | valueplus =  
</pre>
</pre>
Line 62: Line 62:
<pre>
<pre>
   | generate =  
   | generate =  
   | use =  
   | use     =  
</pre>
</pre>



Revision as of 18:41, 20 August 2022

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