Content deleted Content added
No edit summary |
No edit summary |
||
Line 168:
else
local unicodeChar = '&#x'.. codepoint.hex .. ';'
if (args['
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
|