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).
- 19:54, 11 February 2023 Jācōbus talk contribs created page Module:script utilities (Created page with "local export = {} --[=[ Modules used: Module:script utilities/data Module:scripts Module:senseid (only when id's present) Module:string utilities (only when hyphens in Korean text or spaces in vertical text) Module:languages Module:parameters Module:utilities/format_categories Module:debug/track ]=] function export.is_Latin_script(sc) -- Latn, Latf, Latinx, pjt-Latn return sc:getCode():find("Lat") and true or false end -- Use...")
- 19:49, 11 February 2023 Jācōbus talk contribs created page Module:links/data (Created page with "local data = {} data.ignore_cap = { ["ko"] = true, } data.phonetic_extraction = { ["th"] = "Module:th", ["km"] = "Module:km", } data.pos_tags = { ["a"] = "adjective", ["adv"] = "adverb", ["int"] = "interjection", ["n"] = "noun", ["pron"] = "pronoun", ["v"] = "verb", ["vi"] = "intransitive verb", ["vt"] = "transitive verb", ["vti"] = "transitive and intransitive verb", } data.high_memory_entries = { "a", "angel", "animal", "baba", "book", "coffee",...")
- 19:48, 11 February 2023 Jācōbus talk contribs created page Module:la-utilities (Created page with "local m_links = require('Module:links') local export = {} local lang = require("Module:languages").getByCode("la") -- A wrapper function allowing the contents of this module to be called from -- templates. For example, '{{#invoke:la-utilities|main|strip_macrons|mȳthos}}' -- produces 'mythos'. function export.main(frame) if(frame.args[1] == 'strip_macrons') then return lang:makeEntryName(frame.args[2]) end if type(p[frame.args[1]]) == 'function' then return p[f...")
- 19:48, 11 February 2023 Jācōbus talk contribs created page Module:la-headword (Created page with "local export = {} local pos_functions = {} local m_table = require("Module:table") local legal_gender = { ["m"] = true, ["f"] = true, ["n"] = true, ["?"] = true, ["?!"] = true, } local declension_to_english = { ["1"] = "first", ["2"] = "second", ["3"] = "third", ["4"] = "fourth", ["5"] = "fifth", } local gender_names = { ["m"] = "masculine", ["f"] = "feminine", ["n"] = "neuter", ["?"] = "unknown gender", ["?!"] = "unattested gender", } local lang = re...")
- 19:46, 11 February 2023 Jācōbus talk contribs created page Module:links (Created page with "local export = {} --[=[ Unsupported titles, pages with high memory usage, extraction modules and part-of-speech names are listed at Module:links/data. Other modules used: Module:script utilities Module:scripts Module:languages and its submodules Module:gender and number Module:debug ]=] -- These are prefixed with u to avoid confusion with the default string methods -- of the same name. local toNFC = mw.ustring.toNFC local ucha...")
- 19:46, 11 February 2023 Jācōbus talk contribs created page Module:verb (Created page with "local m_utilities = require("Module:utilities") local m_table = require("Module:table") local m_links = require("Module:links") local make_link = m_links.full_link local m_la_headword = require("Module:la-headword") local m_la_utilities = require("Module:la-utilities") local m_para = require("Module:parameters") -- TODO: -- 1. (DONE) detect_decl_and_subtypes doesn't do anything with perf_stem or supine_stem. -- 2. (DONE) Should error on bad subtypes. -- 3. Make sure Goo...")
- 19:45, 11 February 2023 Jācōbus talk contribs created page Template:Conj (Created page with "{{#invoke:verb|show}}<!--")
- 13:25, 9 February 2023 Jācōbus talk contribs created page Acadēmīa:Ecclesiastical Latin (Redirected page to Acadēmīa:Latin pronunciation#Ecclesiastical Latin pronunciation) Tag: New redirect
- 13:25, 9 February 2023 Jācōbus talk contribs created page Acadēmīa:Classical Latin (Redirected page to Acadēmīa:Latin pronunciation) Tag: New redirect
- 13: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...")
- 13:22, 9 February 2023 Jācōbus talk contribs created page Module:IPA/templates (Created page with "local export = {} local m_IPA = require("Module:IPA") local U = mw.ustring.char local syllabic = U(0x0329) -- Used for Template:IPA. function export.IPA(frame) local parent_args = frame.getParent and frame:getParent().args or frame local compat = parent_args["lang"] local offset = compat and 0 or 1 local params = { [compat and "lang" or 1] = {required = true, default = "en"}, [1 + offset] = {list = true, allow_holes = true}, ["ref"] = {list = true, allow...")
- 13:21, 9 February 2023 Jācōbus talk contribs created page Template:IPAchar (Created page with "{{#invoke:IPA/templates|IPAchar}}<noinclude>{{documentation}}</noinclude>")
- 13:21, 9 February 2023 Jācōbus talk contribs created page Acadēmīa:Latin pronunciation (Created page with "The tables below show the International Phonetic Alphabet (IPA) equivalents for Latin sounds. ==Vowels== Classical Latin had both long and short vowels. For all vowels besides {{IPAchar|/a aː/}}<!-- generated by T:x2ipachar -->, the short and long versions also had markedly different quality, in most phonological environments. The short vowels were considerably more open. This resulted later in the merging of short ''i'' and ''u'' with long ''e'' and ''o'' in Italian,...")
- 00: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...")
- 00: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...")
- 00: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...")
- 00: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...")
- 00: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...")
- 23:50, 7 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...")
- 23:49, 7 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")
- 23:48, 7 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...")
- 23:48, 7 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...")
- 23:47, 7 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"...")
- 23:47, 7 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()....")
- 23:46, 7 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...")
- 23:45, 7 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....")
- 23:44, 7 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...")
- 23:44, 7 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...")
- 23:43, 7 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)...")
- 23:42, 7 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...")
- 23:41, 7 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...")
- 23:41, 7 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 = "æ-...")
- 23:40, 7 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...")
- 23:39, 7 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...")
- 23:39, 7 February 2023 Jācōbus talk contribs created page Template:IPA (Created page with "{{#invoke:pronunc|show_full}}<noinclude>Category:TemplateCategory:Template:IPA</noinclude>")
- 19:52, 4 February 2023 Alexander talk contribs created page Republic of Malta (Redirected page to Malta) Tag: New redirect
- 19:51, 4 February 2023 Alexander talk contribs created page Rēs pūblica Melitae (Redirected page to Malta) Tag: New redirect
- 19:50, 4 February 2023 Alexander talk contribs created page Melita (Redirected page to Malta) Tag: New redirect
- 19:48, 4 February 2023 Alexander talk contribs created page Malta (Created page with "== Country in Europe == {{Noun |Entry = Melita |Genetive = Melitae |Gender = f |Meaning = |Stem = Melit |Declension = 1 |Alternative forms = |Derived terms = |Etymology = Borrowed from Ancient Greek ''Μελίτη'' (''Melítē''), possibly ultimately from Phoenician or related to ''μέλι'', ''μελίτος'' (''méli, melítos'', “honey”) |Quotes = |Note = :Plural forms are theoretically possible, but not useful in most contexts. |References =*{{R:W...")
- 11:17, 4 February 2023 Alexander talk contribs created page Republic of San Marino (Redirected page to San Marino) Tag: New redirect
- 11:16, 4 February 2023 Alexander talk contribs created page Rēs pūblica Sānctī Marīnī (Redirected page to San Marino) Tag: New redirect
- 11:15, 4 February 2023 Alexander talk contribs created page Sānctus Marīnus (Redirected page to San Marino) Tag: New redirect
- 11:13, 4 February 2023 Alexander talk contribs created page San Marino (Created page with "== Country in Europe == {{Noun |Entry = Sānctus Marīnus |Genetive = Sānctī Marīnī |Gender = m |Meaning = |Stem = Sānct Marīn |Declension = 2 |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = :Plural forms are theoretically possible, but not useful in most contexts. |References =*{{R:WT-EN|Sanctus Marinus|04.02.2023}} *{{R:WP-LA|Res publica Sancti Marini|04.02.2023}} }} {{Noun |Entry = Rēs pūblica Sānctī Marīnī |Genetive = R...")
- 11:02, 4 February 2023 Alexander talk contribs created page Principality of Monaco (Redirected page to Monaco) Tag: New redirect
- 11:00, 4 February 2023 Alexander talk contribs created page Principātus Monoecī (Redirected page to Monaco) Tag: New redirect
- 11:00, 4 February 2023 Alexander talk contribs created page Monoecus (Redirected page to Monaco) Tag: New redirect
- 10:57, 4 February 2023 Alexander talk contribs created page Monaco (Created page with "== Country in Europe == {{Noun |Entry = Monoecus |Genetive = Monoecī |Gender = m |Meaning = |Stem = Monoec |Declension = 2 |Alternative forms = |Derived terms = |Etymology = Ultimately from Ancient Greek ''μόνοικος'' (''mónoikos'', “single house”), from ''μόνος'' (''mónos'', “single, alone”) + ''οἶκος'' (''oîkos'', “house”), the name of the 6th century BC colony of Phocaeans and an epithet of Heracles (Hercules), ''Ἡρα...")
- 00:36, 4 February 2023 Alexander talk contribs created page Magnus Ducātus Luxemburgī (Redirected page to Luxembourg) Tag: New redirect
- 18:27, 3 February 2023 Alexander talk contribs created page Grand Duchy of Luxembourg (Redirected page to Luxembourg) Tag: New redirect
- 18:26, 3 February 2023 Alexander talk contribs created page Luxemburgum (Redirected page to Luxembourg) Tag: New redirect