Template:Weapons table
Jump to navigation
Jump to search
| This template is considered deprecated and its use in new pages should be avoided. No reason was specified. Alternatives: Use Module:Item table to create a table with a more flexible format. |
Template documentation
This template generates a table filled with weapons that satisfy the provided condition. It requires some knowledge of SQL to operate.
Example
Markup
{{Weapons table
|where=rarity = 'rare' AND type = 'Longbows'
}} Renders as| Weapon | Enchant. | Damage | Damage Type | Weight | Price | Special |
|---|---|---|---|---|---|---|
| +2 |
1d8 + 2 |
Piercing |
1.1 kg |
155 | ||
|
1d8 |
Piercing |
1.1 kg |
310 |
|
||
| +1 |
1d8 + 1 |
Piercing |
1.1 kg |
310 |
|
Template data
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| where | where | A "where" clause for the SQL query. | Unknown | suggested |