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 - " | seal" to " | rune")
No edit summary
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
==Usage==
==Usage==
<pre>{{Infobox Item (Shiren 1 DS)
<pre>
{{Shiren 1 DS Item Infobox
   | category      =   
   | category      =   
   | enname        =  
   | enname        =  
Line 12: Line 13:
   | cost          =  
   | cost          =  
   | value          =  
   | value          =  
}}</pre>
}}
</pre>


Add the following if the item is from the Weapons <code>category</code>.
Add the following if the item is from the Weapons <code>category</code>.
Line 66: Line 68:
==Full Syntax==
==Full Syntax==
<pre>
<pre>
{{Infobox Item (Shiren 1 DS)
{{Shiren 1 DS Item Infobox
   | category      =  
   | category      =  
   | enname        =  
   | enname        =  

Revision as of 20:34, 23 August 2024

Template-info.png Documentation

Usage

{{Shiren 1 DS Item Infobox
  | category       =  
  | enname         = 
  | jpname         = 
  | romaji         = 
  | hepburn        = 
  | 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 = 

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

  | generate = 
  | use      = 

Full Syntax

{{Shiren 1 DS Item Infobox
  | category       = 
  | enname         = 
  | jpname         = 
  | romaji         = 
  | hepburn        = 
  | image          = 
  | description_en = 
  | description_ja = 
  | cost           = 
  | value          = 
  | strength       = 
  | maxbonus       = 
  | rune           = 
  | defense        = 
  | fullness       = 
  | bonus          = 
  | type           = 
  | costplus       = 
  | valueplus      = 
  | damage         = 
  | blank_en       = 
  | blank_ja       = 
  | generate       = 
  | use            = 
}}

Syntax guide