User contributions for Jācōbus
26 February 2023
- 13:2813:28, 26 February 2023 diff hist −1 Acadēmīa:Fabrica/Archive 1 No edit summary
- 13:2713:27, 26 February 2023 diff hist 0 Template:Summary No edit summary
- 13:2713:27, 26 February 2023 diff hist +90 N Template:Summary Created page with "'''Summary:''' <noinclude> Category:Template:Markup Category:Template <\noinclude>"
- 13:2713:27, 26 February 2023 diff hist +129 Acadēmīa:Fabrica/Archive 1 No edit summary
- 13:2313:23, 26 February 2023 diff hist −4,414 Acadēmīa:Fabrica No edit summary
- 13:2313:23, 26 February 2023 diff hist +2,217 N Acadēmīa:Fabrica/Archive 1 Archive
- 12:3712:37, 26 February 2023 diff hist −158 Template:Archives No edit summary current
- 12:3712:37, 26 February 2023 diff hist +101 N Template:Archive list/styles.css Created page with ".archivelist-long { width: 100%; padding: 0; text-align: center; background-color: transparent; }" current
- 12:3612:36, 26 February 2023 diff hist +10,669 N 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..." current
- 12:3612:36, 26 February 2023 diff hist +29 N Template:Archive list Created page with "{{#invoke:Archive list|main}}" current
- 12:3512:35, 26 February 2023 diff hist +3,745 N 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:3412:34, 26 February 2023 diff hist +495 N 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 {..." current
- 12:2712:27, 26 February 2023 diff hist +1,977 N 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..." current
- 12:2312:23, 26 February 2023 diff hist +263 N 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]].}}" current
- 12:2012:20, 26 February 2023 diff hist +2,518 N 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..." current
- 12:2012:20, 26 February 2023 diff hist +3,558 N 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. -- --..." current
- 12:1912:19, 26 February 2023 diff hist +2,577 N 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..." current
- 12:1812:18, 26 February 2023 diff hist +254 N 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. }" current
- 12:1812:18, 26 February 2023 diff hist +888 N 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..." current
- 12:1712:17, 26 February 2023 diff hist +5,755 N 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. ----------------------------..." current
- 12:1612:16, 26 February 2023 diff hist +631 N 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(..." current
- 12:1612:16, 26 February 2023 diff hist +7,871 N 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..." current
- 12:1512:15, 26 February 2023 diff hist +6,838 N 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..." current
- 12:1512:15, 26 February 2023 diff hist +10,054 N 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'..." current
- 12:1412:14, 26 February 2023 diff hist +745 N 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 =..." current
- 12:1412:14, 26 February 2023 diff hist +29 N Template:Tmbox Created page with "{{#invoke:Message box|tmbox}}" current
- 12:1312:13, 26 February 2023 diff hist +18,758 N 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 = '..." current
- 12:1112:11, 26 February 2023 diff hist +2,233 N 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..." current
- 01:0901:09, 26 February 2023 diff hist +72 N Confūcius Redirected page to Confucius current Tag: New redirect
- 01:0801:08, 26 February 2023 diff hist 0 Confucius No edit summary current
- 01:0801:08, 26 February 2023 diff hist +312 N 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"
25 February 2023
- 17:2117:21, 25 February 2023 diff hist +53 Gambia No edit summary current
- 17:1817:18, 25 February 2023 diff hist +25 networker No edit summary current
- 17:1817:18, 25 February 2023 diff hist +26 coheir No edit summary current
- 17:1817:18, 25 February 2023 diff hist +25 Jehova No edit summary current
- 17:1817:18, 25 February 2023 diff hist +25 seal No edit summary current
- 17:1817:18, 25 February 2023 diff hist +25 seal No edit summary
- 17:1817:18, 25 February 2023 diff hist +25 tea No edit summary current
- 17:1717:17, 25 February 2023 diff hist +25 cutlery No edit summary current
- 17:1717:17, 25 February 2023 diff hist +25 spoon No edit summary current
- 17:1717:17, 25 February 2023 diff hist +66 dinosaur No edit summary current
- 17:1717:17, 25 February 2023 diff hist +95 N Dinosauria Redirected page to dinosaur current Tag: New redirect
- 17:1617:16, 25 February 2023 diff hist +25 knife No edit summary current
- 17:1617:16, 25 February 2023 diff hist +25 fork No edit summary current
- 17:1617:16, 25 February 2023 diff hist +25 kidney No edit summary current
- 17:1617:16, 25 February 2023 diff hist +44 heart No edit summary current
- 17:1417:14, 25 February 2023 diff hist +71 N dīnosauria Redirected page to dinosaur current Tag: New redirect
- 17:1417:14, 25 February 2023 diff hist +71 N dīnosaurus Redirected page to dinosaur current Tag: New redirect
- 17:1417:14, 25 February 2023 diff hist +907 N 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..."
24 February 2023
- 18:5418:54, 24 February 2023 diff hist +7 Gabon No edit summary current