Talk:Shadowstitch

From Path of Exile Wiki
Jump to navigation Jump to search

This talk page is for discussing the article Shadowstitch.

  • Sign your posts using four tildes (~~~~)
  • Start a new topic at the bottom under a ==level 2 heading==
  • Indent replies using colons (:)
  • Keep it civil
  • Assume good faith
  • Don't remove past discussions

corrupted implicit infobox

Anyone know how to write a query for the infobox parameter "implicit1_random_list" . I don't know how to use join or field when "spawn_weights.tag in ( 'armour ', 'body_armour')" is used. Neokowloon (talk) 09:10, 2 May 2020 (UTC)

Something like this:
{{#cargo_query:
|tables=mods, spawn_weights
|join on=mods._pageID=spawn_weights._pageID
|fields=mods.id
|where=mods.domain=1 AND mods.generation_type=5 AND spawn_weights.tag in ( 'armour ', 'body_armour') AND spawn_weights.weight > 0
|orderBy=mods.id ASC
|no html
|limit=300
}}
--Ruba159753 (talk) 09:56, 2 May 2020 (UTC)
Thanks, will copy to this article and Hands of the High Templar. Neokowloon (talk) 10:03, 2 May 2020 (UTC)