Template:Shiren 1 DS Item Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "templates" to "Templates") |
m (Text replacement - "description_en" to "description ") |
||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{doc/start}} | {{doc/start}} | ||
==Usage== | ==Usage== | ||
<pre>{{ | <pre> | ||
{{Shiren 1 DS Item Infobox | |||
| category = | | category = | ||
| name = | | name = | ||
| | | jpname = | ||
| romaji = | | romaji = | ||
| image = | | image = | ||
| | | 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 = | ||
| | | rune = | ||
</pre> | </pre> | ||
Line 25: | Line 26: | ||
| defense = | | defense = | ||
| maxbonus = | | maxbonus = | ||
| | | rune = | ||
</pre> | </pre> | ||
Line 50: | Line 51: | ||
| blank_en = | | blank_en = | ||
| blank_ja = | | blank_ja = | ||
</pre> | </pre> | ||
Line 57: | Line 57: | ||
| costplus = | | costplus = | ||
| valueplus = | | valueplus = | ||
</pre> | </pre> | ||
==Full Syntax== | ==Full Syntax== | ||
<pre> | <pre> | ||
{{ | {{Shiren 1 DS Item Infobox | ||
| category = | | category = | ||
| name = | | name = | ||
| | | jpname = | ||
| romaji = | | romaji = | ||
| image = | | image = | ||
| | | description = | ||
| description_ja = | | description_ja = | ||
| cost = | | cost = | ||
Line 80: | Line 73: | ||
| strength = | | strength = | ||
| maxbonus = | | maxbonus = | ||
| | | rune = | ||
| defense = | | defense = | ||
| fullness = | | fullness = | ||
Line 90: | Line 83: | ||
| blank_en = | | blank_en = | ||
| blank_ja = | | blank_ja = | ||
}} | }} | ||
</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
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 = }}