Template:Store Item/doc: Difference between revisions

From The Walkscape Walkthrough
Content added Content deleted
m (Fix)
(Update image string)
 
Line 71: Line 71:
{{Store Item
{{Store Item
| Name = Steel Hatchet
| Name = Steel Hatchet
| Image = Steel_axe_svg.svg
| Image = Steel_Hatchet.svg
| Rarity =
| Rarity =
| Quality = Normal
| Quality = Normal
Line 85: Line 85:
{{Store Item
{{Store Item
| Name = Steel Hatchet
| Name = Steel Hatchet
| Image = Steel_axe_svg.svg
| Image = Steel_Hatchet.svg
| Rarity =
| Rarity =
| Quality = Normal
| Quality = Normal
Line 99: Line 99:
{{Store Item
{{Store Item
| Name = Simple Magnet
| Name = Simple Magnet
| Image = Simple_magnet_svg.svg
| Image = Simple_Magnet.svg
| Rarity = Common
| Rarity = Common
| Quality =
| Quality =
Line 106: Line 106:
| Price = 441
| Price = 441
}} {{Store Item
}} {{Store Item
| Image = simple_bug_catching_net_svg.svg
| Image = Simple_Bug_Catching_Net.svg
| Name = Simple Bug Catching Net
| Name = Simple Bug Catching Net
| Rarity = Common
| Rarity = Common
Line 120: Line 120:
{{Store Item
{{Store Item
| Name = Simple Magnet
| Name = Simple Magnet
| Image = Simple_magnet_svg.svg
| Image = Simple_Magnet.svg
| Rarity = Common
| Rarity = Common
| Quality =
| Quality =
Line 127: Line 127:
| Price = 441
| Price = 441
}} {{Store Item
}} {{Store Item
| Image = simple_bug_catching_net_svg.svg
| Image = Simple_Bug_Catching_Net.svg
| Name = Simple Bug Catching Net
| Name = Simple Bug Catching Net
| Rarity = Common
| Rarity = Common

Latest revision as of 17:17, 9 June 2024

Parameters

Name

The name of the Item for sale.

Image

The image of the Item for sale. This is recommended. If not provided, the template will try to find the item as Name.png

Quality

The quality of the item if it exists. Leave blank for items that don't have a quality.

Options:

  • Normal
  • Good
  • Great
  • Excellent
  • Perfect
  • Eternal

Rarity

The rarity of the item if it exists. Leave blank for items that don't have a rarity.

Options:

  • Common
  • Uncommon
  • Rare
  • Epic
  • Legendary
  • Ethereal

Fine

If an item is of fine quality. Can be blank or 1.

Stock

How many of the items are for sale.

Price

The cost to buy the item.

Quick Copy

Notated copy

{{Store Item
  | Name =
  | Image = (Recommended)
  | Rarity = (Optional)
  | Quality = (Optional)
  | Fine = (Optional) (Blank or 1)
  | Stock =  
  | Price = 
}}

Empty copy

{{Store Item
  | Name = 
  | Image = 
  | Rarity = 
  | Quality = 
  | Fine = 
  | Stock = 
  | Price = 
}}

Examples

The formatting for the Woodcutter's Cabin is as follows:

{{Store Item
  | Name = Steel Hatchet
  | Image = Steel_Hatchet.svg
  | Rarity = 
  | Quality = Normal
  | Fine = 
  | Stock = 2
  | Price = 162
}}

Yields:

Steel Hatchet Sprite Steel Hatchet 2 162

The formatting for Mossy Merchant's Breeze Mart would be as follows.

{{Store Item
  | Name = Simple Magnet
  | Image = Simple_Magnet.svg
  | Rarity = Common
  | Quality = 
  | Fine = 
  | Stock = 1
  | Price = 441
}}  {{Store Item
  | Image = Simple_Bug_Catching_Net.svg
  | Name = Simple Bug Catching Net
  | Rarity = Common
  | Quality = 
  | Fine = 
  | Stock = 1
  | Price = 126
}}

Yields:

Simple Magnet Sprite Simple Magnet 1 441
Simple Bug Catching Net Sprite Simple Bug Catching Net 1 126