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

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "description_en" to "description ")
 
(19 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>.
<pre>
<pre>
|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>


Add the following if the item is from the Riceballs <code>category</code>.
Add the following if the item is from the Riceballs <code>category</code>.
<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>


Add the following if the item is from the Projectiles <code>category</code>.
Add the following if the item is from the Projectiles <code>category</code>.
<pre>
<pre>
|damage=
  | damage =  
</pre>
</pre>


Add the following if the item is from the Scrolls <code>category</code>.
Add the following if the item is from the Scrolls <code>category</code>.
<pre>
<pre>
|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    =  
|description_en=
  | description_ja =  
|description_ja=
  | cost           =  
|cost=
  | value         =  
|value=
  | strength       =  
|strength=
  | maxbonus       =  
|maxbonus=
  | rune          =  
|seal=
  | defense       =  
|defense=
  | fullness       =  
|fullness=
  | bonus         =  
|bonus=
  | type           =  
|type=
  | costplus       =  
|costplus=
  | valueplus     =  
|valueplus=
  | damage         =  
|damage=
  | 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