Main public logs
From The Maceys in California
Combined display of all available logs of The Maceys in California. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:22, 25 January 2026 Lynn Macey talk contribs created page Template:Yesno (Created page with "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |false |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |true |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>")
- 02:21, 25 January 2026 Lynn Macey talk contribs created page Module:String (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...")
- 02:20, 25 January 2026 Lynn Macey talk contribs created page Template:Translatable (Created page with "<noinclude> <languages /> </noinclude>{{#ifeq:{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}| |{{{1|{{FULLPAGENAME}}}}} |{{#invoke:String|sub|{{{1|{{FULLPAGENAME}}}}} |1 |{{#expr:{{#invoke:String|len|{{{1|{{FULLPAGENAME}}}}}}}-{{#invoke:String|len|{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}}}-1}} }} }}<noinclude> {{Documentation|content= {{Lua|Module:String}} <translate> == Examples == <!--T:1--> </translate> * {{tlx|translatable}} {{translatable}} * {{tlx|translatable|2=<transl...")
- 02:20, 25 January 2026 Lynn Macey talk contribs created page Template:Nowrap/styles.css (Created page with ".nowrap, .nowrap a:before, .nowrap .selflink:before { white-space: nowrap; }")
- 02:19, 25 January 2026 Lynn Macey talk contribs created page Module:TableTools (Created page with "--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....")
- 02:17, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 02:16, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 02:16, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 02:15, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 02:14, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 02:12, 25 January 2026 Lynn Macey talk contribs created page 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. -->")
- 02:08, 25 January 2026 Lynn Macey talk contribs created page 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! -->")
- 02:06, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 02:06, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 02:05, 25 January 2026 Lynn Macey talk contribs created page 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:...")
- 02:04, 25 January 2026 Lynn Macey talk contribs created page 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 '[...")
- 02:03, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 02:01, 25 January 2026 Lynn Macey talk contribs changed the content model of the page Template:Mono/styles.css from "wikitext" to "Sanitized CSS"
- 02:01, 25 January 2026 Lynn Macey talk contribs created page 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! -->")
- 02:00, 25 January 2026 Lynn Macey talk contribs created page 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:59, 25 January 2026 Lynn Macey talk contribs created page 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|}}}...")
- 01:58, 25 January 2026 Lynn Macey talk contribs created page 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 =...")
- 01:57, 25 January 2026 Lynn Macey talk contribs created page Template:) (Created page with "<onlyinclude>}</onlyinclude> {{Documentation}}")
- 01:57, 25 January 2026 Lynn Macey talk contribs created page Template:( (Created page with "<onlyinclude>{</onlyinclude> {{Documentation}}")
- 01:56, 25 January 2026 Lynn Macey talk contribs created page Template:)) (Created page with "<onlyinclude>}}</onlyinclude> {{documentation}}")
- 01:56, 25 January 2026 Lynn Macey talk contribs created page Template:(( (Created page with "<onlyinclude>{{</onlyinclude> {{documentation}}")
- 01:55, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 01:54, 25 January 2026 Lynn Macey talk contribs created page 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...")
- 01:53, 25 January 2026 Lynn Macey talk contribs created page 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 = '...")
- 01:52, 25 January 2026 Lynn Macey talk contribs created page Template:Ombox (Created page with "<onlyinclude>{{#invoke:Message box|ombox}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
- 01:51, 25 January 2026 Lynn Macey talk contribs created page Template:Tl (Created page with "{{((}}{{ll|Template:{{{1}}}|nsp=0}}{{))}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 01:51, 25 January 2026 Lynn Macey talk contribs created page 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>")
- 01:49, 25 January 2026 Lynn Macey talk contribs created page File:Zimacube.webp
- 01:49, 25 January 2026 Lynn Macey talk contribs uploaded File:Zimacube.webp
- 01:48, 25 January 2026 Lynn Macey talk contribs created page File:V3cover 600 003.jpg
- 01:48, 25 January 2026 Lynn Macey talk contribs uploaded File:V3cover 600 003.jpg
- 01:47, 25 January 2026 Lynn Macey talk contribs created page File:V3cover 600 002.jpg
- 01:47, 25 January 2026 Lynn Macey talk contribs uploaded File:V3cover 600 002.jpg
- 01:47, 25 January 2026 Lynn Macey talk contribs created page File:V3cover 600 001.jpg
- 01:47, 25 January 2026 Lynn Macey talk contribs uploaded File:V3cover 600 001.jpg
- 01:46, 25 January 2026 Lynn Macey talk contribs created page File:TCL Alto 7+ Soundbar.pdf
- 01:46, 25 January 2026 Lynn Macey talk contribs uploaded File:TCL Alto 7+ Soundbar.pdf
- 01:45, 25 January 2026 Lynn Macey talk contribs created page File:SmartGarageManual.pdf
- 01:45, 25 January 2026 Lynn Macey talk contribs uploaded File:SmartGarageManual.pdf
- 01:44, 25 January 2026 Lynn Macey talk contribs created page File:Reolink-tail-whip-pinout-v0.webp
- 01:44, 25 January 2026 Lynn Macey talk contribs uploaded File:Reolink-tail-whip-pinout-v0.webp
- 01:43, 25 January 2026 Lynn Macey talk contribs created page File:Reolink-tail-whip-pinout-v0-xqahojfkffkc1.webp
- 01:43, 25 January 2026 Lynn Macey talk contribs uploaded File:Reolink-tail-whip-pinout-v0-xqahojfkffkc1.webp
- 01:42, 25 January 2026 Lynn Macey talk contribs created page File:RecursiveResolver.png
- 01:42, 25 January 2026 Lynn Macey talk contribs uploaded File:RecursiveResolver.png
