User contributions for Jācōbus

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

7 February 2023

  • 23:4423:44, 7 February 2023 diff hist +914 N Module:utilities/dataCreated page with "local data = {} data.notneeded = { ["und"] = true, ["cmn"] = true, ["ja"] = true, ["zu"] = true, ["nan"] = true, ["yue"] = true, ["ko"] = true, } data.neededhassubpage = { ["ga"] = true, ["gv"] = true, ["nv"] = true, ["roa-jer"] = true, ["fr"] = true, ["rm"] = true, ["prg"] = true, ["gd"] = true, ["twf"] = true, ["en"] = true, ["ro"] = true, ["egl"] = true, ["roa-tar"] = true, ["gl"] = true, ["ast"] = true, ["br"] = true, } --[[ Script that sho..." current
  • 23:4323:43, 7 February 2023 diff hist +7,847 N Module:utilitiesCreated page with "local export = {} local data = mw.loadData("Module:utilities/data") local notneeded = data.notneeded local neededhassubpage = data.neededhassubpage -- A helper function to escape magic characters in a string -- Magic characters: ^$()%.[]*+-? function export.pattern_escape(text) if type(text) == "table" then text = text.args[1] end text = mw.ustring.gsub(text, "([%^$()%%.%[%]*+%-?])", "%%%1") return text end function export.plain_gsub(text, pattern, replacement)..." current
  • 23:4223:42, 7 February 2023 diff hist +6,786 N Module:parametersCreated page with "local export = {} function export.process(args, params, return_unknown) local args_new = {} -- Process parameters for specific properties local required = {} local patterns = {} local names_with_equal_sign = {} local list_from_index = nil for name, param in pairs(params) do if param.required then if param.alias_of then require("Module:debug/track")("parameters/required alias") end required[name] = true end if param.list then -- A help..." current
  • 23:4123:41, 7 February 2023 diff hist +702 N Module:qualifierCreated page with "local export = {} function export.format_qualifier(list, open, close) -- keep in sync with Template:qualifier if type(list) ~= "table" then list = { list } end if #list == 0 then return '' end return '<span class="ib-brac qualifier-brac">' .. (open or "(") .. '</span>' .. '<span class="ib-content qualifier-content">' .. table.concat(list, '<span class="ib-comma qualifier-comma">,</span> ') .. '</span><span class="ib-brac qualifier-br..." current
  • 23:4123:41, 7 February 2023 diff hist +30,851 N Module:accent qualifier/dataCreated page with "local labels = {} local aliases = {} local CE = '<small class="ce-date2">CE</small>' local BCE = '<small class="ce-date2">BCE</small>' -- A labels["AAVE"] = { link = "African American Vernacular English", display = "AAVE" } aliases["African American Vernacular English"] = "AAVE" aliases["African American Vernacular"] = "AAVE" aliases["African-American Vernacular English"] = "AAVE" aliases["African-American Vernacular"] = "AAVE" labels["æ-tensing"] = { link = "æ-..."
  • 23:4023:40, 7 February 2023 diff hist +1,657 N Module:accent qualifierCreated page with "local export = {} local m_qualifier = require("Module:qualifier") function export.format_qualifiers(qualifiers) local m_data = mw.loadData("Module:accent qualifier/data") if type(qualifiers) ~= "table" then qualifiers = { qualifiers } end local accents = {} local categories = {} for _, accent in ipairs(qualifiers) do local data -- Replace an alias with the label that has a data table. if m_data.aliases[accent] then accent = m_data.aliases[accen..."
  • 23:3923:39, 7 February 2023 diff hist +33,518 N Module:pronuncCreated page with "local export = {} local m_a = require("Module:accent qualifier") local m_IPA = require("Module:IPA") local lang = require("Module:languages").getByCode("la") local u = mw.ustring.char local rfind = mw.ustring.find local rsubn = mw.ustring.gsub local rmatch = mw.ustring.match local rsplit = mw.text.split local ulower = mw.ustring.lower local usub = mw.ustring.sub local ulen = mw.ustring.len local BREVE = u(0x0306) -- breve = ̆ local TILDE = u(0x0303) -- ̃ local HALF..."
  • 23:3923:39, 7 February 2023 diff hist +98 N Template:IPACreated page with "{{#invoke:pronunc|show_full}}<noinclude>Category:TemplateCategory:Template:IPA</noinclude>" current
  • 23:3323:33, 7 February 2023 diff hist −49 PolandNo edit summary Tag: Manual revert

3 February 2023

1 February 2023

31 January 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)