Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 168:
else
local unicodeChar = '&#x'.. codepoint.hex .. ';'
if (args['linklink_sub'] ==and "wiki"args['link_sub'][codepoint.int]) then
unicodeChar = '[[' .. args['link_sub'][codepoint.int]
.. '|' .. unicodeChar .. ']]'
elseif args['link'] == "wiki" then
local redir = mRedirect.luaMain(unicodeChar, false)
--unicodeChar = '[[' .. redir .. '|' .. unicodeChar .. ']]'
Line 310 ⟶ 313:
if args['abbr_sub'] then
args['abbr_sub'] = splitColonList(args['abbr_sub'])
end
if args['link_sub'] then
args['link_sub'] = splitColonList(args['link_sub'])
end
if args['blockname'] then