Template:Item: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
m made pagename by default
m actually
Line 1: Line 1:
<includeonly><onlyinclude>{| align = right class="infobox bordered" style="width: 300px; font-size: 90%; text-align: left; border:solid 1px #EB2626" cellpadding="3"
<includeonly><onlyinclude>{| align = right class="infobox bordered" style="width: 300px; font-size: 90%; text-align: left; border:solid 1px #EB2626" cellpadding="3"
! colspan="2" style="font-size:110%; text-align: center; background-color: #FFFFFF;" | ''{{{title|{{PAGENAME}}}}}''
! colspan="2" style="font-size:110%; text-align: center; background-color: #FFFFFF;" | {{{title|{{PAGENAME}}}}}
|-
|-
! colspan="2" style="background-color:#fff;text-align:center" | {{{image}}}
! colspan="2" style="background-color:#fff;text-align:center" | {{{image}}}

Revision as of 19:24, 28 April 2020


Usage

  • 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 appears.
  • 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

Medicinal herb
Japanese やくそう
Old localizations Herb, Medical herb
Found in Dragon Quest
Dragon Quest II: Luminaries of the Legendary Line
Buy for varies
Sell for varies
Effect Restores a small amount of HP to one character

Code

{{Item
|title = Medicinal herb
|image = [[Image:DQIV_DS_Medicinal Herb.png|center|240px]]
|japanese = {{tt|やくそう|yakusō}}
|names = Herb, Medical herb
|games = {{DQ}}<br>{{DQ2}}
|buy = varies
|sell = varies
|effect = Restores a small amount of HP to one character
}}