Content deleted Content added
No edit summary |
|||
Line 13:
local function trim(s)
return s:match('^%s*(.-)%s*$')
end
Line 166 ⟶ 158:
local span = mw.html.create('span')
-- Suppress Navigation popups and Page Previews (aka Hovercards)
:addClass('nowrap IPA nopopups noexcerpt')
:wikitext(string.format(
'[[Help:IPA/English|%s]]',
Line 192 ⟶ 184:
end
-- Reset the categories table in case we are run again.
categories = {}
|