Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of WickedGov. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:14, 8 January 2025 Awilh 37 talk contribs created page Template:Template link code (Created page with "<includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes|nowrap=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlc}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 12:14, 8 January 2025 Awilh 37 talk contribs created page Template:Tld (Redirected page to Template:Template link code) Tag: New redirect
- 12:12, 8 January 2025 Awilh 37 talk contribs created page Template:Collapse top/styles.css (Created page with "{{pp-template}}: .cot-header-mainspace { background:#F0F2F5; color:inherit; } .cot-header-other { background:#CCFFCC; color:inherit; } @media screen { html.skin-theme-clientpref-night .cot-header-mainspace { background:#14181F; color:inherit; } html.skin-theme-clientpref-night .cot-header-other { background:#003500; color:inherit; } } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .cot-header-mainspace { backg...")
- 12:12, 8 January 2025 Awilh 37 talk contribs created page Template:Collapse top (Created page with "{{ safesubst:<noinclude/>ifsubst||<templatestyles src="Template:Collapse_top/styles.css"/>}} <div style="margin-left:{{{indent|0}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section --> {| <!-- Template:Collapse top --> class="mw-collapsible mw-archivedtalk {{<includeonly>safesubst:</includeonly>#if:{{{expand|{{{collapse|}}}}}}||mw-collapsed}} {{{class|}}}" style="color:inherit; background: {{{bg1|transparent}}}; text-align: left; border: {{{border|1px...")
- 12:12, 8 January 2025 User account International Man of Mestery talk contribs was created Tag: Mobile web edit
- 12:10, 8 January 2025 Awilh 37 talk contribs created page Template:Para (Created page with "<code class="tpl-para" style="word-break:break-word;{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}">|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}=...")
- 12:07, 8 January 2025 Awilh 37 talk contribs created page Template:Notice (Created page with "{{Mbox | name = Notice | demospace = {{{demospace|}}} | style = {{#if:{{{style|}}} |{{{style}}} }} | subst = <includeonly>{{subst:substcheck}}</includeonly> | type = notice | image = {{#if:{{{image|}}} |[[File:{{{image}}}|40px|Notice|alt={{{imagealt|}}}]]}} | small = {{{small|}}} | smallimage = {{#if:{{{image|}}} |[[File:{{{image}}}|30px|Notice|alt={{{imagealt|}}}]]}} | imageright = {{#if:{{{imageright|}}} |{{{imageright}}} |{{#if:{{{shor...")
- 12:05, 8 January 2025 Awilh 37 talk contribs created page Template:High-use (Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>")
- 12:05, 8 January 2025 Awilh 37 talk contribs created page File:Ambox warning yellow.svg ({{information | description = | source = | author = | date = }})
- 12:05, 8 January 2025 Awilh 37 talk contribs uploaded File:Ambox warning yellow.svg ({{information | description = | source = | author = | date = }})
- 12:01, 8 January 2025 Awilh 37 talk contribs created page Module:Message box/ombox.css (Created page with "{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .ombox-de...")
- 12:00, 8 January 2025 Awilh 37 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...")
- 11:59, 8 January 2025 Awilh 37 talk contribs created page Module:Message box (Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...")
- 11:58, 8 January 2025 Awilh 37 talk contribs created page Module:Transclusion count (Created page with "local p = {} function p._fetch(args) local template = nil local return_value = nil -- Use demo parameter if it exists, otherwise use current template name local namespace = mw.title.getCurrentTitle().namespace if args["demo"] and args["demo"] ~= "" then template = mw.ustring.gsub(args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Module namespace temp...")
- 11:58, 8 January 2025 Awilh 37 talk contribs created page Module:Translusion count (Created page with "local p = {} function p._fetch(args) local template = nil local return_value = nil -- Use demo parameter if it exists, otherwise use current template name local namespace = mw.title.getCurrentTitle().namespace if args["demo"] and args["demo"] ~= "" then template = mw.ustring.gsub(args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Module namespace temp...")
- 11:57, 8 January 2025 Awilh 37 talk contribs created page Module:High-use (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count')._fetch local yesno = require('Module:Yesno') function p._num(args, count, no_percent) if count == nil then if yesno(args['fetch']) == false then if (args[1] or '') ~= '' then count = tonumber(args[1]) end else count = _fetch(args) end end -- Build output string local return_value = "" if count ==...")
- 11:55, 8 January 2025 Awilh 37 talk contribs created page Template:Person infobox header (Created page with "{{ombox|type=content|text=The design and content of biographical infoboxes must follow Wikipedia's verifiability policy, as well as infobox and biographical style guideline. All content displayed in this template must adhere to the '''biographies of living persons''' policy if applicable. Wikipedia:Citing sources|Unsou...")
- 11:54, 8 January 2025 Awilh 37 talk contribs created page File:Edit-copy green.svg ({{information | description = | source = | author = | date = }})
- 11:54, 8 January 2025 Awilh 37 talk contribs uploaded File:Edit-copy green.svg ({{information | description = | source = | author = | date = }})
- 11:52, 8 January 2025 Awilh 37 talk contribs created page Template:Terminate sentence (Created page with "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>")
- 11:52, 8 January 2025 Awilh 37 talk contribs created page Template:Strong (Created page with "<strong {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>")
- 11:51, 8 January 2025 Awilh 37 talk contribs created page Template:Documentation subpage (Created page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = {{strong|This is a documentation...")
- 11:49, 8 January 2025 Awilh 37 talk contribs created page Template:Infobox officeholder/doc (Created page with "{{Documentation subpage}} {{Person infobox header}} {{High-use}} {{Notice|Please note that in June 2017, the {{para|religion}} parameter was removed from Infobox officeholder as a result of this discussion.}} {{tl|Infobox officeholder}} is incorporated into the following templates (i.e. all the templates listed <span class="plainlinks">[{{fullurl:Special:WhatLinksHere/Template:Infobox o...")
- 11:47, 8 January 2025 Awilh 37 talk contribs created page Category:Pages with TemplateStyles errors (Created blank page)
- 11:46, 8 January 2025 Awilh 37 talk contribs created page Module:List (Created page with "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, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''...")
- 11:45, 8 January 2025 Awilh 37 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....")
- 11:44, 8 January 2025 Awilh 37 talk contribs created page Module:Separated entries (Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local dataPlural = args.dataPlural local separator = args.separator...")
- 11:43, 8 January 2025 Awilh 37 talk contribs created page Template:Infobox officeholder/office (Created page with "{{#if:{{{speaker|}}}{{{state_legislature|}}}{{{state_assembly|}}}{{{speaker_office|}}}{{{state_delegate|}}}{{{state_house|}}}{{{prior_term|}}}{{{nominee|}}}{{{candidate|}}}{{{termstart|}}}{{{election_date|}}}{{{majority_leader|}}}{{{minority_floor_leader|}}}{{{minority_leader|}}}{{{majority_floor_leader|}}}{{{jr/sr|}}}{{{succeeding|}}}{{{assuming|}}}{{{state|}}}{{{jr/sr and state|}}}{{{state_senate|}}}{{{district|}}}{{{ambassador_from|}}}{{{minister_from|}}}{{{order|}}}{...")
- 11:42, 8 January 2025 Awilh 37 talk contribs created page Module:InfoboxImage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...")
- 11:41, 8 January 2025 Awilh 37 talk contribs created page Template:PAGENAMEBASE (Created page with "{{safesubst:<noinclude/>#invoke:String|replace|{{{1|{{safesubst:<noinclude/>PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>")
- 11:40, 8 January 2025 Awilh 37 talk contribs created page Template:Infobox officeholder (Created page with "{{#invoke:infobox|infoboxTemplate | bodyclass = vcard {{{bodyclass|}}} | bodystyle = {{#if:{{{mainwidth|}}}|width: {{{mainwidth}}}}} | child = {{lc:{{{embed}}}}} | abovestyle = font-size: 100%; | above = {{#if:{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix|}}}}}}}}}|<div class="honorific-prefix" style="font-weight: normal;">{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix}}}}}}}}}</div>}}<!-- --><div class="fn" style="font-size:125%;">{{#if:...")
- 02:30, 8 January 2025 Luke talk contribs created page MediaWiki:Titleblacklist-forbidden-upload (make it vague to prevent abuse)
- 02:29, 8 January 2025 Luke talk contribs created page MediaWiki:Titleblacklist-forbidden-new-account (make it vague to prevent abuse)
- 02:27, 8 January 2025 Luke talk contribs created page MediaWiki:Titleblacklist-custom-generic-file-name (create)
- 02:20, 8 January 2025 Luke talk contribs deleted page File:Example.png (G2: Test file)
- 02:20, 8 January 2025 Luke talk contribs created page File:Example.png ({{information | description = | source = | author = | date = }})
- 02:20, 8 January 2025 Luke talk contribs uploaded File:Example.png ({{information | description = | source = | author = | date = }})
- 02:13, 8 January 2025 Luke talk contribs created page MediaWiki:Titleblacklist-forbidden-edit (probably not a good idea to let the user know exactly what is causing the disallow)
- 21:00, 7 January 2025 Luke talk contribs created page Category:House of Representatives (create)
- 20:58, 7 January 2025 Luke talk contribs created page Category:Members of the 194th General Court (+)
- 20:55, 7 January 2025 Luke talk contribs created page Category:Members of the General Court by session (cat)
- 20:54, 7 January 2025 Luke talk contribs created page Category:Members of the 193rd General Court (+)
- 20:51, 7 January 2025 Luke talk contribs created page Category:Government institutions (+)
- 20:51, 7 January 2025 Luke talk contribs created page Category:General Court (+)
- 20:49, 7 January 2025 Luke talk contribs created page Category:People (+)
- 20:49, 7 January 2025 Luke talk contribs created page Category:People by occupation (+)
- 20:48, 7 January 2025 Luke talk contribs created page Category:Politicians (+)
- 20:48, 7 January 2025 Luke talk contribs created page Category:Members of the General Court (+)
- 20:47, 7 January 2025 Luke talk contribs created page Category:Representatives in the 193rd General Court (Created page with "Category:Members of the Massachusetts House of Representatives by session")
- 20:45, 7 January 2025 Luke talk contribs created page Category:Representatives in the 194th General Court (Created blank page)