All public logs
From Thetacola Wiki
Jump to navigationJump to search
Combined display of all available logs of Thetacola Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:22, 15 August 2022 Thetacola talk contribs imported Module:IPAc-en/data by file upload (1 revision)
- 20:28, 14 August 2022 Thetacola talk contribs created page Module:IPAc-en/data (Created page with "-- This module processes data for Module:IPAc-en. It is intended to be -- loaded with mw.loadData. local PRONUNCIATION_MODULE = 'Module:IPAc-en/pronunciation' local PHONEME_MODULE = 'Module:IPAc-en/phonemes' local function makeData(oldData) local newData = {} for i, old in ipairs(oldData) do local new = {} for k, v in pairs(old) do if k ~= 'aliases' and k ~= 'code' then new[k] = v end end newData[old.code] = new if old.aliases then for i, a...")