Template:Item/sandbox: Difference between revisions
Jump to navigation
Jump to search
D9w.hatena (talk | contribs) No edit summary |
D9w.hatena (talk | contribs) No edit summary |
||
| Line 33: | Line 33: | ||
* effect: ''If effect is not constant, use'' various, see article | * effect: ''If effect is not constant, use'' various, see article | ||
== Example == | == Example == | ||
=== Display === | |||
{{Item | |||
|title = Medicinal herb | |||
|image = [[Image:DQIV_DS_Medicinal Herb.png|center|240px]] | |||
|japanese = {{tt|やくそう|yakusō}} | |||
|names = Herb, Medical herb | |||
|games = {{DQ}}<br>{{DQ2}} blah blah | |||
|buy = varies | |||
|sell = varies | |||
|effect = Restores a small amount of HP to one character | |||
}} | |||
=== Code === | |||
<pre> | <pre> | ||
{{Item | {{Item | ||
Latest revision as of 06:15, 10 February 2020
Usage[edit]
- title: The name. E.g. Holy water
- image: Image file. Do link.
- japanese: Japanese name
- old: If old localizations have different name(s) than "title=", write them here.
- games: The games in which this item appear.
- buy: Price when bought. If not a constant number (ex. 8G) enter the range (ex. 6-12G), including the specific detail in the article.
- sell: Price when sold. If not a constant number (ex. 8G) enter the range (ex. 6-12G), including the specific detail in the article.
- effect: If effect is not constant, use various, see article
Example[edit]
Display[edit]
| Medicinal herb | |
|---|---|
| Japanese | やくそう |
| Romaji | {{{romaji}}} |
| Old localizations | Herb, Medical herb |
| Found in | Dragon Quest Dragon Quest II: Luminaries of the Legendary Line blah blah |
| Effect | Restores a small amount of HP to one character |
Code[edit]
{{Item
|title = Medicinal herb
|image = [[Image:DQIV_DS_Medicinal Herb.png|center|240px]]
|japanese = {{tt|やくそう|yakusō}}
|names = Herb, Medical herb
|games = {{DQ}}<br>{{DQ2}} blah blah
|buy = varies
|sell = varies
|effect = Restores a small amount of HP to one character
}}