User contributions for Wikilah admin

A user with 6,867 edits. Account created on 14 September 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

22 November 2025

  • 13:2213:22, 22 November 2025 diff hist +1,428 N Template:Thomas Buberl/random quote Created page with "```<includeonly> {{#invoke:random|list | sep=newline | limit=1 | {{Quote|text="Trust your gut."|author=Thomas Buberl<ref>{{cite web {{!}}url=https://www.russellreynolds.com/en/insights/podcasts/trust-your-gut-axas-thomas-buberl-talks-transformation-and-reinvention {{!}}title=Trust Your Gut: AXA’s Thomas Buberl Talks Transformation and Reinvention {{!}}publisher=Russell Reynolds Associates}}</ref>}} | {{Quote|text="Burn the client or burn the carbon?"|author=Thomas Bube..."
  • 13:0013:00, 22 November 2025 diff hist +14,636 N Thomas Buberl Created page with "{{Infobox person | name = Thomas Buberl | image = thomas-buberl.jpg | birth_date = 1973 | birth_place = Cologne, West Germany | citizenship = {{Unbulleted list|German|French|Swiss}} | education = {{Unbulleted list|WHU – Otto Beisheim School of Management|Lancaster University (MBA)|University of St. Gallen (PhD)}} | occupation = Chief Executive Officer | employer = AXA | boards..."
  • 13:0013:00, 22 November 2025 diff hist 0 N File:Thomas-buberl.jpg No edit summary
  • 12:5412:54, 22 November 2025 diff hist +7,249 N Module:Wd/i18n Created page with "-- The values and functions in this submodule should be localized per wiki. local p = {} function p.init(aliasesP) p = { ["version"] = "8", -- increment this each time the below parameters are changed to avoid reference conflict errors ["errors"] = { ["unknown-data-type"] = "Unknown or unsupported datatype '%s'.", ["missing-required-parameter"] = "No required parameters defined, needing at least one", ["extra-required-parameter"] = "Parameter..." current
  • 12:5312:53, 22 November 2025 diff hist +74,177 N Module:Wd Created page with "-- Original module located at en:Module:Wd and en:Module:Wd/i18n. require("strict") local p = {} local module_arg = ... local i18n local i18nPath local function loadI18n(aliasesP, frame) local title if frame then -- current module invoked by page/template, get its title from frame title = frame:getTitle() else -- current module included by other module, get its title from ... title = module_arg end if not i18n then i18nPath = title .. "/i18n"..." current
  • 12:5212:52, 22 November 2025 diff hist +19,470 N Module:Text Created page with "local yesNo = require("Module:Yesno") local Text = { serial = "2024-09-21", suite = "Text" } --[=[ Text utilities ]=] local function fiatQuote( apply, alien, advance ) -- Quote text -- Parameter: -- apply -- string, with text -- alien -- string, with language code -- advance -- number, with level 1 or 2 local r = apply and tostring(apply) or "" alien = alien or "en" advance = tonumber(advance) or 0 l..." current
  • 12:5212:52, 22 November 2025 diff hist +1,494 N Template:Birth year and age Created page with "<includeonly>{{#if:{{{2|}}} |{{MONTHNAME|{{{2}}}}}  }}{{{1}}} (age {{#if:{{{2|}}} |{{#ifexpr:{{CURRENTMONTH}}<{{{2}}} |{{#expr:{{CURRENTYEAR}}-{{{1}}}-1}} |{{#ifexpr:{{CURRENTMONTH}}>{{{2}}} |{{#expr:{{CURRENTYEAR}}-{{{1}}}}} |{{#expr:{{CURRENTYEAR}}-{{{1}}}-1}}–{{#expr:{{CURRENTYEAR}}-{{{1}}}}} }} }} |{{#expr:{{CURRENTYEAR}}-{{{1}}}-1}}–{{#expr:{{CURRENTYEAR}}-{{{1}}}}} }})<!-- Tracking categories -->{{#ifexpr: ( {{{1}}} > {{CURRENT..."
  • 12:5112:51, 22 November 2025 diff hist +181 N Template:Unbulleted list Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 12:5112:51, 22 November 2025 diff hist +218 N Template:Plainlist/styles.css Created page with "{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }" current
  • 12:5012:50, 22 November 2025 diff hist +15,359 N Template:Infobox person Created page with "{{#invoke:infobox|infoboxTemplate|child={{{child|{{{embed|}}}}}} | bodyclass = biography vcard | above = {{#if:{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix|{{{pre-nominals|}}}}}}}}}}}}|<div class="honorific-prefix" style="font-size: 77%; font-weight: normal;">{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix|{{{pre-nominals|}}}}}}}}}}}}</div>}}<div class="fn">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAMEBASE}}}}</div>{{#if:{{{honorific suffix|{{..."
  • 12:5012:50, 22 November 2025 diff hist +47,974 N Module:Date Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_..." current
  • 12:4912:49, 22 November 2025 diff hist +9,195 N Module:Person date Created page with "require("strict") local p = {} local TEMPLATES = { birth_date = "Birth date", birth_date_and_age = "Birth date and age", birth_year = "Birth year", birth_year_and_age = "Birth year and age", death_date = "Death date", death_date_text = "Death date text", death_date_and_age = "Death date and age", death_year = "Death year", death_year_and_age = "Death year and age", } local invalid_date_category = '' local tracking_category = '' local Date = require('Module:Dat..." current
  • 12:4912:49, 22 November 2025 diff hist +2,572 N Module:Check for deprecated parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- on the list local p = {} local function isnotempty(s) return s and mw.text.trim(s) ~= '' end local function scanValues(values,results,args,replaceTable) for k, v in pairs(values) do local c = args.category:gsub('_VALUE_', v) table.insert(results, c) if v == '' then -- Fix odd bug for | = which gets strippe..." current
  • 12:4812:48, 22 November 2025 diff hist +1,541 N Module:Check for clobbered parameters Created page with "local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local argpairs = {} for k, v in pairs(args) do if type(k) == 'number' then local plist = mw.text.split(v, delimiter)..." current
  • 12:4812:48, 22 November 2025 diff hist +4,874 N Module:Detect singular Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local yesNo = require('Module:Yesno') -- function to determine whether "sub" occurs in "s" local function plainFind(s, sub) return mw.ustring.find(s, sub, 1, true) end -- function to count the number of times "pattern" (a regex) occurs in "s" local function countMatches(s, pattern) local _, count = mw.ustring.gsub(s, pattern, '') return count end local singular = 1 local likelyPlural = 2 local plural..." current
  • 12:4712:47, 22 November 2025 diff hist +77 N Template:Pluralize from text Created page with "{{#invoke:Detect singular|pluralize}}<noinclude>{{documentation}}</noinclude>" current
  • 12:4712:47, 22 November 2025 diff hist +151 N Template:PAGENAMEBASE Created page with "{{safesubst:<noinclude/>#invoke:String|replace|{{{1|{{safesubst:<noinclude/>PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>" current
  • 12:4612:46, 22 November 2025 diff hist +2,509 N Module:ParameterCount Created page with "-- This module produces a count of all the arguments passed to it. local yesno = require('Module:Yesno') -- Trim a string local function trim(s) return s:match('^%s*(.-)%s*$') end -- Test whether a string is blank local function isBlank(s) return not s:find('%S') end -- Tests whether a string is a valid positional key, and if so, returns it. If -- the key is invalid, this returns nil. local function isPositionalKey(s) s = trim(s) if s:find('^[1-9][0-9]*$') then..." current
  • 12:4512:45, 22 November 2025 diff hist +230 N Template:Count Created page with "{{safesubst<noinclude/>:#ifexpr:{{safesubst<noinclude/>:#invoke:ParameterCount|main|pattern1=^[%d]+$}}>0|{{safesubst<noinclude/>:#invoke:ParameterCount|main|pattern1=^[%d]+$}}|{{{base|0}}}}}<noinclude>{{documentation}}</noinclude>" current
  • 12:4512:45, 22 November 2025 diff hist +124 N Template:Br separated entries Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br|dataPlural=1}}<noinclude> {{documentation}} </noinclude>" current

16 November 2025

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