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
No edit summary
Line 2: Line 2:
==Usage==
==Usage==
<pre>{{Infobox Item (Shiren 1)
<pre>{{Infobox Item (Shiren 1)
|category=
  | category =
|name=
  | name =  
|kana=
  | kana =  
|romaji=
  | romaji =  
|hepburn=
  | hepburn =  
|image=
  | image =  
|description_en=
  | description_en =  
|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=
  | seal =  
</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=
  | seal =  
</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=
  | 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>
</pre>


Add the following if the item is from the Traps <code>category</code>.
Add the following if the item is from the Traps <code>category</code>.
<pre>
<pre>
|generate=
  | generate =  
|use=
  | use =  
</pre>
</pre>


Line 68: Line 68:
<pre>
<pre>
{{Infobox Item (Shiren 1)
{{Infobox Item (Shiren 1)
|category=
  | category       =  
|name=
  | name           =  
|kana=
  | kana           =  
|romaji=
  | romaji         =  
|hepburn=
  | hepburn       =  
|image=
  | image         =  
|description_en=
  | description_en =  
|description_ja=
  | description_ja =  
|cost=
  | cost           =  
|value=
  | value         =  
|strength=
  | strength       =  
|maxbonus=
  | maxbonus       =  
|seal=
  | 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=
  | blank_zh       =  
|generate=
  | generate       =  
|use=
  | use           =  
}}
}}
</pre>
</pre>

Revision as of 19:00, 22 January 2021

Template-info.png Documentation

Usage

{{Infobox Item (Shiren 1)
  | 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 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 = 
  | 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

{{Infobox Item (Shiren 1)
  | 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