Template:Weapons/MeleeC: Difference between revisions
From Tiny Rogues Wiki
(Created page with "{{#cargo_query: tables=Weapon_Infobox |fields=_pageName |format=template |template=Test |where=Rarity='C' and Weapon_Type = 'Sword/Melee' OR 'Sickles/Melee' |group by=_pageID |limit = 250 }}") |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|fields=_pageName | |fields=_pageName | ||
|format=template | |format=template | ||
|template= | |template=WeaponList | ||
|where=Rarity= | |where=Weapon_Type LIKE "%Melee%" and Rarity = "1" | ||
|group by=_pageID | |group by=_pageID | ||
|limit = 250 | |limit = 250 | ||
}} | }} |