User contributions for Lynn
From The Maceys in California
Results for Lynn Macey talk block log uploads logs
A user with 1,538 edits. Account created on 23 January 2026.
25 January 2026
- 02:0602:06, 25 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
- 02:0602:06, 25 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
- 02:0502:05, 25 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
- 02:0402:04, 25 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
- 02:0302:03, 25 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
- 02:0102:01, 25 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
- 02:0102:01, 25 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
- 02:0002:00, 25 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; }"
- 01:5901:59, 25 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
- 01:5801:58, 25 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
- 01:5701:57, 25 January 2026 diff hist +47 N Template:) Created page with "<onlyinclude>}</onlyinclude> {{Documentation}}" current
- 01:5701:57, 25 January 2026 diff hist +47 N Template:( Created page with "<onlyinclude>{</onlyinclude> {{Documentation}}" current
- 01:5601:56, 25 January 2026 diff hist +48 N Template:)) Created page with "<onlyinclude>}}</onlyinclude> {{documentation}}" current
- 01:5601:56, 25 January 2026 diff hist +48 N Template:(( Created page with "<onlyinclude>{{</onlyinclude> {{documentation}}" current
- 01:5501:55, 25 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
- 01:5401:54, 25 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
- 01:5301:53, 25 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
- 01:5201:52, 25 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
- 01:5101:51, 25 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
- 01:5101:51, 25 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
- 01:4901:49, 25 January 2026 diff hist 0 N File:Zimacube.webp No edit summary current
- 01:4801:48, 25 January 2026 diff hist 0 N File:V3cover 600 003.jpg No edit summary current
- 01:4701:47, 25 January 2026 diff hist 0 N File:V3cover 600 002.jpg No edit summary current
- 01:4701:47, 25 January 2026 diff hist 0 N File:V3cover 600 001.jpg No edit summary current
- 01:4601:46, 25 January 2026 diff hist 0 N File:TCL Alto 7+ Soundbar.pdf No edit summary current
- 01:4501:45, 25 January 2026 diff hist 0 N File:SmartGarageManual.pdf No edit summary current
- 01:4401:44, 25 January 2026 diff hist 0 N File:Reolink-tail-whip-pinout-v0.webp No edit summary current
- 01:4301:43, 25 January 2026 diff hist 0 N File:Reolink-tail-whip-pinout-v0-xqahojfkffkc1.webp No edit summary current
- 01:4201:42, 25 January 2026 diff hist 0 N File:RecursiveResolver.png No edit summary current
- 01:4101:41, 25 January 2026 diff hist 0 N File:Raspberry-Pi5.jpg No edit summary current
- 01:4101:41, 25 January 2026 diff hist 0 N File:Qnap ts-451+.jpg No edit summary current
- 01:4001:40, 25 January 2026 diff hist 0 N File:Optiplex 990.jpg No edit summary current
- 01:3901:39, 25 January 2026 diff hist 0 N File:Intel-nuc-11-extreme.jpeg No edit summary current
- 01:3801:38, 25 January 2026 diff hist 0 N File:Imac-silver.jpg No edit summary current
- 01:3701:37, 25 January 2026 diff hist 0 N File:Imac-blue.jpg No edit summary current
- 01:3601:36, 25 January 2026 diff hist 0 N File:Ideacentre 510A.webp No edit summary current
- 01:3501:35, 25 January 2026 diff hist 0 N File:Ico.png No edit summary current
- 01:3101:31, 25 January 2026 diff hist 0 N File:Genie garage door opener.pdf No edit summary current
- 01:3001:30, 25 January 2026 diff hist 0 N File:FreeNove Front.png No edit summary current
- 01:3001:30, 25 January 2026 diff hist 0 N File:COLOUR-Raspberry-Pi-Symbol-Registered-150x150.png No edit summary current
- 01:2901:29, 25 January 2026 diff hist 0 N File:Argon-one.jpg No edit summary current
- 01:2901:29, 25 January 2026 diff hist 0 N File:2000 fin 6.jpg No edit summary current
- 01:2801:28, 25 January 2026 diff hist 0 N File:2000 pi5 fin.jpg No edit summary current
- 01:2801:28, 25 January 2026 diff hist 0 N File:1200 he 02.jpg No edit summary current
- 01:2801:28, 25 January 2026 diff hist 0 N File:1200 he 05.jpg No edit summary current
- 01:2501:25, 25 January 2026 diff hist 0 N File:Flycatcher datasheet revision 1.pdf No edit summary current
- 01:2401:24, 25 January 2026 diff hist 0 Technical Guides →ADS-B Reception, Decoding & Sharing
- 01:2301:23, 25 January 2026 diff hist +4 Technical Guides →ADS-B Reception, Decoding & Sharing
- 01:2201:22, 25 January 2026 diff hist −57 Technical Guides →ADS-B Reception, Decoding & Sharing
- 01:2101:21, 25 January 2026 diff hist 0 N File:Sawbird+adsb.png No edit summary current
