Purpose
This template may be used to display what vendors have available for sale.
{{Vendorbox
|icon=
|name=
|display=
|quantity =
|durability=
|weight=
|price=
}}
|
Parameters[edit]
| Parameter
|
Explanation
|
| icon
|
The icon of the item.
|
| name
|
The name of the item.
|
| display
|
The display name of the item. Used for disambiguation links.
|
| quantity
|
The quantity of the item for sale.
|
| durability
|
The durability of the item, if applicable.
|
| weight
|
The weight of the item.
|
| price
|
The price the vendor is selling the item for.
|
Examples[edit]
{{Vendorbox
|icon = File:Torch.png
|name = Torch
|display =
|quantity = 100
|durability = 0
|weight = 1
|price = 10
}}
|
| Item Name |
Durability |
Weight |
Price
|
Torch (100) |
0/0 |
1 |
10
|
|