Template:Offhand/Menu/E: Difference between revisions
From Tiny Rogues Wiki
< Template:Offhand | Menu
(Created page with "{{#cargo_query: tables=Equipment_Infobox |fields=_pageName |format=template |template=WeaponList |where=Equipment_Type LIKE "%Offhand%" and Rarity = "4" |group by=_pageID |limit = 250 }}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Equipment_Infobox | tables=Equipment_Infobox | ||
|fields=_pageName | |fields=_pageName, Rarity | ||
|format=template | |format=template | ||
|template= | |template=OffhandList | ||
|where=Equipment_Type LIKE "%Offhand%" and Rarity = " | |where=Equipment_Type LIKE "%Offhand%" and Rarity = "5" | ||
|group by=_pageID | |group by=_pageID | ||
|limit = 250 | |limit = 250 | ||
}} | }} |