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).
- 01:09, 8 February 2023 Jācōbus talk contribs created page Module:languages/data3/u (Created page with "local u = mw.ustring.char -- UTF-8 encoded strings for some commonly used diacritics local GRAVE = u(0x0300) local ACUTE = u(0x0301) local BREVE = u(0x0306) local DIAER = u(0x0308) -- Use these in "scripts" to save a little memory. local Cyrl = {"Cyrl"} local CyrlLatn = {"Cyrl", "Latn"} local Latn = {"Latn"} local Thai = {"Thai"} local m = {} m["uam"] = { "Uamué", 3441418, } m["uan"] = { "Kuan", 6441085, } m["uar"] = { "Tairuma", 7676386, "n...")
- 01:07, 8 February 2023 Jācōbus talk contribs created page Module:scripts/findBestScript (Created page with "return function (export, text, lang, scripts, forceDetect) -- Ensure that "Hant", "Hans" and "Hani" are moved to the end of the list (in that order, if present), as they are a special-case. local oldScripts, Hant, Hans, Hani, finalCheck = scripts scripts = {} for _, script in ipairs(oldScripts) do if script._code == "Hant" then Hant = script elseif script._code == "Hans" then Hans = script elseif script._code == "Hani" then Hani = script else tabl...")
- 01:07, 8 February 2023 Jācōbus talk contribs created page Module:scripts/data (Created page with "--[=[ When adding new scripts to this file, please don't forget to add style definitons for the script in MediaWiki:Common.css. ]=] local u = mw.ustring.char local m = {} local u = mw.ustring.char m["Adlm"] = { canonicalName = "Adlam", characters = "؟ـ𞤀-𞥟", capitalized = true, direction = "rtl", } m["Afak"] = { canonicalName = "Afaka", } m["Aghb"] = { canonicalName = "Caucasian Albanian", characters = "𐔰-𐕯", } m["Ahom"] = { canonicalName...")
- 01:07, 8 February 2023 Jācōbus talk contribs created page Module:scripts (Created page with "local export = {} local Script = {} function Script:getCode() return self._code end function Script:getCanonicalName() return self._rawData.canonicalName end function Script:getDisplayForm() return self:getCategoryName("nocap") end function Script:getOtherNames(onlyOtherNames) return require("Module:language-like").getOtherNames(self, onlyOtherNames) end function Script:getAliases() return self._rawData.aliases or {} end function Script:getVarieties(flatt...")
- 01:06, 8 February 2023 Jācōbus talk contribs created page Module:syllables (Created page with "local export = {} local diphthongs = mw.loadData("Module:IPA/data").diphthongs local vowels = mw.loadData("Module:IPA/data/symbols").vowels .. "ᵻ" .. "ᵿ" local U = mw.ustring.char --[[ No use for this at the moment, though it is an interesting catalogue. It might be usable for phonetic transcriptions. Diacritics added to vowels: inverted breve above, inverted breve below, up tack, down tack, left tack, right tack, diaeresis (above), diaeresis below, right h...")
- 00:50, 8 February 2023 Jācōbus talk contribs created page Module:parameters/remove holes (Created page with " -- A helper function that removes empty numeric indexes in a table, -- so that the values are tightly packed like in a normal Lua table. -- equivalent to require("Module:table").compressSparseArray return function (t) local ret = {} local index = 1 local highest = 0 for num, _ in pairs(t) do if type(num) == "number" and num > 0 and num < math.huge and math.floor(num) == num then highest = math.max(highest, num) end end for i = 1, highest do if t[i] then...")
- 00:49, 8 February 2023 Jācōbus talk contribs created page Module:string/pattern escape (Created page with "return function (str) return mw.ustring.gsub(str, "([%(%)%.%%%+%-%*%?%[%^%$%]])", "%%%1") end")
- 00:48, 8 February 2023 Jācōbus talk contribs created page Module:string (Created page with "local str = {} -- Cannot include null byte. local UTF8_char = "[\1-\127\194-\244][\128-\191]*" --[[ ulen Counts UTF-8 characters. Faster than mw.ustring.len. Assumes that the encoding is correct. Unlike mw.ustring.len, does not return nil if encoding is invalid. Does not count the bytes 192, 193, and 245-255. They are not used in UTF-8 and will not occur if the string is valid. They are replaced with the replacement character (U+FFFD) on MediaWiki pages. --]] functi...")
- 00:48, 8 February 2023 Jācōbus talk contribs created page Module:languages/data2 (Created page with "local u = mw.ustring.char -- Private use characters for sortkey placement. local a, b, c, d, e, f, g, h = u(0xF000), u(0xF001), u(0xF002), u(0xF003), u(0xF004), u(0xF005), u(0xF006), u(0xF007) -- UTF-8 encoded strings for some commonly-used diacritics local GRAVE = u(0x300) local ACUTE = u(0x301) local CIRC = u(0x302) local TILDE = u(0x303) local MACRON = u(0x304) local BREVE = u(0x306) local DOTABOVE = u(0x307) local DIAER = u(0x308) local...")
- 00:47, 8 February 2023 Jācōbus talk contribs created page Module:IPA/data/symbols (Created page with "local data = {} --[=[ Valid IPA symbols. Currently almost all values of "title" and "link" keys are just the comments that were used in Module:IPA. The "link" fields should be checked (those that start with an uppercase letter are checked). ]=] local U = mw.ustring.char data[1] = { -- PULMONIC CONSONANTS -- nasal ["m"] = { title = "bilabial nasal", link = "w:Bilabial nasal", }, ["ɱ"] = { title = "labiodental nasal", link = "w:Labiodental nasal"...")
- 00:47, 8 February 2023 Jācōbus talk contribs created page Module:IPA/data (Created page with "local data = {} --[=[ This should list the language codes of all languages that have a pronunciation page in the appendix of the form ''Appendix:LANG pronunciation'', e.g. Appendix:Russian pronunciation. For these languages, the text "key" next to the generated pronunciation links to such pages; for other languages, it links to the "LANG phonology" page in Wikipedia (which may or may not exist). Module:IPA is responsible for this linking; see format_IPA_full()....")
- 00:46, 8 February 2023 Jācōbus talk contribs created page Module:IPA (Created page with "local export = {} -- Module:IPA/data local m_data = mw.loadData('Module:IPA/data') -- Module:IPA/data local m_symbols = mw.loadData('Module:IPA/data/symbols') -- Module:IPA/data/symbols local m_syllables -- Module:syllables; loaded below if needed local sub = mw.ustring.sub local find = mw.ustring.find local gsub = mw.ustring.gsub local match = mw.ustring.match local gmatch = mw.ustring.gmatch local U = mw.ustring.char local function track(page) requi...")
- 00:45, 8 February 2023 Jācōbus talk contribs created page Module:table (Created page with "--[[ ------------------------------------------------------------------------------------ -- table (formerly TableTools) -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....")
- 00:44, 8 February 2023 Jācōbus talk contribs created page Module:languages (Created page with "local export = {} local function do_replacements(text, self, sc, replacement_data, function_name, recursed) -- If there are language-specific substitutes given in the data module, use those. if type(replacement_data) == "table" then -- If a script is specified, run this function with the script-specific data before continuing. local sc_code = sc:getCode() if replacement_data[sc_code] then text = do_replacements(text, self, sc, replacement_data[sc_code], funct...")
- 00:44, 8 February 2023 Jācōbus talk contribs created page Module:utilities/data (Created 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...")
- 00:43, 8 February 2023 Jācōbus talk contribs created page Module:utilities (Created 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)...")
- 00:42, 8 February 2023 Jācōbus talk contribs created page Module:parameters (Created 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...")
- 00:41, 8 February 2023 Jācōbus talk contribs created page Module:qualifier (Created 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...")
- 00:41, 8 February 2023 Jācōbus talk contribs created page Module:accent qualifier/data (Created 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 = "æ-...")
- 00:40, 8 February 2023 Jācōbus talk contribs created page Module:accent qualifier (Created 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...")
- 00:39, 8 February 2023 Jācōbus talk contribs created page Module:pronunc (Created 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...")
- 00:39, 8 February 2023 Jācōbus talk contribs created page Template:IPA (Created page with "{{#invoke:pronunc|show_full}}<noinclude>Category:TemplateCategory:Template:IPA</noinclude>")
- 14:09, 3 February 2023 Jācōbus talk contribs deleted page Rēs pūblica Italiāna (content was: "#REDIRECT Italy Category:Latin noun Category:Latin lemma", and the only contributor was "Jācōbus" (talk))
- 12:36, 1 February 2023 Jācōbus talk contribs created page lingua Latīna (Redirected page to Latin) Tag: New redirect
- 12:08, 1 February 2023 Jācōbus talk contribs created page polōnicus (Redirected page to Polish) Tag: New redirect
- 16:47, 31 January 2023 Jācōbus talk contribs created page MediaWiki:Minerva.css (Created page with "All CSS here will be loaded for users of the MinervaNeue skin: CSS placed here will be applied to all skins: .wikitable.mw-collapsible.mw-collapsed.mw-collapse-toggle { float:right!important; } .wikitable b { float:left!important; } .mw-redirect { font-style: normal; } :not(wikitable) .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible) th:before, .mw-content-rtl .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible) th:before, .mw-content-lt...")
- 19:32, 29 January 2023 Jācōbus talk contribs moved page Foederātum Rēgnum to Rēgnum Foederātum
- 19:32, 29 January 2023 Jācōbus talk contribs moved page Foederātum Rēgnum Britanniae majōris et Hiberniae septentriōnālis to Rēgnum Foederātum Britanniae Majōris et Hiberniae Septentriōnālis without leaving a redirect
- 16:28, 29 January 2023 Jācōbus talk contribs created page Republic of Moldova (Redirected page to Moldova) Tag: New redirect
- 16:28, 29 January 2023 Jācōbus talk contribs created page Rēs pūblica Moldova (Redirected page to Moldava) Tag: New redirect
- 16:27, 29 January 2023 Jācōbus talk contribs created page Moldavia (Redirected page to Moldova) Tag: New redirect
- 16:27, 29 January 2023 Jācōbus talk contribs created page Moldova (Created page with "== Country in Europe == {{Noun |Entry = Moldavia |Genetive = Moldaviae |Gender = f |Meaning = |Stem = Moldavi |Declension = 1 |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = * Plural forms are theoretically possible, but not useful in most contexts. * For the transcription see Acadēmīa:Transcription of Slavic words. |References =*{{R:WT-EN|Moldavia|29.01.2023}} *{{R:WP-LA|Moldavia|29.01.2023}} }} {{Noun |Entry = Rēs pūblica Mold...")
- 16:23, 29 January 2023 Jācōbus talk contribs deleted page Foederātum Rēgnum Britanniae et Hiberniae septentriōnālis (content was: "#REDIRECT Foederātum Rēgnum Britanniae majōris et Hiberniae septentriōnālis", and the only contributor was "Jācōbus" (talk))
- 16:23, 29 January 2023 Jācōbus talk contribs moved page Foederātum Rēgnum Britanniae et Hiberniae septentriōnālis to Foederātum Rēgnum Britanniae majōris et Hiberniae septentriōnālis
- 16:21, 29 January 2023 Jācōbus talk contribs created page UK (Redirected page to United Kingdom) Tag: New redirect
- 16:19, 29 January 2023 Jācōbus talk contribs created page Rēs pūblica Slovacēnsis (Redirected page to Slovakia) Tag: New redirect
- 16:19, 29 January 2023 Jācōbus talk contribs created page Slovak Republic (Redirected page to Slovakia) Tag: New redirect
- 16:18, 29 January 2023 Jācōbus talk contribs created page Slovacia (Redirected page to Slovacia) Tag: New redirect
- 16:18, 29 January 2023 Jācōbus talk contribs created page Slovakia (Created page with "{{Noun |Entry = Slovacia |Genetive = Slovaciae |Gender = f |Meaning = |Stem = Slovaci |Declension = 1 |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note =:Plural forms are theoretically possible, but not useful in most contexts. |References =*{{R:WT-EN|Slovakia|28.01.2023}} *{{R:WP-LA|Slovacia|28.01.2023}} }} {{Noun |Entry = Rēs pūblica Slovacēnsis |Genetive = Reī pūblicae Slovacēnsis |Gender = f |Meaning = Long form of Slovacia |Stem = |Decle...")
- 16:16, 29 January 2023 Jācōbus talk contribs created page Rēs pūblica Czechica (Redirected page to Czechia) Tag: New redirect
- 16:13, 29 January 2023 Jācōbus talk contribs created page Czech Republic (Redirected page to Czechia) Tag: New redirect
- 16:11, 29 January 2023 Jācōbus talk contribs created page Czechia (Created page with "== Country in Europe == {{Noun |Entry = Czechia |Genetive = Czechiae |Gender = f |Meaning ={{Suggested}} |Stem = Czechi |Declension = 1 |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = * Plural forms are theoretically possible, but not useful in most contexts. * For the transcription see Acadēmīa:Transcription of Slavic words. |References =*{{R:WT-EN|Czechia|29.01.2023}} *{{R:WP-LA|Czechia|29.01.2023}} }} {{Noun |Entry = Rēs pūbl...")
- 15:51, 29 January 2023 Jācōbus talk contribs created page Republic of Croatia (Redirected page to Croatia) Tag: New redirect
- 15:49, 29 January 2023 Jācōbus talk contribs created page Rēs pūblica Croātiae (Redirected page to Croatia) Tag: New redirect
- 15:47, 29 January 2023 Jācōbus talk contribs created page Croātia (Redirected page to Croatia) Tag: New redirect
- 15:47, 29 January 2023 Jācōbus talk contribs created page Croatia (Created page with "{{Noun |Entry = Croātia |Genetive = Croātiae |Gender = f |Meaning = |Stem = Croāti |Declension = 1 |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note =:Plural forms are theoretically possible, but not useful in most contexts. |References =*{{R:WT-EN|Croatia|29.01.2023}} *{{R:WP-LA|Croatia|29.01.2023}} }} {{Noun |Entry = Rēs pūblica Croātiae |Genetive = Reī pūblicae Croātiae |Gender = f |Meaning = Long form of Croātia |Stem = |Declension =...")
- 15:41, 29 January 2023 Jācōbus talk contribs created page Bosnia-Herzegovina (Redirected page to Bosnia-Herzegovina) Tag: New redirect
- 15:39, 29 January 2023 Jācōbus talk contribs created page Bosnia et Herzegovīna (Redirected page to Bosnia and Herzegovina) Tag: New redirect
- 15:38, 29 January 2023 Jācōbus talk contribs created page Bosnia and Herzegovina (Created page with "{{Noun |Entry = Bosnia et Herzegovīna |Genetive = Bosniae et Herzegovīnae |Gender = f |Meaning = |Stem = |Declension = 1 |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note =:Plural forms are theoretically possible, but not useful in most contexts. |References =*{{R:WT-EN|Bosnia et Herzegovina|29.01.2023}} *{{R:WP-LA|Bosnia et Herzegovina|29.01.2023}} }} Category: English noun Category: English noun Category: State Category: State in Euro...")
- 14:09, 29 January 2023 Jācōbus talk contribs created page Rēs pūblica Italica (Redirected page to Italy) Tag: New redirect