All public logs

Combined display of all available logs of Acadēmīa Latīnitātis. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:23, 9 February 2023 Jācōbus talk contribs created page Module:IPA/X-SAMPA (Created page with "local export = {} local m_XSAMPA = mw.loadData('Module:IPA/data/X-SAMPA') -- IPA <-> XSAMPA lookup tables local i2x_lookup = {} local function Populate_IPA_XSAMPA_LookupTables() if #i2x_lookup == 0 then for XSAMPA_symbol, data in pairs(m_XSAMPA) do local IPA_symbol = data[1] i2x_lookup[IPA_symbol] = XSAMPA_symbol local with_descender = data.with_descender if with_descender then i2x_lookup[with_descender] = XSAMPA_symbol end end end return...")