Template:Infobox/doc

From Stardew Valley Wiki
< Template:Infobox
Revision as of 06:09, 6 September 2020 by Nebulous Maestress (talk | contribs) (somewhat more complete documentation)
Jump to navigation Jump to search
Example
Blank icon.png
Example description text
Information
Season Spring, summer
Energy / Health
Energy.png
25
Health.png
11

This template displays a generic infobox for a wide variety of items. Note that several categories of item have customized variants of the generic infobox; see Category:Infobox templates for a complete listing.

Notes

  • Many of the input values expect to be plain text values, which are then automatically formatted, converted into links, etc.
  • Currently the template includes hard-coded support for several specialized features, in particular, derived artisan products for many items. Most of these are no longer necessary, and would be better handled by modifying the individual item pages to provide the relevant information. Once all item pages in all languages have been updated, this information should be removed from the template.

Usage

The image2 - image4 parameters can be used to display more than one image file. For example,Egg.pngBrown Egg.png (Egg and Brown Egg).

This template will automatically populate some links from plain text. Source and season will automatically scan for associate articles and make links if they exist.

Syntax

 {{Infobox
   |name            = Name of Item (Page name if omitted)
   |image           = file_name.png (Page name.png if omitted)
   |description     = In-game description of the item (optional -- populated by Template:Description if omitted) 
   |location        = Location(s) where item is found
   |source          = Farming / Quest / Shop
   |edibility       = 20
   |sellprice       = 14
   |type            = fruit, vegetable
   |quality         = true / false / list of qualities to show
   |iridium         = true <- add iridium quality stars rating
   |profession      = Rancher / Tiller / Artisan / Blacksmith / Forester / Tapper
   |seed            = seed name
   |season          = Spring, Summer, Fall, Winter, All
   |growth          = 4 days
   |buff            = buff effects
   |buffduration    = buff duration
   |craftingstation = {{name|Preserves Jar}} <- use the name template, then list the station name
   |ingredients     = {{name|Fish|13}} {{name|item|#}} <- use the name template, then list the item and # of ingredient needed
   |recipe          = Source of recipe
   |crafttime       = Crafting time
   |image2          = Second image (deprecated - use multiple values in image instead)
   |image3          = Third image (deprecated)
   |image4          = Fourth image (deprecated)
   |image2spacing   = true to add space between multiple images
   |is_artisan      = true only if necessary for artisan goods section of infobox
   |eng             = English version name of item (only relevant on non-English wikis)
   |fishingxp       = Details of XP
   |tingredients    = ingredients with the Trapper profession
   |artisanitem     = Name(s) of item(s) derived from primary item by processing
   |artisanprofession = Professions that affect prices of artisanitems
   |alt_artisanitem = Language-specific eqivalents for artisanitems
   |artisanprice    = Base price of artisanitems
   |artisanquality  = Qualities of artisanitems
 }}

Parameters

All parameters are named and optional. Only parameters relevant to the current item should be provided (completely delete irrelevant ones to fully omit from the infobox). Default value for all arguments is empty, unless specified otherwise.

  • name = item_name
    • Name of item. Default is page name
  • image = image_name
    • Name of image(s) to display in infobox. Default is page_name.png
      • On non-English wikis, default value is eng.png
    • If more than one image should be displayed, multiple image names can be provided, separated by commas
    • The image names should include the extension (.jpg, .gif, etc) if the images are not in .png format; otherwise the extension is optional and .png will automatically be appended
  • description = description
    • In-game description of the item. Populated by Template:Description if omitted.
    • Note that the description is expected to exactly match the in-game description -- if there are typos, errors, etc., they should be reproduced exactly.
  • location = values
    • Locations where the item can be found, in particular via foraging
    • If only a single location is provided, the value can be plain text and will be auto-converted into a link.
    • If multiple locations are provided, each should be formatted as a link, and the values separated by a bullet (&bullet;)
  • source = values
    • How to obtain the item (other than foraging)
    • If only a single location is provided, the value can be plain text and will be auto-converted into a link.
    • If multiple locations are provided, each should be formatted as a link, and the values separated by a bullet (&bullet;)
  • edibility = base_edibility
    • Base edibility of the item, as extracted from ObjectInformation.xnb
    • See Template:Edibility for details
    • For inedible items, specify edibility=-300 or edibility=inedible. Or if it is an item that nobody would ever expect to be able to eat, omit the line entirely (to remove the section from the infobox)
  • sellprice = sellprice
    • Base price of the item, as extracted from ObjectInformation.xnb
    • Use profession to list all relevant price bonuses
  • type = fruit, vegetable
    • Only recognized values are fruit and vegetable
    • Causes information on derived Wine, Jelly, Juice, and Pickles to be automatically added to the infobox
  • quality = values
    • A list of quality values (Normal, Silver, Gold, Iridium) that are valid for this item. Default value is Normal, Silver, Gold
  • iridium = true
    • Set iridium to true to add Iridium to the list of qualities.
    • Easier to do by including Iridium as a value for quality; iridium parameter only provided for consistency with other templates.
  • profession = values
    • A comma-separated list of all professions that adjust the price of this item. See Template:Infosection price for a list of valid entries.
  • seed = item_name
    • The name of the seed from which a crop item grows; only relevant for crops
    • Should be a plain text name; will be automatically converted into a link
  • season = season
    • The name of the season(s) when this item is available; if multiple seasons are possible, they should be comma-separated
    • Possible values are: Spring, Summer, Fall, Winter, All Seasons
    • Values should be plain text (no links, no icons); template will automatically apply formatting
    • See Template:Season for details.
    • For items which are obviously not dependent upon the season (furniture, minerals, etc.), this line should be omitted entirely (to remove the section from the infobox).
  • growth = days
    • Only relevant for crops; number of days to grow (without any fertilizers, etc.)
    • The text should not just be a number, but should also include "days", e.g., growth=4 days
  • buff = buff
    • A list of all buffs that are obtained when eating this item, including magnitude of bonus
    • Entries should be fully formatted (with links)
  • buffduration = duration
    • The duration of any buffs obtained when eating this item. Template:Duration will automatically be called to add a duration icon; no other formatting is applied to the input value.
  • craftingstation = name
    • The name of the equipment necessary to produce this item.
    • Use the name template, e.g., craftingstation={{name|Preserves Jar}}
  • ingredients = values
    • List of all ingredients / source items necessary to produce this item
    • The Name template should be used to format each item name and specify the quantity necessary
  • recipe = value
    • Where the player obtains/learns the recipe necessary to produce this item
  • crafttime = value
    • Time necessary to produce this time
  • image2 = value, image3=value, image4=value
    • Only provided for backwards compatibility; better to provide multiple image names to image
  • image2spacing = true
    • Set to true to add horizontal space between multiple images
  • is_artisan=true
    • Set to true if this item is an artisan good; set to 0 if item is not.
    • Default value is automatically set to true if 'artisan goods' is listed in source
    • Only relevance is wording used in a couple places on template
    • Title of final section of infobox is "Artisan Goods" if true; "Crafting" if not
    • Label used for crafttime parameter is "Processing Time" if true; "Time to Craft" if not
  • eng = item_name
    • English equivalent of name. Only relevant on non-English wikis
  • fishingxp = values
  • See Green Algae for example of usage
  • artisanitem = values, artisanprofession = values, alt_artisanitem = values, artisanprice = values, artisanquality=values
    • These parameters are all used to generate a grid of prices for items derived/created from the primary item.
    • They are all passed into Template:Infosection price, which provides more complete documentation of their meaning

Examples

Corn
Blank icon.png
One of the most popular grains. The sweet, fresh cobs are a summer favorite.
Information
Source Farming
Season Spring.png Spring
Energy / Health
Energy.png
25
Health.png
11
Energy.png
Silver Quality Icon.png
35
Health.png
Silver Quality Icon.png
15
Energy.png
Gold Quality Icon.png
45
Health.png
Gold Quality Icon.png
20
Energy.png
Iridium Quality Icon.png
65
Health.png
Iridium Quality Icon.png
29
Sell Price
Blank icon.png
14g
Blank icon.png
Silver Quality Icon.png
17g
Blank icon.png
Gold Quality Icon.png
21g
Blank icon.png
Iridium Quality Icon.png
28g
Crafting
Equipment Preserves Jar.png Preserves Jar
Ingredients Fish.png Fish (13) Tomato Seeds.png Tomato Seeds (13)

The code below generates the infobox shown to the right.

{{Infobox
|name            = Corn
|image           = Corn.png
|description     = {{Description|Corn}}
|source          = Farming
|season          = [[Spring]]
|craftingstation = {{name|Preserves Jar}}
|ingredients     = {{name|Fish|13}} {{name|Tomato Seeds|13}}
|edibility       = 10
|type            = vegetable
|sellprice       = 14
|iridium         = true
|profession      = Rancher,Blacksmith
}}
Corn
Blank icon.png
A juicy little bean with a cool, crisp snap.
Information
Location Pelican Town
Seed Radish Seeds
Growth Time 6 days
Buff(s) Foraging.png Foraging (+2)Defense.png Defense (+2)
Buff Duration Time Icon.png 7m 41s
Season Spring.png Spring
Energy / Health
Energy.png
25
Health.png
11
Sell Price data-sort-value="14">Gold.png14g
Crafting
Equipment Preserves Jar.png Preserves Jar
Ingredients Fish.png Fish (13) Tomato Seeds.png Tomato Seeds (13)

The code below generates the infobox shown to the right.

{{Infobox
|name            = Corn
|location        = [[Pelican Town]]
|image           = 
|description     = {{Description|Green Bean}}
|seed            = [[Radish Seeds]]
|season          = Spring
|growth          = 6 days
|buff            = {{name|Foraging|+2}}{{name|Defense|+2}}
|buffduration    = 7m 41s
|craftingstation = {{name|Preserves Jar}}
|ingredients     = {{name|Fish|13}} {{name|Tomato Seeds|13}}
|edibility       = 10
|sellprice       = 14
|iridium         = true
|profession      = Tapper
|quality         = false
}}