Template:ShopEntry
This template adds rows to the table "ItemSource", which is declared by the template ItemSource. View table. Stores shop item data to the ItemSource Cargo table and outputs a table row.
Usage
{{ShopTableHeader}}
{{ShopEntry|item=Iron Sword|cost=100}}
{{ShopEntry|item=Health Potion|cost=50|currency=Gold}}
{{ShopTableFooter}}
Parameters
- item - The item being sold (required)
- cost - The price (required)
- currency - Currency type (defaults to Gold)
- npc - The NPC selling this item (defaults to page name)