Template:Item: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Blanking the template so that it's easier to use. |
||
| Line 42: | Line 42: | ||
<pre> | <pre> | ||
{{Item | {{Item | ||
|title = | |title = | ||
|image = | |image = | ||
|japanese = | |japanese = | ||
|romaji = | |romaji = | ||
|names = | |names = | ||
|games = | |games = | ||
|effect = | |effect = | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Item templates|{{PAGENAME}}]] | [[Category:Item templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
Revision as of 02:54, 20 February 2022
Usage
- title: The name. E.g. Holy water
- image: Image file. Do link.
- japanese: Japanese name
- romaji: Japanese name in Latin letters
- old: If old localizations have different name(s) than "title=", write them here.
- games: The games in which this item appears.
- effect: If effect is not constant, use "various", see article
Example
Display
| Medicinal herb | |
|---|---|
| Japanese | やくそう |
| Romaji | Yakusō |
| Old localizations | Herb, Medical herb |
| Found in | Dragon Quest Dragon Quest II: Luminaries of the Legendary Line |
| Effect | Restores a small amount of HP to one character |
Code
{{Item
|title =
|image =
|japanese =
|romaji =
|names =
|games =
|effect =
}}
