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

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
(Created page with "{{doc/start}} ==Usage== <pre>{{Infobox Item (Shiren 1 SFC) | category = | name = | kana = | romaji = | hepburn = | image = | description_en = | description_ja = | cost = | value = }}</pre> Add the following if the item is from the Weapons <code>category</code>. <pre> | strength = | maxbonus = | seal = </pre> Add the following if the item is from the Shields...")
 
mNo edit summary
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
==Usage==
==Usage==
<pre>{{Infobox Item (Shiren 1 SFC)
<pre>{{Shiren 1 SFC Items Infobox
   | category      =   
   | category      =   
   | name          =  
   | name          =  
Line 67: Line 67:
==Full Syntax==
==Full Syntax==
<pre>
<pre>
{{Infobox Item (Shiren 1 SFC)
{{Shiren 1 SFC Items Infobox
   | category      =  
   | category      =  
   | name          =  
   | name          =  

Revision as of 20:39, 25 February 2024

Template-info.png Documentation

Usage

{{Shiren 1 SFC Items Infobox
  | 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 Pots 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

{{Shiren 1 SFC Items Infobox
  | 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