Template:Store Purchases/doc

From The Walkscape Walkthrough

Parameters

Store Purchases

A list of Template:Store Item templates that detail the drop sources for the item. This is required as it is the only parameter.

Quick Copy

Notated copy

{{Store Purchases
| Store Purchases = 
  {{Store Item
  | Name = 
  | Image = 
  | Buying = (optional)
  | Rarity = (optional)
  | Quality = (optional)
  | Fine = (optional)
  | Stock = (optional)
  | Price = 
  | Currency = (optional)
  }}
}}

Empty copy

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

Examples

The formatting for Adventurers'_Guild_Outpost which buys items.

{{Store Purchases
| Type = Purchases
| Store Purchases = 
  {{Store Item
  | Name = Unidentified Remains
  | Image = Unidentified Remains.svg
  | Buying = 1
  | Rarity = 
  | Quality = 
  | Fine = 
  | Stock = 
  | Price = 20
  | Currency = Adventurers’ Guild Token
  }}  {{Store Item
  | Name = Unidentified Remains
  | Image = Unidentified Remains.svg
  | Buying = 1
  | Rarity = 
  | Quality = 
  | Fine = 1
  | Stock = 
  | Price = 60
  | Currency = Adventurers’ Guild Token
  }}  {{Store Item
  | Name = Name Tag
  | Image = Name Tag.svg
  | Buying = 1
  | Rarity = 
  | Quality = 
  | Fine = 
  | Stock = 
  | Price = 10
  | Currency = Adventurers’ Guild Token
  }}  {{Store Item
  | Name = Name Tag
  | Image = Name Tag.svg
  | Buying = 1
  | Rarity = 
  | Quality = 
  | Fine = 1
  | Stock = 
  | Price = 30
  | Currency = Adventurers’ Guild Token
  }}  {{Store Item
  | Name = Adventurer's Enamel Pin
  | Image = Adventurer's Enamel Pin.svg
  | Buying = 1
  | Rarity = 
  | Quality = 
  | Fine = 
  | Stock = 
  | Price = 2
  | Currency = Adventurers’ Guild Token
  }}  {{Store Item
  | Name = Adventurer's Enamel Pin
  | Image = Adventurer's Enamel Pin.svg
  | Buying = 1
  | Rarity = 
  | Quality = 
  | Fine = 1
  | Stock = 
  | Price = 6
  | Currency = Adventurers’ Guild Token
  }}
}}

Yields:

Purchases
Name Amount Payment
Unidentified Remains Sprite Unidentified Remains 20
Unidentified Remains Sprite Unidentified Remains 60
Name Tag Sprite Name Tag 10
Name Tag Sprite Name Tag 30
Adventurer's Enamel Pin Sprite Adventurer's Enamel Pin 2
Adventurer's Enamel Pin Sprite Adventurer's Enamel Pin 6