Module:Respell: Difference between revisions
Content deleted Content added
Caleb Cooper (talk | contribs) 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..." |
Caleb Cooper (talk | contribs) No edit summary |
||
Line 26:
.. '</i>'
if args.link ~= 'no' then
ret = '[[wikipedia:Help:Pronunciation respelling key|' .. ret .. ']]'
end
return ret
| |||