Changes

no edit summary
Line 1: Line 1: −
Infobox Template for cooked items, based on Template:Infobox, but a simpler version.  Cooked items don't have quality versions, seasons, profession modifiers, etc.
+
__NOTOC__
 +
==Description==
 +
This template displays an infobox for cooked items (and some crafted items). Its syntax provides a way to transclude the information onto other pages, using [[:Template:RecipeRow]].
   −
The health and energy values are calculated from the "edibility" parameter, using the same formulas as Template:Infobox. (These are the actual gains when a cooked item is consumed in-game, and not the hover text values.)
+
'''Do not use this on your user page. It is reserved for content pages.'''
==Use==
+
 
<pre>
+
The health and energy values are calculated from the "edibility" parameter. These are the actual gains when a cooked item is consumed in-game, which are not always the same as the hover text values.
{{Infobox cooking
+
 
|name (name of cooked dish/name of page -- not optional)
+
==Parameters==
|image (name of image -- not optional) Note: do not include ".png"
+
{|class="wikitable sortable"
|description
+
|-
|source (optional)
+
!Parameter!!Notes
|buff (optional)
+
|-
|duration (optional -- include only if buffs are included)
+
|name||Name of item/name of page
|edibility
+
|-
|sellprice
+
|image||Name of image, including extension
|recipe (recipe source)
+
|-
|ingredients
+
|description||In-game description of item (Use [[:Template:Description]])
}}</pre>
+
|-
 +
|source||Source of item (''e.g.,'' <nowiki>[[Crafting]]</nowiki>)<br />Optional parameter; defaults to [[Cooking]] if omitted.
 +
|-
 +
|buff||Buffs given when consuming the item
 +
|-
 +
|duration||Duration of buff(s)
 +
|-
 +
|dsvduration||data-sort-value for duration of buffs (Format:mmss)<br />Optional, but tables that transclude items that use this template will not sort correctly without it
 +
|-
 +
|edibility||Found in <samp>ObjectInformation.xnb</samp>
 +
|-
 +
|sellprice||Found in <samp>ObjectInformation.xnb</samp>. Use only raw unformatted numbers
 +
|-
 +
|recipe||Recipe source(s)
 +
|-
 +
|ingredients||Ingredients
 +
|-
 +
|produces||Use for crafted items that produce >1 item per craft
 +
|-
 +
|qiseasoning||Calculates gold quality values for health, energy, and sell price<br />Must be set to false for all non-cooked items
 +
|-
 +
|health||Optional parameter, use for items whose health differs from the normal calculation (''e.g.,'' [[Bug Steak]])
 +
|-
 +
|}
    
==Example==
 
==Example==
 
<pre>{{Infobox cooking
 
<pre>{{Infobox cooking
 
|name        = Fried Mushroom
 
|name        = Fried Mushroom
|image        = Fried Mushroom
+
|image        = Fried Mushroom.png
|description  = Earthy and aromatic.
+
|description  = {{Description|Fried Mushroom}}
 
|buff        = {{name|Attack|+2}}{{name|Defense|+4}}
 
|buff        = {{name|Attack|+2}}{{name|Defense|+4}}
 
|duration    = 7m
 
|duration    = 7m
 +
|dsvduration  = 0700
 
|edibility    = 54
 
|edibility    = 54
 
|sellprice    = 200
 
|sellprice    = 200
|recipe      = {{NPC|Demetrius|Mail - 3+ Hearts}}
+
|recipe      = {{NPC|Demetrius|Mail - 3+ [[File:HeartIconLarge.png|16px|link=]]}}
 
|ingredients  = {{name|Common Mushroom|1}}{{name|Morel|1}}{{name|Oil|1}}
 
|ingredients  = {{name|Common Mushroom|1}}{{name|Morel|1}}{{name|Oil|1}}
 
}}</pre>
 
}}</pre>
Line 32: Line 58:  
{{Infobox cooking
 
{{Infobox cooking
 
|name        = Fried Mushroom
 
|name        = Fried Mushroom
|image      = Fried Mushroom
+
|image      = Fried Mushroom.png
|description = Earthy and aromatic.
+
|description = {{Description|Fried Mushroom}}
 
|buff        = {{name|Attack|+2}}{{name|Defense|+4}}
 
|buff        = {{name|Attack|+2}}{{name|Defense|+4}}
 
|duration    = 7m
 
|duration    = 7m
 +
|dsvduration = 0700
 
|edibility  = 54
 
|edibility  = 54
 
|sellprice  = 200
 
|sellprice  = 200
|recipe      = {{NPC|Demetrius|Mail - 3+ Hearts}}
+
|recipe      = {{NPC|Demetrius|Mail - 3+ [[File:HeartIconLarge.png|16px|link=]]}}
 
|ingredients = {{name|Common Mushroom|1}}{{name|Morel|1}}{{name|Oil|1}}
 
|ingredients = {{name|Common Mushroom|1}}{{name|Morel|1}}{{name|Oil|1}}
 
|debug mode  = yes
 
|debug mode  = yes
 
}}
 
}}
 +
{{clear}}
 +
==Example Syntax for use with [[Template:RecipeRow]]==
 +
<pre>&lt;onlyinclude&gt;{{{{{1|Infobox cooking}}}
 +
|name            = Lucky Lunch
 +
|image          = Lucky Lunch.png
 +
|description    = {{Description|Lucky Lunch}}
 +
|buff            = {{name|Luck|+3}}
 +
|duration        = 11m 11s
 +
|dsvduration    = 1111
 +
|edibility      = 40
 +
|sellprice      = 250
 +
|recipe          = {{CookingChannel|28 Spring, Year 2}}
 +
|ingredients    = {{name|Sea Cucumber|1}}{{name|Tortilla|1}}{{name|Blue Jazz|1}}
 +
}}&lt;/onlyinclude&gt;</pre>
 +
 
<includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
 
<includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
<includeonly>[[de:Vorlage:{{PAGENAME}}]]
+
<includeonly>{{Addlanglinks}}</includeonly>
[[es:Plantilla:{{PAGENAME}}]]
  −
[[ja:テンプレート:{{PAGENAME}}]]
  −
[[pt:Predefinição:{{PAGENAME}}]]
  −
[[ru:Шаблон:{{PAGENAME}}]]
  −
[[zh:Template:{{PAGENAME}}]]</includeonly>
 
106,033

edits