User contributions for Lynn
From My Homelab
Results for Lynn Macey talk block log uploads logs
A user with 1,553 edits. Account created on 22 January 2026.
24 January 2026
- 19:1719:17, 24 January 2026 diff hist +8,345 N Module:List/doc Created page with "{{module rating|beta}} {{uses TemplateStyles|Template:Plainlist/styles.css|Template:Flatlist/styles.css}} This module outputs various kinds of lists. At present, it supports bulleted lists, unbulleted lists, horizontal lists, ordered lists (numbered or alphabetical), and horizontal ordered lists. It allows for easy css styling of the list or of the individual list items. == Usage == ; Quick usage {{pre2|<nowiki>{{</nowiki>#invoke:list<nowiki>|</nowiki>''function''<now..." current
- 19:1619:16, 24 January 2026 diff hist +5,035 N Module:List Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, ar..." current
- 19:1619:16, 24 January 2026 diff hist +1,378 N Module:Lua banner/doc Created page with "{{Shared Template Warning|Module:Lua banner|Lua banner}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Lua banner/config|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} {{Uses TNT|Lua banner}} {{Module rating|release}} This module implements the {{tlx|Lua}} template. == Module Quality == {{ModuleQuality}} == Usage from wikitext == This module cannot be used directly from wikitext. It can onl..." current
- 19:1519:15, 24 January 2026 diff hist +2,191 N Module:Lua banner/config Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa..." current
- 19:1419:14, 24 January 2026 diff hist +2,750 N Module:Lua banner Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg) return TNT.format('I18n/Lua banner', msg) end local function getConfig() return mw.loadData('Module:Lua banner/config') end function p.main(frame) local origArgs = frame:g..." current
- 19:1219:12, 24 January 2026 diff hist +199 N Template:Lua Created page with "<onlyinclude><includeonly>{{#invoke:Lua banner|main}}</includeonly></onlyinclude> {{Lua|Module:Lua banner}} {{Documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. -->" current
- 19:0819:08, 24 January 2026 diff hist +418 N Template:IsDocSubpage Created page with "<onlyinclude><includeonly>{{#ifexpr: ( {{#ifeq:{{lc:{{SUBPAGENAME}}}}|{{lc:{{{override|doc}}}}}|1|0}} or ( {{#ifeq:{{lc:{{#titleparts:{{FULLPAGENAME}}|-1|-2}}}}|{{lc:{{{override|doc}}}}}|1|0}} and {{#if:{{#translation:}}|1|0}} ) )<!-- -->|{{{true|1}}}<!-- -->|{{{false|}}}<!-- -->}}</includeonly></onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->" current
- 19:0619:06, 24 January 2026 diff hist +784 N Module:Uses TNT/config/doc Created page with "{{Shared Template Warning|Module:Uses TNT|Uses TNT}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua | Module:Uses TNT/config | Module:Arguments | Module:Func | Module:List | Module:Message box | Module:TNT | Module:TNTTools | Module:TableTools | Module:Yesno }} {{Uses TNT|Uses TNT|nocat=1}} {{Module rating|beta}} == Module Quality == {{ModuleQuality}} == Usage == <code><nowiki>{{</nowiki>#invoke:Uses TNT|''function_n..." current
- 19:0619:06, 24 January 2026 diff hist +1,917 N Module:Uses TNT/config Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa..." current
- 19:0519:05, 24 January 2026 diff hist +3,961 N Module:Uses TNT Created page with "-------------------------------------------------------------------------------- -- This module implements the {{Uses TNT}} template. -- -- @module usesTNT -- @alias p -- @author User:ExE Boss -- @require Module:Uses TNT/config -- @require Module:Arguments -- @require Module:Func -- @require Module:List -- @require Module:Message box -- @require Module:TNT -- @require Module:TNTTools -- @require Module:TableTools -- @require [[Module:..." current
- 19:0419:04, 24 January 2026 diff hist +2,567 N Module:TNTTools Created page with "require("strict") local p = {} local TNT = require('Module:TNT') --local SD = require('Module:SimpleDebug') function p.TNTTabFull (TNTTab) if (string.sub(TNTTab, 1, 5)) ~= 'I18n/' then TNTTab = 'I18n/'..TNTTab end if (string.sub(TNTTab, string.len(TNTTab)-3)) ~= '.tab' then TNTTab = TNTTab..'.tab' end return TNTTab end --TNTTabFull function p.TNTTabCommons (TNTTab) return 'Commons:Data:'..p.TNTTabFull(TNTTab) end function p.LnkTNTTab (TNTTab) return '[..." current
- 19:0319:03, 24 January 2026 diff hist +6,571 N Module:TNT Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained..." current
- 19:0119:01, 24 January 2026 diff hist 0 Template:Mono/styles.css Lynn changed the content model of the page Template:Mono/styles.css from "wikitext" to "Sanitized CSS" current Tag: content model change
- 19:0119:01, 24 January 2026 diff hist +214 N Template:Mono Created page with "<onlyinclude><templatestyles src="Template:Mono/styles.css"/><span class="monospaced">{{{1}}}</span></onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->" current
- 19:0019:00, 24 January 2026 diff hist +177 N Template:Mono/styles.css Created page with "→Styling for [[Template:Mono]]: .monospaced { →Keep it like this: "monospace, monospace". Those are the rules from [[w:WP:MONO]].: font-family: monospace, monospace; }"
- 18:5918:59, 24 January 2026 diff hist +744 N Template:Tlx Created page with "<onlyinclude><!-- --><templatestyles src="Template:Mono/styles.css"/><!-- -->{{#if:{{yesno|{{{nowrap|}}}}}<!-- -->|<templatestyles src="Template:Nowrap/styles.css"/><!-- -->}}<span class=" monospaced {{#if:{{yesno|{{{nowrap|}}}}}|nowrap}} "><!-- -->{{((}}<!-- --><noinclude>tlx</noinclude><!-- --><includeonly>[[{{#if:{{{SISTER|}}}|{{{SISTER}}}Template|{{ns:10}}}}:{{{1}}}|{{{1}}}]]</includeonly><!-- -->{{#if:{{{2|}}}|{{!}}{{{2}}}}}<!-- -->{{#if:{{{3|}}}..." current
- 18:5818:58, 24 January 2026 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
- 18:5718:57, 24 January 2026 diff hist +47 N Template:) Created page with "<onlyinclude>}</onlyinclude> {{Documentation}}" current
- 18:5718:57, 24 January 2026 diff hist +47 N Template:( Created page with "<onlyinclude>{</onlyinclude> {{Documentation}}" current
- 18:5618:56, 24 January 2026 diff hist +48 N Template:)) Created page with "<onlyinclude>}}</onlyinclude> {{documentation}}" current
- 18:5618:56, 24 January 2026 diff hist +48 N Template:(( Created page with "<onlyinclude>{{</onlyinclude> {{documentation}}" current
- 18:5518:55, 24 January 2026 diff hist +2,320 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; color: #333; box-sizing: border-box; } →An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } →The message body cell(s): .om..." current
- 18:5418:54, 24 January 2026 diff hist +6,798 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
- 18:5318:53, 24 January 2026 diff hist +18,558 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
- 18:5218:52, 24 January 2026 diff hist +156 N Template:Ombox Created page with "<onlyinclude>{{#invoke:Message box|ombox}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->" current
- 18:5118:51, 24 January 2026 diff hist +157 N Template:Tl Created page with "{{((}}{{ll|Template:{{{1}}}|nsp=0}}{{))}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>" current
- 18:5118:51, 24 January 2026 diff hist +429 N Template:Module other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Module}} | module | other }} }} | module = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 18:4918:49, 24 January 2026 diff hist 0 N File:Zimacube.webp No edit summary current
- 18:4818:48, 24 January 2026 diff hist 0 N File:V3cover 600 003.jpg No edit summary current
- 18:4718:47, 24 January 2026 diff hist 0 N File:V3cover 600 002.jpg No edit summary current
- 18:4718:47, 24 January 2026 diff hist 0 N File:V3cover 600 001.jpg No edit summary current
- 18:4618:46, 24 January 2026 diff hist 0 N File:TCL Alto 7+ Soundbar.pdf No edit summary current
- 18:4518:45, 24 January 2026 diff hist 0 N File:SmartGarageManual.pdf No edit summary current
- 18:4418:44, 24 January 2026 diff hist 0 N File:Reolink-tail-whip-pinout-v0.webp No edit summary current
- 18:4318:43, 24 January 2026 diff hist 0 N File:Reolink-tail-whip-pinout-v0-xqahojfkffkc1.webp No edit summary current
- 18:4218:42, 24 January 2026 diff hist 0 N File:RecursiveResolver.png No edit summary current
- 18:4118:41, 24 January 2026 diff hist 0 N File:Raspberry-Pi5.jpg No edit summary current
- 18:4118:41, 24 January 2026 diff hist 0 N File:Qnap ts-451+.jpg No edit summary current
- 18:4018:40, 24 January 2026 diff hist 0 N File:Optiplex 990.jpg No edit summary current
- 18:3918:39, 24 January 2026 diff hist 0 N File:Intel-nuc-11-extreme.jpeg No edit summary current
- 18:3818:38, 24 January 2026 diff hist 0 N File:Imac-silver.jpg No edit summary current
- 18:3718:37, 24 January 2026 diff hist 0 N File:Imac-blue.jpg No edit summary current
- 18:3618:36, 24 January 2026 diff hist 0 N File:Ideacentre 510A.webp No edit summary current
- 18:3518:35, 24 January 2026 diff hist 0 N File:Ico.png No edit summary current
- 18:3118:31, 24 January 2026 diff hist 0 N File:Genie garage door opener.pdf No edit summary current
- 18:3018:30, 24 January 2026 diff hist 0 N File:FreeNove Front.png No edit summary current
- 18:3018:30, 24 January 2026 diff hist 0 N File:COLOUR-Raspberry-Pi-Symbol-Registered-150x150.png No edit summary current
- 18:2918:29, 24 January 2026 diff hist 0 N File:Argon-one.jpg No edit summary current
- 18:2918:29, 24 January 2026 diff hist 0 N File:2000 fin 6.jpg No edit summary current
- 18:2818:28, 24 January 2026 diff hist 0 N File:2000 pi5 fin.jpg No edit summary current