Template:ShopStock
This template defines the table "ShopStock". View table.
Cargo row and optional table row for shop stock.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Stock ID | stock_id | Stable row ID for this shop stock entry. | Line | required |
| Shop ID | shop_id | Shop identifier this stock belongs to. | Line | required |
| Item ID | item_id | Public integer item ID when known. | Number | optional |
| Item name | item_name | Stocked item page name. | Page name | suggested |
| Item icon | item_icon | Optional sprite lookup override. | Line | optional |
| Currency | currency | Verified currency used by the shop. | Line | optional |
| Buy price | buy_price | Stable shop buy price. | Number | optional |
| Sell price | sell_price | Stable shop sell price, if verified. | Number | optional |
| Quantity | quantity | Verified stock quantity or range. | Line | optional |
| Stock type | stock_type | Verified stock type such as default, limited, or rotating. | Line | optional |
| Restock | restock | Verified restock timing or behavior. | Line | optional |
| Requirements | requirements | Verified purchase or access requirements. | Content | optional |
| Evidence | evidence | Short proof note or link. | Content | optional |
| Source | source | Short source note such as datamine, shop screen, or curator review. | Line | optional |
| Verification status | verification_status | StatusBadge value for this stock row. | Line | optional |
| Render mode | render | Use hidden to store Cargo without emitting a table row. | Line | optional |