Module:Cite Q/sandbox: Difference between revisions

Content deleted Content added
try harder debugging
debug function import
Line 13:
if type(getQualifierValue) == nil then
local error = "getQualifierValue was nil"
return frame:preprocess (table.concat ({'<syntaxhighlight lang="wikitext" inline="1">', error, '</syntaxhighlight>'}));
else
local error = "getQualifierValue was: " .. type(getQualifierValue)
return frame:preprocess (table.concat ({'<syntaxhighlight lang="wikitext" inline="1">', error, '</syntaxhighlight>'}));
end