Template:Store Item/doc: Difference between revisions

From The Walkscape Walkthrough
Content deleted Content added
Create Page
 
m Update
Line 8: Line 8:
=== Quality ===
=== Quality ===
The quality of the item if it exists. Leave blank for items that don't have a 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 ===
=== Stock ===
Line 19: Line 41:
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
{{Store Item
{{Store Item
| Name =
| Image = (Recommended)
| Image = (Recommended)
| Name =
| Rarity = (Optional)
| Quality = (Optional)
| Quality = (Optional)
| Fine = (Optional) (Blank or 1)
| Stock =
| Stock =
| Price =
| Price =
}}
}}
</syntaxhighlight>
</syntaxhighlight>


Line 30: Line 54:
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
{{Store Item
{{Store Item
| Image =
| Name =
| Name =
| Image =
| Rarity =
| Quality =
| Quality =
| Fine =
| Stock =
| Stock =
| Price =
| Price =
}}
}}
</syntaxhighlight>
</syntaxhighlight>


Line 43: Line 69:


<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
{{Store Item
{{Store Item
| Image = Steel_axe_svg.svg
| Name = Steel Hatchet
| Name = Steel Hatchet
| Image = Steel_axe_svg.svg
| Rarity =
| Quality = Normal
| Quality = Normal
| Fine =
| Stock = 2
| Stock = 2
| Price = 162
| Price = 162
}}
}}
</syntaxhighlight>
</syntaxhighlight>


Line 55: Line 83:


{| class="wikitable sortable" style="text-align: center;"
{| class="wikitable sortable" style="text-align: center;"
{{Store Item
{{Store Item
| Image = Steel_axe_svg.svg
| Name = Steel Hatchet
| Name = Steel Hatchet
| Image = Steel_axe_svg.svg
| Rarity =
| Quality = Normal
| Quality = Normal
| Fine =
| Stock = 2
| Stock = 2
| Price = 162
| Price = 162
}}
}}
|}
|}


Line 67: Line 97:


<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
{{Store Item
{{Store Item
| Image = Simple_magnet_svg.svg
| Name = Simple Magnet
| Name = Simple Magnet
| Image = Simple_magnet_svg.svg
| Rarity = Common
| Quality =
| Quality =
| Fine =
| Stock = 1
| Stock = 1
| Price = 441
| Price = 441
}} {{Store Item
}} {{Store Item
| Image = simple_bug_catching_net_svg.svg
| Image = simple_bug_catching_net_svg.svg
| Name = Simple Bug Catching Net
| Name = Simple Bug Catching Net
| Quality =
| Rarity = Common
| Quality = Common
| Fine =
| Stock = 1
| Stock = 1
| Price = 126
| Price = 126
}}
}}
</syntaxhighlight>
</syntaxhighlight>


Yields:
Yields:
{| class="wikitable sortable" style="text-align: center;"
{| class="wikitable sortable" style="text-align: center;"
{{Store Item
{{Store Item
| Image = Simple_magnet_svg.svg
| Name = Simple Magnet
| Name = Simple Magnet
| Image = Simple_magnet_svg.svg
| Rarity = Common
| Quality =
| Quality =
| Fine =
| Stock = 1
| Stock = 1
| Price = 441
| Price = 441
}} {{Store Item
}} {{Store Item
| Image = simple_bug_catching_net_svg.svg
| Image = simple_bug_catching_net_svg.svg
| Name = Simple Bug Catching Net
| Name = Simple Bug Catching Net
| Quality =
| Rarity = Common
| Quality = Common
| Fine =
| Stock = 1
| Stock = 1
| Price = 126
| Price = 126
}}
}}
|}
|}



Revision as of 04:19, 13 March 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_axe_svg.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.svg
  | Rarity = Common
  | Quality = 
  | Fine = 
  | Stock = 1
  | Price = 441
}}  {{Store Item
  | Image = simple_bug_catching_net_svg.svg
  | Name = Simple Bug Catching Net
  | Rarity = Common
  | Quality = Common
  | Fine = 
  | Stock = 1
  | Price = 126
}}

Yields:

Simple Magnet Sprite Simple Magnet 1 441
Simple Bug Catching Net Sprite Simple Bug Catching Net File:Quality Common.svg 1 126