78
editsAd placeholder
User:Kaimbe/weapons: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Created page with "{{#cargo_query: tables=equipment=eq, weapons=wp |join on=eq._pageName=wp._pageName, eq.image=wp.image, eq.special=wp.special, eq.where_to_find=wp.where_to_find, eq.rarity=wp.rarity, eq.rarity_order=wp.rarity_order, eq.proficiency=wp.type |fields=eq._pageName, eq.image, eq.proficiency, eq.rarity, eq.special, eq.where_to_find |order by=eq.rarity_order DESC |format=dynamic table |details fields= |hidden fields=eq.where_to_find |searchable columns=yes }}") |
No edit summary |
||
Line 2: | Line 2: | ||
tables=equipment=eq, weapons=wp | tables=equipment=eq, weapons=wp | ||
|join on=eq._pageName=wp._pageName, eq.image=wp.image, eq.special=wp.special, eq.where_to_find=wp.where_to_find, eq.rarity=wp.rarity, eq.rarity_order=wp.rarity_order, eq.proficiency=wp.type | |join on=eq._pageName=wp._pageName, eq.image=wp.image, eq.special=wp.special, eq.where_to_find=wp.where_to_find, eq.rarity=wp.rarity, eq.rarity_order=wp.rarity_order, eq.proficiency=wp.type | ||
|fields=eq._pageName, eq.image, eq.proficiency, eq.rarity, eq.special, eq.where_to_find | |fields=eq._pageName, eq.image, eq.proficiency, eq.rarity, eq.special, wp.finesse, eq.where_to_find | ||
|order by=eq.rarity_order DESC | |order by=eq.rarity_order DESC | ||
|format=dynamic table | |format=dynamic table | ||
|details fields= | |details fields=wp.finesse | ||
|hidden fields=eq.where_to_find | |hidden fields=eq.where_to_find, wp.where_to_find | ||
|searchable columns=yes | |searchable columns=yes | ||
}} | }} |