40
editsno edit summary
(test) |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | |||
{{#cargo_query: tables = weapons | |||
| | | fields = name, image, rarity, enchantment, damage, weight_kg, price, special, weapon_actions, where_to_find | ||
| | | order by = rarity_order, name | ||
| | | where = (name = "Adamantine Longsword") | ||
or (name = "Bow of Awareness") | |||
or (name = "Ceremonial Battleaxe") | |||
| default = | |||
| | | format = table | ||
| | | named args = yes | ||
| | |||
}} | }} |