User contributions for Admin
Appearance
29 May 2026
- 22:2122:21, 29 May 2026 diff hist +4,899 N Module:Sidebar/styles.css Created page with "→{{pp-template}}: →TODO: Invert width design to be "mobile first": .sidebar { →TODO: Ask if we should have max-width 22em instead: width: 22em; →@noflip: float: right; →@noflip: clear: right; →@noflip: margin: 0.5em 0 1em 1em; background: var(--background-color-neutral-subtle, #f8f9fa); border: 1px solid var(--border-color-base, #a2a9b1); padding: 0.2em; text-align: center; line-height: 1.4em; font-size: 88%; border-collapse: collap..." current Tags: Mobile edit Mobile web edit
- 22:2022:20, 29 May 2026 diff hist +1,869 N Module:Sidebar/configuration Created page with "return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = { sidebar = 'Module:Sidebar/styles.css', hlist = 'Hlist/styles.css', plainlist = 'Plainlist/styles.css', subinfobox = 'Subinfobox b..." current Tags: Mobile edit Mobile web edit
- 22:1922:19, 29 May 2026 diff hist +13,074 N Module:Sidebar Created page with "require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInlineStyle..." current Tags: Mobile edit Mobile web edit
- 22:1822:18, 29 May 2026 diff hist +68 N Template:Sidebar Created page with "{{#invoke:Sidebar|sidebar}}<noinclude> {{documentation}}</noinclude>" current Tags: Mobile edit Mobile web edit
- 22:1722:17, 29 May 2026 diff hist +6,119 N Module:Color contrast/colors Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511..." current Tags: Mobile edit Mobile web edit
- 22:1622:16, 29 May 2026 diff hist +6,967 N Module:Color contrast Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *..." current Tags: Mobile edit Mobile web edit
- 22:1422:14, 29 May 2026 diff hist +2,515 N Module:Navbox/styles.css Created page with "→{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; →Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; →No top margin for nested navboxes: } .navbox + .navbox-styles + .navbox, →category positions are wrapped in an "empty" span in Parsoid [[phab:T378906]]: .navbox + span.mw-empty-elt +..." current Tags: Mobile edit Mobile web edit
- 22:1422:14, 29 May 2026 diff hist +5,537 N Module:Navbox/configuration Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {..." current Tags: Mobile edit Mobile web edit
- 22:1322:13, 29 May 2026 diff hist +29,441 N Module:Navbox Created page with "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local hiding_templatestyles = {} -- global passthrough variables local passthrough = { [cfg.arg.above]=true,[cfg.arg.aboveclass]=true,[cfg.arg.abovestyle]=true, [cfg.arg.basestyle]=true, [cfg.arg.below]=true,[cfg.arg.belowclass]=true,[cfg.arg.belowstyle]=true, [cfg.arg.bodyclass]=true, [cfg.a..." current Tags: Mobile edit Mobile web edit
- 22:1122:11, 29 May 2026 diff hist +94 N Template:Navbox Created page with "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>" current Tags: Mobile edit Mobile web edit
- 22:0622:06, 29 May 2026 diff hist +271 MediaWiki:Common.css No edit summary Tags: Mobile edit Mobile web edit
- 21:5421:54, 29 May 2026 diff hist +1 MediaWiki:Common.css No edit summary Tags: Mobile edit Mobile web edit
- 21:4421:44, 29 May 2026 diff hist +34 MediaWiki:Common.css No edit summary Tags: Mobile edit Mobile web edit
- 21:3721:37, 29 May 2026 diff hist +11 MediaWiki:Common.css No edit summary Tags: Mobile edit Mobile web edit
- 21:3221:32, 29 May 2026 diff hist +2 MediaWiki:Common.css No edit summary Tags: Mobile edit Mobile web edit
- 21:3021:30, 29 May 2026 diff hist −9,065 MediaWiki:Common.css No edit summary Tags: Mobile edit Mobile web edit
- 21:2121:21, 29 May 2026 diff hist +1 Template:Fmbox No edit summary current Tags: Mobile edit Mobile web edit
- 21:2021:20, 29 May 2026 diff hist +1,286 N Module:Message box/fmbox.css Created page with "→{{pp|small=y}}: .fmbox { clear: both; →this sheet does not require overflow-x because of this clear: margin: 0.2em 0; border: 1px solid #a2a9b1; background-color: var(--background-color-interactive-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } .fmbox-warning { border: 1px solid #bb7070; →Dark pink: background-color: #ffdbdb; →Pink: } .fmbox-editnotice { background-color: transparent; } .fmbox .mbox-..." current Tags: Mobile edit Mobile web edit
- 21:1921:19, 29 May 2026 diff hist +173 N Template:Fmbox Created page with "{{#invoke:Message box|fmbox|plainlinks={{{plainlinks|yes}}}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" Tags: Mobile edit Mobile web edit
- 21:1821:18, 29 May 2026 diff hist +470 N Template:FULLROOTPAGENAME Created page with "{{ safesubst:<noinclude/>#if: {{ safesubst:<noinclude/>Ns has subpages | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{ safesubst:<noinclude/>NAMESPACE:{{{1}}}}}|{{ safesubst:<noinclude/>NAMESPACE}}}} }} | {{ safesubst:<noinclude/>#titleparts:{{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}}|1}} | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}} }}<noinclude> {{documentation}} </noinclude>" current Tags: Mobile edit Mobile web edit
- 21:1721:17, 29 May 2026 diff hist +103 N Template:Pp-protected Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{Documentation}} </noinclude>" current Tags: Mobile edit Mobile web edit
- 21:1621:16, 29 May 2026 diff hist +661 N Template:Editnotice/styles.css Created page with "→{{pp-protected|small=yes}}: →* Originally copied from [[Module:Message box/fmbox.css]] as base on 2025/09/06: →* Community consensus at [[Special:Diff/1317496908]]: @media screen and (max-width: 479px) { →Target smartphones: .editnotice .mbox-image, →Stack icon and text vertically: .editnotice .mbox-text, →Make the font size normal: .editnotice .mbox-imageright, .editnotice-header, .editnotice-header span { fo..." current Tags: Mobile edit Mobile web edit
- 21:1521:15, 29 May 2026 diff hist +1,818 N Template:Editnotice Created page with "{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |{{Editnotice/notice |expiry={{{expiry|¬}}} |redirect={{{redirect|}}} }} }}{{#ifexpr:{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |1 |0 }}+{{#switch:{{{expiry|¬}}} |indefinite = 1 | |¬ = 1 <!-- Expiry not specified --> |#default = {{#iferror:{{#time:U|{{{expiry}}}}} |0 <!-- Invalid expiry time --> |{{#ifexpr:{{#time:U|{{{expiry}}}}}-{{#time:U|{{CURRENTTIMESTAMP}}}}>0 |1 <!--..." current Tags: Mobile edit Mobile web edit
- 21:1421:14, 29 May 2026 diff hist +9,234 MediaWiki:Common.css No edit summary Tags: Mobile edit Mobile web edit
- 21:0821:08, 29 May 2026 diff hist +42 Mippedia No edit summary Tags: Mobile edit Mobile web edit
- 21:0621:06, 29 May 2026 diff hist −1 Mippedia No edit summary Tags: Mobile edit Mobile web edit
- 21:0621:06, 29 May 2026 diff hist +831 N Template:MONTHNUMBER Created page with "<includeonly>{{safesubst:<noinclude/>#if:{{{1|}}} |{{safesubst:<noinclude/>#switch:{{safesubst:<noinclude/>lc:{{{1}}}}} |january|jan=1 |february|feb=2 |march|mar=3 |apr|april=4 |may=5 |june|jun=6 |july|jul=7 |august|aug=8 |september|sep|sept=9 |october|oct=10 |november|nov=11 |december|dec=12 |{{safesubst:<noinclude/>#ifexpr:{{{1}}}<0 |{{safesubst:<noinclude/>#ifexpr:(({{{1}}})round 0)!=({{{1}}}) |{{safesubst:<noinclude/>#expr:12-(((0.5-..." current Tags: Mobile edit Mobile web edit
- 21:0521:05, 29 May 2026 diff hist −288 Mippedia No edit summary Tags: Mobile edit Mobile web edit
- 21:0321:03, 29 May 2026 diff hist +1 Mippedia No edit summary Tags: Mobile edit Mobile web edit
- 21:0321:03, 29 May 2026 diff hist +667 N Template:Efn Created page with "<includeonly>{{safesubst<noinclude />:#if:{{{name|}}} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|name={{{name|}}}|group={{safesubst<noinclude />:#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek | lower-roman = {{{group|}}} | #default = lower-alpha }}}} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|group={{safesubst<noinclude />:#switch: {{{group|}}} | note | up..." current Tags: Mobile edit Mobile web edit
- 21:0221:02, 29 May 2026 diff hist −81 Mippedia No edit summary Tags: Mobile edit Mobile web edit
- 21:0121:01, 29 May 2026 diff hist −1 Mippedia No edit summary Tags: Manual revert Mobile edit Mobile web edit
- 21:0021:00, 29 May 2026 diff hist +97 N Template:Trim Created page with "<includeonly>{{safesubst:#if:1|{{{1|}}}}}</includeonly><noinclude> {{Documentation}} </noinclude>" current Tags: Mobile edit Mobile web edit
- 21:0021:00, 29 May 2026 diff hist +141 N Template:Time ago Created page with "{{#invoke:Time ago|main}}<noinclude> {{documentation}} <!-- Categories go in the /doc subpage and interwikis go in Wikidata. --> </noinclude>" current Tags: Mobile edit Mobile web edit
- 20:5920:59, 29 May 2026 diff hist +387 N Template:MONTHNAME Created page with "<includeonly>{{#if:{{{1|}}}|{{#switch:{{MONTHNUMBER|{{{1}}}}}|1=January|2=February|3=March|4=April|5=May|6=June|7=July|8=August|9=September|10=October|11=November|12=December|Incorrect required parameter 1=''month''!}}|Missing required parameter 1=''month''!}}</includeonly><noinclude> {{Documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current Tags: Mobile edit Mobile web edit
- 20:5820:58, 29 May 2026 diff hist +1 Mippedia No edit summary Tags: Reverted Mobile edit Mobile web edit
- 20:5720:57, 29 May 2026 diff hist +5,112 N Module:Time ago Created page with "-- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2629800, --..." current Tags: Mobile edit Mobile web edit
- 20:5720:57, 29 May 2026 diff hist +20,561 N Module:Date time Created page with "--[[ Module:Date time – Date formatting and validation module. This module provides functions for validating and formatting dates in templates such as {{Start date}}, {{End date}}, {{Start date and age}}, and {{End date and age}}. It handles: - Validation of date components (year, month, day) - Validation of time components (hour, minute, second) - Timezone formatting and validation - Generation of appropriate hCalendar microformat markup - "time-ago" calculations D..." current Tags: Mobile edit Mobile web edit
- 20:5620:56, 29 May 2026 diff hist +2,179 N Template:Start date and age Created page with "<includeonly><!-- IMPLEMENTATION OF DATE -->{{#if: {{{1|}}}<!-- -->|{{#if: {{{2|}}}<!-- -->|{{#if: {{{3|}}}<!-- -->|{{#ifeq:{{yesno|{{{df|no}}}}}|yes<!-- -->|{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{#expr:{{{3}}}}},<!-- -->}} {{{1}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{{1}}}<!-- -->}}<!-- -->|{{{1}}}<!-- -->}}<!-- --><span class="noprint">{{#ife..." current Tags: Mobile edit Mobile web edit
- 20:5520:55, 29 May 2026 diff hist −4 Mippedia No edit summary Tags: Mobile edit Mobile web edit
- 20:5420:54, 29 May 2026 diff hist −1 Mippedia No edit summary Tags: Manual revert Mobile edit Mobile web edit
- 20:5420:54, 29 May 2026 diff hist 0 m Template:Begin hidden/styles.css Admin moved page Template:Hidden begin/styles.css to Template:Begin hidden/styles.css without leaving a redirect current Tags: Mobile edit Mobile web edit
- 20:5220:52, 29 May 2026 diff hist +1 Mippedia No edit summary Tags: Reverted Mobile edit Mobile web edit
- 20:5220:52, 29 May 2026 diff hist +33 N Template:End hidden Admin moved page Template:End hidden to Template:Hidden end current Tag: New redirect
- 20:5220:52, 29 May 2026 diff hist 0 m Template:Hidden end Admin moved page Template:End hidden to Template:Hidden end current Tags: Mobile edit Mobile web edit
- 20:5120:51, 29 May 2026 diff hist 0 m Template:Begin hidden/styles.css Admin moved page Template:Begin hidden/styles.css to Template:Hidden begin/styles.css without leaving a redirect Tags: Mobile edit Mobile web edit
- 20:5120:51, 29 May 2026 diff hist +35 N Template:Begin hidden Admin moved page Template:Begin hidden to Template:Hidden begin current Tag: New redirect
- 20:5120:51, 29 May 2026 diff hist 0 m Template:Hidden begin Admin moved page Template:Begin hidden to Template:Hidden begin current Tags: Mobile edit Mobile web edit
- 20:5020:50, 29 May 2026 diff hist +1,057 Mippedia No edit summary Tags: Mobile edit Mobile web edit
- 20:4420:44, 29 May 2026 diff hist +4 Mippedia No edit summary Tags: Mobile edit Mobile web edit