Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 05:37, 19 September 2023 Nardog talk contribs created page Module:IPA/category documentation/sandbox (Created page with 'require('strict') local p = {} local data = mw.loadData('Module:IPA/data') local mLang = require('Module:Lang') function p.main(frame) local args = {} for k, v in pairs(frame:getParent().args) do if v ~= '' then args[k] = v end end local langName = mw.title.getCurrentTitle().text:sub(12, -5) local langCode, regionCode, langData, dialectData local fullLangCode = args.code if not fullLangCode then for code, lang in pairs(data.langs) do if...')