Main public logs

Combined display of all available logs of Azupedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:50, 19 June 2025 Fire talk contribs created page Module:IPA/category documentation (Created page with "require('strict') local p = {} local lects = mw.loadData('Module:IPA/data/export') local mLang = require('Module:Lang') function p.lookup_name( name ) for _, lect in ipairs(lects) do if (lect.name or lect.extName) == name then return lect.code, lect, lect.parent end end local code = mLang._tag_from_name({ name }) if not code:find('^<span') then local regionCode = code:match('-(.+)') if regionCode and regionCode:sub(1, 2) ~= 'x-' then code = code:sub(...")