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).
- 12:36, 26 February 2023 Jācōbus talk contribs created page Module:Archive list (Created page with "-- This module implements {{archive list}} in Lua, and adds a few -- new features. -- Process a numeric argument to make sure it is a positive -- integer. local function processNumArg( num ) if num then num = tonumber( num ) if type( num ) == 'number' then num = math.floor( num ) if num >= 0 then return num end end end return nil end -- Checks whether a page exists, going through pc...")
- 12:36, 26 February 2023 Jācōbus talk contribs created page Template:Archive list (Created page with "{{#invoke:Archive list|main}}")
- 12:35, 26 February 2023 Jācōbus talk contribs created page Template:Archives (Created page with "<templatestyles src="Archives/styles.css" /> {{#ifeq:{{NAMESPACE}} | {{TALKSPACE}} | <templatestyles src="Module:Message box/tmbox.css" /> | <templatestyles src="Module:Message box/ombox.css" /> }} <table id="archivebox" role="presentation" class="archivebox {{#ifeq:{{NAMESPACE}} | {{TALKSPACE}} | tmbox tmbox-notice | ombox ombox-notice}} mbox-small {{#ifeq:{{{collapsed}}}|yes |mw-collapsible mw-collapsed |{{#ifeq:{{{collapsible}}}|yes |mw-collapsible }} }}" {{#if:{...")
- 12:34, 26 February 2023 Jācōbus talk contribs created page Template:Archives/styles.css (Created page with "Overqualified and duplicating .mbox-small’s some styles so that it’s properly flipped on RTL pages (Common.css is not flipped based on content language): body.mediawiki table.archivebox.mbox-small { text-align: center; margin: 4px 0 4px 1em; float: right; clear: right; } .archivebox .archivelist { text-align: left; } .archivebox .archivelist .archivelist-short { text-align: center; } .archivebox .archivebox-botnote-small, .archivebox .archivebox-edit {...")
- 12:27, 26 February 2023 Jācōbus talk contribs created page Module:Message box/ombox.css (Created page with "* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ombox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray: border: 1px solid #a2a9b1; background-color: #f8f9fa; box-sizing: border-box; } An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s): .ombox th.mbox-te...")
- 12:23, 26 February 2023 Jācōbus talk contribs created page Template:Archive (Created page with "{{Tmbox|image=50px|Archive|alt=|link=|text='''This page is an archive.''' Do not edit the contents of this page.'' Please direct any additional comments to the [[{{{1|{{TALKSPACE}}:{{BASEPAGENAME}}}}}|current talk page]].}}")
- 12:20, 26 February 2023 Jācōbus talk contribs created page Module:Message box/tmbox.css (Created page with "* * {{tmbox}} (talk page message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.tmbox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray-brown: border: 1px solid #c0c090; background-color: #f8eaba; min-width: 80%; box-sizing: border-box; } .tmbox.mbox-small { reset the min-width of tmbox above: min-width: 0; } /** * For tmboxes inside other templates. "bo...")
- 12:20, 26 February 2023 Jācōbus talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 12:19, 26 February 2023 Jācōbus talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local functi...")
- 12:18, 26 February 2023 Jācōbus talk contribs created page Module:Category handler/blacklist (Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '/[aA]rchive' -- Don't categorise archives. }")
- 12:18, 26 February 2023 Jācōbus talk contribs created page Module:Category handler/shared (Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...")
- 12:17, 26 February 2023 Jācōbus talk contribs created page Module:Category handler/config (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
- 12:16, 26 February 2023 Jācōbus talk contribs created page Module:Category handler/data (Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
- 12:16, 26 February 2023 Jācōbus talk contribs created page Module:Category handler (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
- 12:15, 26 February 2023 Jācōbus talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
- 12:15, 26 February 2023 Jācōbus talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 12:14, 26 February 2023 Jācōbus talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
- 12:14, 26 February 2023 Jācōbus talk contribs created page Template:Tmbox (Created page with "{{#invoke:Message box|tmbox}}")
- 12:13, 26 February 2023 Jācōbus talk contribs created page Module:Message box (Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = '...")
- 12:11, 26 February 2023 Jācōbus talk contribs created page Template:Fabrica (Created page with "{{Forum navigation}} {| style="margin-top:23px; border:3px solid #c7c7c7; background:#ededed; width:100%; padding:10px; border-spacing: 0;" | thumb|Each word should be created as carefully as a mosaic. {{Header|Purpose}} :This page is used to discuss new entries that are labeled with {{Suggested}}. :Please put this page on your watch list, so that you may not miss any new proposals. {{Header|How to create a...")
- 01:09, 26 February 2023 Jācōbus talk contribs created page Confūcius (Redirected page to Confucius) Tag: New redirect
- 01:08, 26 February 2023 Jācōbus talk contribs created page Confucius (Created page with "== Chinese philosopher and moral teacher == {{Noun |Entry = Confūcius |Genetive = Confūciī |Gender = m |Meaning = |Declension = Confūcius<m> |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = |References = *{{R:WT-EN|Confucius|26.02.2023}} }} Category:English noun Category:Person")
- 17:17, 25 February 2023 Jācōbus talk contribs created page Dinosauria (Redirected page to dinosaur) Tag: New redirect
- 17:14, 25 February 2023 Jācōbus talk contribs created page dīnosauria (Redirected page to dinosaur) Tag: New redirect
- 17:14, 25 February 2023 Jācōbus talk contribs created page dīnosaurus (Redirected page to dinosaur) Tag: New redirect
- 17:14, 25 February 2023 Jācōbus talk contribs created page dinosaur (Created page with "== Any animal has lived in Triassic, Jurassic and Cretaceous periods and is now extinct == {{Noun |Entry = dīnosaurus |Genetive = dīnosaurī |Gender = m |Meaning = |Declension = dīnosaurus<2> |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note =:Colloquially, only members of the clade Dinosauria who are not birds are called dinosaurs. |References = *{{R:WT-EN|dinosaurus|25.02.2...")
- 13:45, 24 February 2023 Jācōbus talk contribs created page cor (Redirected page to heart) Tag: New redirect
- 13:44, 24 February 2023 Jācōbus talk contribs created page heart (Created page with "== Muscular organ that pumps blood through the body == {{Noun |Entry = cor |Genetive = cordis |Gender = n |Meaning = |Declension = cor/cord<3.N.I> |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = |References =*{{R:Pons|cor|23.02.2023}} *{{R:WT-EN|cor|23.02.2023}} *{{R:L&S|cor|23.02.2023}} }}")
- 13:39, 24 February 2023 Jācōbus talk contribs created page rēnālis (Redirected page to kidney) Tag: New redirect
- 13:39, 24 February 2023 Jācōbus talk contribs created page rēnēs (Redirected page to kidney) Tag: New redirect
- 13:39, 24 February 2023 Jācōbus talk contribs created page rēn (Redirected page to kidney) Tag: New redirect
- 13:35, 24 February 2023 Jācōbus talk contribs created page kidney (Created page with "== Organ that filters blood and produces urine == {{Noun |Entry = rēn |Genetive = rēnis |Gender = m |Meaning = |Declension = rēn/cultr<3> |Alternative forms = |Derived terms = |Etymology = Uncertain origin. |Quotes = |Note = |References =*{{R:Pons|ren|23.02.2023}} *{{R:WT-EN|ren|23.02.2023}} }} Category:Organ")
- 21:35, 23 February 2023 Jācōbus talk contribs created page furca (Redirected page to fork) Tag: New redirect
- 21:34, 23 February 2023 Jācōbus talk contribs created page fork (Created page with "== Utensil whose long handle terminates in a head that branches into several narrow tines == {{Noun |Entry = furca |Genetive = furcae |Gender = f |Meaning = |Declension = furca<1> |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = |References =*{{R:Pons|furca|23.02.2023}} *{{R:WT-EN|furca|23.02.2023}} *{{R:WP-LA|furca|23.02.2023}} }} Category:Eating utensil")
- 21:30, 23 February 2023 Jācōbus talk contribs created page culter (Redirected page to knife) Tag: New redirect
- 21:29, 23 February 2023 Jācōbus talk contribs created page knife (Created page with "== Tool or weapon with cutting edge or blade == {{Noun |Entry = culter |Genetive = cultrī |Gender = m |Meaning = |Declension = culter<2> |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = |References =*{{R:Pons|Messer|23.02.2023}} *{{R:WT-EN|culter|23.02.2023}} }} Category:Eating utensil Category:Weapon")
- 21:28, 23 February 2023 Jācōbus talk contribs created page cochlear (Redirected page to spoon) Tag: New redirect
- 21:27, 23 February 2023 Jācōbus talk contribs created page spoon (Created page with "== Utensil consisting of a shallow bowl at the end of a handle == {{Noun |Entry = cochlear |Genetive = cochleāris |Gender = n pl. |Meaning = |Declension = cochlear<3> |Alternative forms = |Derived terms = |Etymology =From cochlea + -ar. |Quotes = |Note = |References =*{{R:Pons|Löffel|23.02.2023}} *{{R:WT-EN|cochlear|23.02.2023}} }} Category:Eating utensil")
- 21:22, 23 February 2023 Jācōbus talk contribs created page īnstrūmenta ēscāria (Redirected page to cutlery) Tag: New redirect
- 21:21, 23 February 2023 Jācōbus talk contribs created page cutlery (Created page with "== Hand implement used for preparing, serving and eating food == {{Noun |Entry = īnstrūmenta ēscāria |Genetive = īnstrūmentārum ēscāriārum |Gender = n pl. |Meaning = |Declension = īnstrūmenta<2> ēscāria<2> |Alternative forms = |Derived terms = |Etymology =īnstrūmentum + ēscārius |Quotes = |Note = |References =*{{R:Pons|Besteck|23.02.2023}} *{{R:WP-LA|ins...")
- 18:57, 23 February 2023 Jācōbus talk contribs created page thea (Redirected page to tea) Tag: New redirect
- 18:56, 23 February 2023 Jācōbus talk contribs created page tea (Created page with "== Plant or beverage made with drive leaves of tea == {{Noun |Entry = thea |Genetive = theae |Gender = f |Meaning = |Declension = thea<1.sg> |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = |References =*{{R:Pons|Tee|23.02.2023}} *{{R:WT-EN|thea|23.02.2023}} }} Category:Beverage Category:Plant")
- 02:22, 23 February 2023 Jācōbus talk contribs created page phōca (Redirected page to seal) Tag: New redirect
- 02:21, 23 February 2023 Jācōbus talk contribs created page seal (Created page with "== A pinniped == {{Noun |Entry = phōca |Genetive = phōcae |Gender = f |Meaning = |Declension = phōca<1> |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = |References =*{{R:WT-EN|phoca|23.02.2023}} }} {{Missing information|The other sections are empty.}} == The act of hunting seals == == A kind of stamp == == To close/fasten something, to place a s...")
- 13:37, 22 February 2023 Jācōbus talk contribs created page Jōva (Redirected page to Jehova) Tag: New redirect
- 13:36, 22 February 2023 Jācōbus talk contribs created page Jehova (Created page with "== Vocalization of the Tetragrammaton == {{Noun |Entry = Jōva |Genetive = Jōvae |Gender = m |Meaning = |Declension = Jōva<1> |Alternative forms = |Derived terms = |Etymology = |Quotes = |Note = |References =*Sebastianus Castellio, ''Dialogorum sacrorum libri quatuor'', Basel 1545 }} Category:Christianity Category:God Category:Religion")
- 08:39, 21 February 2023 Jācōbus talk contribs created page cohērēs (Redirected page to coheir) Tag: New redirect
- 08:33, 21 February 2023 Jācōbus talk contribs created page sortifex (Redirected page to coheir) Tag: New redirect
- 08:33, 21 February 2023 Jācōbus talk contribs created page rētifex (Redirected page to networker) Tag: New redirect
- 08:32, 21 February 2023 Jācōbus talk contribs created page coheir (Created page with "== One of several heirs == {{Noun |Entry = sortifex |Genetive = sortificis |Gender = m |Meaning = |Declension = sortifex<3> |Alternative forms = |Derived terms = |Etymology = : From Medieval Latin ''sors'' + ''-fex''. |Quotes = |Note = |References =*{{R:WT-EN|sortifex|21.02.2023}} }}")