Changes

Jump to navigation Jump to search
create
==Description==
This template creates a table row for one item in the Grange Display at the [[Stardew Valley Fair]]. It is intended to be used in conjunction with [[Template:Grangeptswrapper]].

==Parameters==
{|class="wikitable sortable"
|-
!Parameter
!Notes
|-
|First (unnamed) parameter
|Name of image (minus extension ".png")<br />'''Note: for category -26 (Artisan Goods)''', this must be in one of two forms:
#<nowiki>[[File:ImageName.png|24px|link=]]</nowiki>
#Use of [[Template:Overlayimg]]
For all other categories, it must be the name of the image (minus ".png")
|-
|Second (unnamed) parameter
|Link to display
|-
|Third (unnamed) parameter
|Base sell price of item (can be found in <samp>Data/ObjectInformation.xnb</samp>)
|-
|Fourth (unnamed) parameter
|Category number of item (can be found in <samp>Data/ObjectInformation.xnb</samp>)
|-
|qualities
|All possible qualities for the item, using 0 for normal/base quality, 1 for silver, 2 for gold, and 4 for iridium.<br />Example: <samp>qualities=0,2</samp> will display normal/base and gold qualities.
|-
|item
|'''For category -26 only:''' Name of item, used to calculate actual sell price using [[Module:Calcsellprice]]
|-
|}

==Examples==
<pre>
{{Grangeptswrapper
|header
|catname = Artisan Goods
|catnum = -26
|note=''Note that honey purchased from the [[Traveling Cart]] or [[Oasis]], or produced by a [[Deconstructor]], also counts as Wild Honey.''}}

{{Grangeptsrow
|[[File:Beer.png|24px|link=]]
|[[Beer]]
|200
|-26
|qualities=0,1,2,4
|item=Beer}}

{{Grangeptsrow
|[[File:Duck Mayonnaise.png|24px|link=]]
|[[Duck Mayonnaise]]
|375
|-26
|qualities=0
|item=Duck Mayonnaise}}

{{Grangeptsrow
|[[File:Honey.png|24px|link=]]
|[[Honey]] (Wild)
|100
|-26
|qualities=0
|item=Honey}}

{{Grangeptsrow
|[[File:Wine.png|24px|link=]]
|[[Wine]]
|400
|-26
|qualities=0,1,2,4
|item=Wine}}

{{Grangeptswrapper|footer}}
</pre>

produces...
{{Grangeptswrapper
|header
|catname = Artisan Goods
|catnum = -26
|note=''Note that honey purchased from the [[Traveling Cart]] or [[Oasis]], or produced by a [[Deconstructor]], also counts as Wild Honey.''}}
{{Grangeptsrow|[[File:Beer.png|24px|link=]]|[[Beer]]|200|-26|qualities=0,1,2,4|item=Beer}}
{{Grangeptsrow|[[File:Duck Mayonnaise.png|24px|link=]]|[[Duck Mayonnaise]]|375|-26|qualities=0|item=Duck Mayonnaise}}
{{User:Margotbean/Sandbox/Template Grangeptsrow|[[File:Honey.png|24px|link=]]|[[Honey]] (Wild)|100|-26|qualities=0|item=Honey}}
{{User:Margotbean/Sandbox/Template Grangeptsrow|[[File:Wine.png|24px|link=]]|[[Wine]]|400|-26|qualities=0,1,2,4|item=Wine}}
{{Grangeptswrapper|footer}}

<pre>
{{Grangeptswrapper|header|catname=Minerals|catnum=-2}}
{{Grangeptsrow|Aquamarine|Aquamarine|180|-2|qualities=0}}
{{Grangeptsrow|Baryte|Baryte|50|-12|qualities=0}}
{{Grangeptswrapper|footer}}
</pre>

produces...

{{Grangeptswrapper|header|catname=Minerals|catnum=-2}}
{{Grangeptsrow|Aquamarine|Aquamarine|180|-2|qualities=0}}
{{Grangeptsrow|Baryte|Baryte|50|-12|qualities=0}}
{{Grangeptswrapper|footer}}
<includeonly>{{Addlanglinks}}[[Category:Templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
107,395

edits

Navigation menu