Module:Tlg: Difference between revisions

13 bytes added ,  4 years ago
accept empty, unstrip non-nil only
mNo edit summary
(accept empty, unstrip non-nil only)
Line 96:
for i = 2, 11 do
local ii = tostring(i)
local val = mw.text.unstripNoWiki(args[ii])
if not _ne(val) ~= nil then break else val = mw.text.unstripNoWiki(val) end
if not _ne(args.yeswiki) then val = nw(val) end
if italic then val = '<span style="font-style:italic;">' .. val .. '</span>' end
0

edits