Difference between revisions of "Template:Infobox mousehat"

From Stardew Valley Wiki
Jump to navigation Jump to search
(achievement link)
Line 15: Line 15:
 
|id="infoboxdetail"|[[Abandoned House]]
 
|id="infoboxdetail"|[[Abandoned House]]
 
|-
 
|-
|id="infoboxsection"|[[Achievement|<span style="color:white;">Achievement</span>]]:
+
|id="infoboxsection"|[[Achievements|<span style="color:white;">Achievement</span>]]:
 
|id="infoboxdetail"|{{{achievement|}}}
 
|id="infoboxdetail"|{{{achievement|}}}
 
|-
 
|-

Revision as of 06:53, 7 May 2017

Description

This template displays an infobox for hats.

By default it populates info for hats available at the Abandoned House (a.k.a. the Hat Mouse). Using optional parameters the infobox can account for other sources such as Festival rewards and Tailoring.

Use and Parameters

Do not use this on your user page. It is reserved for content pages.

Enter the following onto a relevant page:

{{Infobox mousehat
|name        = hat name
|image       = hat name.png
|description = hat description (optional)
|achievement = name of the achievement that unlocks the hat
|ad          = achievement description
|source      = hat source (if not awarded by an achievement) (optional)
|ingredients = crafting ingredients, if the hat is produced using tailoring (optional)
|requires    = Requirement or condition (optional)
|price       = purchase price (optional)
|sell        = sell price (optional - defaults to 'Cannot be Sold')
}}

Examples

{{Infobox mousehat
|name        = Sombrero
|image       = Sombrero.png
|description = {{Description|Sombrero}}
|achievement = Legend
|ad          = Earn {{price|10000000}}
}}
Sombrero
Sombrero.png
A festively decorated hat made from woven straw.
Information
Name: Sombrero
Source: Abandoned House
Achievement: Legend
Achievement Description: Earn data-sort-value="10000000">Gold.png10,000,000g
Purchase Price: data-sort-value="1000">Gold.png1,000g
Sell Price: Cannot be sold
Error: {{#seo:}} must contain at least one non-empty attribute.
{{Infobox mousehat
|name        = Straw Hat
|image       = Straw Hat.png
|description = {{Description|Straw Hat}}
|source      = Egg Festival
}}
Straw Hat
Straw Hat.png
Light and cool, it's a farmer's delight.
Information
Name: Straw Hat
Source: Abandoned House
Achievement:
Achievement Description:
Purchase Price: data-sort-value="1000">Gold.png1,000g
Sell Price: Cannot be sold
Error: {{#seo:}} must contain at least one non-empty attribute.
{{Infobox mousehat
|name        = Beanie
|image       = Beanie.png
|description = {{Description|Beanie}}
|source      = Tailoring
|ingredients = {{name|Acorn|1}} or {{name|Maple Seed|1}} or {{name|Pine Cone|1}}
}}
Beanie
Beanie.png
A warm hat with a pretty tight fit.
Information
Name: Beanie
Source: Abandoned House
Achievement:
Achievement Description:
Purchase Price: data-sort-value="1000">Gold.png1,000g
Sell Price: Cannot be sold
Error: {{#seo:}} must contain at least one non-empty attribute.