Module:WikidataIB/sandbox1: Difference between revisions

Content deleted Content added
unwind debug
get the right parameter
Line 717:
-- if qualID = "ALL" then all qualifiers returned
-- if nothing or an empty string is passed set it nil -> no qualifiers returned
local qualID = mw.text.trim(frame.args[1].qual or "")
if qualID == "" then qualID = nil end