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
if qualID == "" then qualID = nil end
|