Module:Respell: Difference between revisions

Content deleted Content added
Created page with "local p = {} function p._main(args) local ret = {} for i, v in ipairs(args) do v = mw.text.trim(v) -- Compatibility: Ignore arguments that only contain an apostrophe..."
 
No edit summary
 
Line 26:
.. '</i>'
if args.link ~= 'no' then
ret = '[[wikipedia:Help:Pronunciation respelling key|' .. ret .. ']]'
end
return ret