Template:Item/sandbox: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
(Created page with "<includeonly><onlyinclude>{| align = right class="infobox bordered" style="width: 18em; font-size: 90%; text-align: left; border:solid 1px #EB2626" cellpadding="3" ! colspan="...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
|-
|-
! style="background-color: #FFFFFF;" | Old localizations
! style="background-color: #FFFFFF;" | Old localizations
| {{{names}}}
| {{{names | {{{old | }}} }}}
|-
|-
! style="background-color: #FFFFFF;" | Found in
! style="background-color: #FFFFFF;" | Found in
Line 24: Line 24:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
* title: The name. E.g. Holy water
* image: Image file. Do link.
* japanese: Japanese name
* old: If [[Dragon Quest Localization History|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 ==
=== 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
|title = ''use the title of the article (ex.'' Yakusou'')''
|title = Medicinal herb
|image = ''add'' [[Image:''ImageName.ext'']] ''so the image will appear.''
|image = [[Image:DQIV_DS_Medicinal Herb.png|center|240px]]
|japanese = ''Japanese name''
|japanese = {{tt|やくそう|yakusō}}
|names = ''example:'' Herb''<br>'' Medical Herb''<br>'' Medicinal Herb
|names = Herb, Medical herb
|games =
|games = {{DQ}}<br>{{DQ2}} blah blah
|buy = ''if not a constant number (ex. 8G) enter the range (ex. 6-12G), including the specific detail in the article''
|buy = varies
|sell = ''if not a constant number (ex. 8G) enter the range (ex. 6-4G), including the specific detail in the article''
|sell = varies
|effect = ''if effect is not constant, use'' various, see article
|effect = Restores a small amount of HP to one character
}}
}}
</pre>
</pre>
[[Category:Item templates|{{PAGENAME}}]]
[[Category:Item templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

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
DQIV DS Medicinal Herb.png
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
}}