Alex
Created page with "-- This module implements Template:IPAc-en. local data = mw.loadData('Module:IPAc-en/data') local p = {} -- Global container for tracking categories -- local categoryHandler = require('Module:Category handler').main -- local categories = {} -- Trims whitespace from a string local function trim(s) return s:match('^%s*(.-)%s*$') end local function makeNowrapSpan(s) local span = mw.html.create('span') :addClass('rt-commentedText') -- Works with [[MediaWiki:Gadge..."