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

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
No edit summary
m (Text replacement - "description_en" to "description ")
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
==Usage==
==Usage==
<pre>{{Infobox Item (Shiren 1)
<pre>
   | category =   
{{Shiren 1 DS Item Infobox
   | name =  
   | category       =   
   | kana =  
   | name           =
   | romaji =
   | jpname        =  
  | hepburn =  
   | romaji         =  
   | image =  
   | image         =  
   | description_en =  
   | description    =  
   | description_ja =  
   | description_ja =  
   | 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 18: Line 19:
   | strength =  
   | strength =  
   | maxbonus =  
   | maxbonus =  
   | seal =  
   | rune    =  
</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 =  
   | rune    =  
</pre>
</pre>


Line 31: Line 32:
<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 50: Line 51:
   | blank_en =  
   | blank_en =  
   | blank_ja =  
   | blank_ja =  
  | blank_zh =
</pre>
</pre>


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>
Add the following if the item is from the Traps <code>category</code>.
<pre>
  | generate =
  | use =
</pre>
</pre>


==Full Syntax==
==Full Syntax==
<pre>
<pre>
{{Infobox Item (Shiren 1)
{{Shiren 1 DS Item Infobox
   | category      =  
   | category      =  
   | name          =  
   | name          =
   | kana          =  
   | jpname        =  
   | romaji        =  
   | romaji        =  
  | hepburn        =
   | image          =  
   | image          =  
   | description_en =  
   | description    =  
   | description_ja =  
   | description_ja =  
   | cost          =  
   | cost          =  
Line 80: Line 73:
   | strength      =  
   | strength      =  
   | maxbonus      =  
   | maxbonus      =  
   | seal           =  
   | rune           =  
   | defense        =  
   | defense        =  
   | fullness      =  
   | fullness      =  
Line 90: Line 83:
   | blank_en      =  
   | blank_en      =  
   | blank_ja      =  
   | blank_ja      =  
  | blank_zh      =
  | generate      =
  | use            =
}}
}}
</pre>
</pre>
Line 98: Line 88:
==Syntax guide==
==Syntax guide==
{{doc/end}}
{{doc/end}}
[[Category:Infobox templates]]
[[Category:Shiren 1 DS Infobox Templates]]
[[Category:Infobox Items]]
[[Category:Infobox Items]]

Latest revision as of 23:01, 2 February 2025

Template-info.png Documentation

Usage

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

Syntax guide