All public logs
Combined display of all available logs of USApedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:36, 18 September 2024 MrT talk contribs created page Module:Data (Created page with "local mt = {} function mt.__index(t, k) return function(frame) local data = mw.loadData(k) local i = 1 for _,v in ipairs(frame.args) do local ty = type(data) if ty ~= 'table' then local args = {} for j = 1, i - 1 do args[j] = frame.args[j] end if frame.args.softfail then return '<span class="error">Category:Pages with failed Module:Data lookupsError: Tried to read index "' .. mw.text.nowiki(v) .. '" of mw.loadData("' .. mw.text...")
- 15:10, 18 September 2024 MrT talk contribs created page Matt (start)
- 15:09, 18 September 2024 MrT talk contribs created page File:White House.png (From https://www.whitehouse.gov/about-the-white-house/ Government work - Public domain)
- 15:09, 18 September 2024 MrT talk contribs uploaded File:White House.png (From https://www.whitehouse.gov/about-the-white-house/ Government work - Public domain)
- 15:00, 18 September 2024 MrT talk contribs moved page Extension:Cargo/Querying data to Help:Querying Cargo data (help namespace)
- 14:59, 18 September 2024 MrT talk contribs created page Extension:Cargo/Querying data (Created page with "'''Querying data''' within Cargo can be done in a number of ways: * Via two parser functions, #cargo_query and #cargo_compound_query * At the page Special:ViewData, which provides a simple interface that lets you set the parameters for a query * Via a query written in Lua, using the Scribunto extension * Simply by SQL calls, if you have direct access to the Cargo database. The #cargo_query and #cargo_compound_query functio...") Tag: Visual edit
- 14:29, 18 September 2024 MrT talk contribs created the Cargo table AllFeaturesCargoTable
- 14:19, 18 September 2024 (username removed) (log details removed) (edit summary removed)
- 14:19, 18 September 2024 (username removed) (log details removed) (edit summary removed)
- 14:18, 18 September 2024 MrT talk contribs created page Start date (Redirected page to Help:Class#Start date,End date) Tags: New redirect Visual edit
- 14:17, 18 September 2024 MrT talk contribs created page Start datetime (Redirected page to Help:Class#Start datetime,End datetime) Tags: New redirect Visual edit
- 13:14, 18 September 2024 MrT talk contribs created page File:Folder Hexagonal Icon.svg (From https://commons.wikimedia.org/wiki/File:Folder_Hexagonal_Icon.svg Icon of a folder within a dark blue hexagon. This icon is also used to represent Categories across WMF projects. Author Original: John Cross - https://commons.wikimedia.org/wiki/User:John_Cross Vectorization: Shazz - https://commons.wikimedia.org/wiki/User:Shazz This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.)
- 13:14, 18 September 2024 MrT talk contribs uploaded File:Folder Hexagonal Icon.svg (From https://commons.wikimedia.org/wiki/File:Folder_Hexagonal_Icon.svg Icon of a folder within a dark blue hexagon. This icon is also used to represent Categories across WMF projects. Author Original: John Cross - https://commons.wikimedia.org/wiki/User:John_Cross Vectorization: Shazz - https://commons.wikimedia.org/wiki/User:Shazz This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.)
- 13:00, 18 September 2024 MrT talk contribs created page Form:AllFeaturesFormName
- 12:59, 18 September 2024 MrT talk contribs created page Category:AllFeaturesCategoryName
- 12:59, 18 September 2024 MrT talk contribs created page Template:AllFeaturesTemplateName
- 12:43, 18 September 2024 MrT talk contribs created page Template:TemplateStyles/doc (Created page with "{{Documentation subpage}} {{Template shortcut|TemplateStyles}} {{Lua{{\sandbox}}|Module:Uses TemplateStyles}} <!-- Categories go at the bottom of this page, and interwikis go on Wikidata. --> '''Preview:''' This template is used to show that templates have been converted to use TemplateStyles. It is placed at the top of the template's /doc page. It automatically adds the template to :Category:{{#invoke:Data|Module:Uses TemplateStyles/config|defa...")
- 12:42, 18 September 2024 MrT talk contribs created page Template:TemplateStyles (Created page with "<includeonly>{{#invoke:Uses TemplateStyles|main}}</includeonly><noinclude>{{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 12:41, 18 September 2024 MrT talk contribs created page Template:Page tabs/styles.css (Created page with "{{pp-template}}: .template-page-tabs { background: #F8FCFF; color:black; width: 100%; display: flex; flex-wrap: wrap; margin-bottom: -4px; } .template-page-tabs > span { padding: 0.5em; line-height: 0.95em; border: solid 2px #a3b1bf; white-space: nowrap; margin-bottom: 4px; } .template-page-tabs > span.spacer { display: flex; hides any whitespace we put inside: padding: 0; flex: 9px; border-width: 0 0 2px 0; } .template-page-tabs > span.spa...")
- 12:41, 18 September 2024 MrT talk contribs created page Module:Page tabs/doc (Created page with "{{High use}} {{module rating|protected}} {{Lua|Module:Yesno|Module:Arguments}} This module implements {{tl|page tabs}}. Please see the template page for documentation.")
- 12:41, 18 September 2024 MrT talk contribs created page Module:Page tabs (Created page with "-- This module implements {{Page tabs}}. local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local makeTab = p.makeTab local root = mw.html.create() root:wikitext(yesno(args.NOTOC) and '__NOTOC__' or nil) local row = root:tag('div') :css('background', args.Background or '#f8fcff') :css('color', 'black') :css...")
- 12:39, 18 September 2024 MrT talk contribs created page Template:Page tabs/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{High-use}} <noinclude>{{Page tabs/tabs|This=2}}</noinclude><includeonly>{{Page tabs/tabs|This=1}} {{Shortcut|Template:Tabs|WP:TABS}}</includeonly> {{Lua|Module:Page tabs}} {{TemplateStyles|Template:Page tabs/styles.css}} This template provides a menu of tabs for linking to different pages. Any number of tabs can be specified. The tab for the current page is indicated by {{para|This}},...")
- 12:39, 18 September 2024 MrT talk contribs created page Template:Page tabs (Created page with "<templatestyles src="Template:Page tabs/styles.css" />{{#invoke:page tabs|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 11:54, 18 September 2024 MrT talk contribs created page File:Crystal error.svg (From https://commons.wikimedia.org/wiki/File:Crystal_error.svg svg version of Crystal error.png This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.)
- 11:54, 18 September 2024 MrT talk contribs uploaded File:Crystal error.svg (From https://commons.wikimedia.org/wiki/File:Crystal_error.svg svg version of Crystal error.png This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.)
- 11:53, 18 September 2024 MrT talk contribs created page File:Crystal error.png (Redirected page to File:Crystal error.svg) Tag: New redirect
- 11:52, 18 September 2024 MrT talk contribs created page File:Clock-green.png (From https://en.m.wikipedia.org/wiki/File:Clock-green.png The copyright holder of this work, hereby publish it under the following licenses: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentatio...)
- 11:52, 18 September 2024 MrT talk contribs uploaded File:Clock-green.png (From https://en.m.wikipedia.org/wiki/File:Clock-green.png The copyright holder of this work, hereby publish it under the following licenses: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentatio...)
- 10:56, 18 September 2024 MrT talk contribs created page File:Broom icon.png (From https://en.m.wikipedia.org/wiki/File:Broom_icon.png This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.)
- 10:56, 18 September 2024 MrT talk contribs uploaded File:Broom icon.png (From https://en.m.wikipedia.org/wiki/File:Broom_icon.png This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.)
- 09:48, 18 September 2024 (username removed) (log details removed) (edit summary removed)
- 09:48, 18 September 2024 (username removed) (log details removed) (edit summary removed)
- 09:48, 18 September 2024 (username removed) (log details removed) (edit summary removed)
- 09:04, 18 September 2024 MrT talk contribs created page Web cache (Redirected page to Cache#Web browser cache) Tags: New redirect Visual edit
- 09:03, 18 September 2024 MrT talk contribs created page Web browser (start page) Tag: Visual edit
- 09:00, 18 September 2024 MrT talk contribs created page Cache (start) Tag: Visual edit
- 08:49, 18 September 2024 MrT talk contribs created page Template:Stack/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use}} {{Uses TemplateStyles|Template:Stack/styles.css}} {{Lua|Module:Check for unknown parameters}} {{Stack documentation}} <templatedata> { "params": {} } </templatedata> <includeonly>{{Sandbox other|| Category:Graphics templates Category:Positioning templates Category:Templates that add a trac...")
- 08:49, 18 September 2024 MrT talk contribs created page Template:Stack/styles.css (Created page with "{{pp-template}}: .stack { box-sizing: border-box; } .stack > div { margin: 1px; overflow: hidden; } @media all and (min-width: 720px) { .stack-clear-left { float: left; clear: left; } .stack-clear-right { float: right; clear: right; } .stack-left { float: left; } .stack-right { float: right; } .stack-margin-clear-left { float: left; clear: left; margin-right: 1em; } .stack-margin-clear-right { float: right; clear: righ...")
- 08:49, 18 September 2024 MrT talk contribs created page Template:Stack (Created page with "<templatestyles src="Stack/styles.css"/><div class="stack mw-stack {{#switch:{{{float|right}}}|left=stack-{{#switch:{{{margin|}}}|1|true|y|yes=margin-}}{{#switch:{{{clear|}}}|left|true=clear-}}left|right=stack-{{#switch:{{{margin|}}}|1|true|y|yes=margin-}}{{#switch:{{{clear|}}}|right|true=clear-}}right}}"><!-- -->{{#if:{{{1|}}}|<div {{#if:{{{cellspacing|}}}|style="margin: {{{cellspacing}}}px"}}>{{{1}}}</div>}}<!-- -->{{#if:{{{2|}}}|<div {{#if:{{{cellspacing|}}}|style="ma...")
- 08:48, 18 September 2024 MrT talk contribs created page Template:Template shortcuts (Redirected page to Template:Template shortcut) Tag: New redirect
- 00:36, 18 September 2024 MrT talk contribs created page Template:Unbulleted list/doc (Created page with "{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{High-use| 635585 }} {{Template shortcuts|ubl|ubt|ublist|unbullet}} {{stack|{{Lua|Module:List}}|{{Uses TemplateStyles|Template:Plainlist/styles.css}}}} This template creates unbulleted lists. Each item in the list may have CSS styles added to it individually, by appending a numbered parameter...")
- 00:36, 18 September 2024 MrT talk contribs created page Template:Unbulleted list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 00:06, 18 September 2024 MrT talk contribs created page Discussion page (Redirected page to Help:Using talk pages) Tags: New redirect Visual edit
- 23:52, 17 September 2024 MrT talk contribs created page Reset password (Help:Username#Forgotten Username or Password) Tags: New redirect Visual edit
- 23:49, 17 September 2024 MrT talk contribs created page TemplateData (Redirected page to Help:TemplateData) Tags: New redirect Visual edit
- 23:44, 17 September 2024 MrT talk contribs created page USApedia:Test plan (Test plan) Tag: New redirect
- 23:41, 17 September 2024 MrT talk contribs created page Gallery (Redirected page to Image gallery) Tags: New redirect Visual edit
- 23:33, 17 September 2024 MrT talk contribs created page Extensions (Redirected page to Help:Extensions) Tags: New redirect Visual edit
- 23:05, 17 September 2024 MrT talk contribs created page Module:Params/doc (Created page with "<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Module rating|release}} {{Side box | image = 48px|alt=|link= | above = '''About the latest changes''' | text = See the '''ChangeLog''' | below = <small>Last update: {{#time:j xg Y|{{REVISIONTIMESTAMP:Module:Params}}}}</small> | textstyle = padding: .85em; text-align: center; }} The <syntaxhighlight lang="wiki...")
- 23:05, 17 September 2024 MrT talk contribs created page Module:Params (Created page with " --- --- --- LOCAL ENVIRONMENT --- --- ________________________________ --- --- --- --Abstract utilities -- ---------------------------- -- Helper function for `string.gsub()` (for managing zero-padded numbers) function zero_padded(str) return ('%03d%s'):format(#str, str) end -- Helper function for `table.sort()` (for natural sorting) function natura...")