Template:Shiren 1 DS Item Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - " | seal" to " | rune") |
m (Text replacement - "description_en" to "description ") |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{doc/start}} | {{doc/start}} | ||
==Usage== | ==Usage== | ||
<pre>{{ | <pre> | ||
{{Shiren 1 DS Item Infobox | |||
| category = | | category = | ||
| | | name = | ||
| jpname = | | 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 56: | Line 57: | ||
| costplus = | | costplus = | ||
| valueplus = | | valueplus = | ||
</pre> | </pre> | ||
==Full Syntax== | ==Full Syntax== | ||
<pre> | <pre> | ||
{{ | {{Shiren 1 DS Item Infobox | ||
| category = | | category = | ||
| | | name = | ||
| jpname = | | jpname = | ||
| romaji = | | romaji = | ||
| image = | | image = | ||
| | | description = | ||
| description_ja = | | description_ja = | ||
| cost = | | cost = | ||
Line 89: | Line 83: | ||
| blank_en = | | blank_en = | ||
| blank_ja = | | blank_ja = | ||
}} | }} | ||
</pre> | </pre> |
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 = }}