Module:WikidataIB/sandbox1: Difference between revisions

Content deleted Content added
Undid revision 836210347 by RexxS (talk) debug
try again
Line 607:
if t:find("%s") or t:find(" ") then dsep = " – " else dsep = "–" end
if #qlist > 0 then
local qstr = assembleoutput(outqlist, qargs)
out[#out] = out[#out] .. " (" .. table.concat(qlist, ", ")qstr .. ")"
elseif t > "" then
out[#out] = out[#out] .. " (" .. t1 .. dsep .. t2 .. ")"