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 - " | romaji = ↵ | hepburn = " to " | romaji = ")
Tags: Mobile edit Mobile web edit
mNo edit summary
Line 57: Line 57:
   | costplus  =  
   | costplus  =  
   | valueplus =  
   | valueplus =  
</pre>
Add the following if the item is from the Traps <code>category</code>.
<pre>
  | generate =
  | use      =
</pre>
</pre>


Line 89: Line 83:
   | blank_en      =  
   | blank_en      =  
   | blank_ja      =  
   | blank_ja      =  
  | generate      =
  | use            =
}}
}}
</pre>
</pre>

Revision as of 15:47, 17 November 2024

Template-info.png Documentation

Usage

{{Shiren 1 DS Item Infobox
  | category       =  
  | enname         = 
  | jpname         = 
  | romaji         = 
  | image          = 
  | description_en = 
  | 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       = 
  | enname         = 
  | jpname         = 
  | romaji         = 
  | image          = 
  | description_en = 
  | description_ja = 
  | cost           = 
  | value          = 
  | strength       = 
  | maxbonus       = 
  | rune           = 
  | defense        = 
  | fullness       = 
  | bonus          = 
  | type           = 
  | costplus       = 
  | valueplus      = 
  | damage         = 
  | blank_en       = 
  | blank_ja       = 
}}

Syntax guide