Module:Tlg: Difference between revisions

1 byte removed ,  4 years ago
Don't use nowiki by default -- this might be breaking, but fixes the 124 and 61 test cases
(Okay.... ns check)
(Don't use nowiki by default -- this might be breaking, but fixes the 124 and 61 test cases)
Line 102:
local val = args[ii]
if val ~= nil then val = mw.text.unstripNoWiki(val) else break end
if not _ne(args.yeswikinowiki) then val = nw(val) end
if italic then val = '<span style="font-style:italic;">' .. val .. '</span>' end
textPart = textPart .. '&#124;' .. val
0

edits