Main public logs
More actions
Combined display of all available logs of The Tribes Depot. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:28, 19 December 2023 Bigwig talk contribs uploaded File:MainTabs-Vehicles.png
- 01:23, 19 December 2023 Bigwig talk contribs set the upload from Tue, 19 Dec 2023 01:23:28 GMT as the approved revision for "File:Luminalia Banner 01.png"
- 01:23, 19 December 2023 Bigwig talk contribs created page File:Luminalia Banner 01.png
- 01:23, 19 December 2023 Bigwig talk contribs uploaded File:Luminalia Banner 01.png
- 01:21, 19 December 2023 Bigwig talk contribs set the upload from Tue, 19 Dec 2023 01:21:44 GMT as the approved revision for "File:WikimediaUI-Logo-Wikipedia.svg"
- 01:21, 19 December 2023 Bigwig talk contribs created page File:WikimediaUI-Logo-Wikipedia.svg
- 01:21, 19 December 2023 Bigwig talk contribs uploaded File:WikimediaUI-Logo-Wikipedia.svg
- 01:20, 19 December 2023 Bigwig talk contribs set the upload from Tue, 19 Dec 2023 01:20:31 GMT as the approved revision for "File:WikimediaUI-Code.svg"
- 01:20, 19 December 2023 Bigwig talk contribs created page File:WikimediaUI-Code.svg
- 01:20, 19 December 2023 Bigwig talk contribs uploaded File:WikimediaUI-Code.svg
- 01:04, 19 December 2023 Bigwig talk contribs undeleted page File:Placeholder (2 revisions)
- 01:04, 19 December 2023 Bigwig talk contribs deleted page File:Placeholder (content was: "thumb", and the only contributor was "Bigwig" (talk))
- 01:03, 19 December 2023 Bigwig talk contribs created page File:Placeholder (Created page with "thumb") Tag: Visual edit
- 01:03, 19 December 2023 Bigwig talk contribs deleted page File:Placeholder (content was: "thumb", and the only contributor was "Bigwig" (talk))
- 01:01, 19 December 2023 Bigwig talk contribs set the upload from Tue, 19 Dec 2023 01:01:53 GMT as the approved revision for "File:Placeholder.png"
- 01:01, 19 December 2023 Bigwig talk contribs uploaded a new version of File:Placeholder.png
- 00:49, 19 December 2023 Bigwig talk contribs set the upload from Tue, 19 Dec 2023 00:49:26 GMT as the approved revision for "File:Placeholder.png"
- 00:49, 19 December 2023 Bigwig talk contribs created page File:Placeholder.png
- 00:49, 19 December 2023 Bigwig talk contribs uploaded File:Placeholder.png
- 00:47, 19 December 2023 Bigwig talk contribs created page File:Placeholder (Created page with "thumb") Tag: Visual edit
- 00:06, 19 December 2023 Bigwig talk contribs moved page Module:Protection banner/config&action=edit to Module:Protection banner/config without leaving a redirect
- 00:04, 19 December 2023 67.198.56.73 talk created page Module:Protection banner/config&action=edit (Created page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appear...")
- 00:03, 19 December 2023 67.198.56.73 talk created page Module:Effective protection expiry (Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto...")
- 00:02, 19 December 2023 67.198.56.73 talk created page Module:Effective protection level (Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve...")
- 00:01, 19 December 2023 67.198.56.73 talk created page Module:File link (Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in...")
- 00:00, 19 December 2023 67.198.56.73 talk created page Module:Protection banner (Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and...")
- 00:00, 19 December 2023 67.198.56.73 talk created page Template:Pp (Created page with "{{#invoke:Protection banner|main}}<noinclude> {{documentation}} </noinclude>")
- 23:56, 18 December 2023 67.198.56.73 talk created page Module:Key/styles.css (Created page with ".keyboard-key { padding: 0.25em 0.5em; display: inline-block; line-height: 1; font-weight: var( --font-weight-medium ); font-size: 0.875rem; border-radius: var( --border-radius--small ); border: 1px solid; border-color: var( --border-color-base ); background: var( --color-surface-3 ); color: var( --color-base--emphasized ); }")
- 23:55, 18 December 2023 Bigwig talk contribs created page Module:Key (Created page with "-- This module implements {{key press}}. local kbdPrefix = '<kbd class="keyboard-key nowrap">' local kbdSuffix = '</kbd>' local keyText = { ['caps lock'] = '⇪ Caps Lock', ['caps lock'] = '⇪ Caps Lock', ['shift'] = '⇧ Shift', ['shift'] = '⇧ Shift', ['enter'] = '↵ Enter', ['enter'] = '↵ Enter', ['cmd'] = '⌘ Cmd', ['cmd'] = '⌘ Cmd', ['command'] = '⌘...")
- 23:03, 18 December 2023 Bigwig talk contribs created page Template:Plainlist/styles.css (Created page with ".plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }")
- 23:02, 18 December 2023 Bigwig talk contribs created page Module:Shortcut/styles.css (Created page with ".module-shortcutboxplain { float: right; margin: 0.8rem 0 0.8rem 1rem; padding: 10px; color: var( --color-base--subtle ); background: var( --color-surface-2 ); border-radius: 8px; text-align: center; } .module-shortcutlist { margin-bottom: 0.2rem; font-weight: bold; font-size: 0.825rem; } .module-shortcutboxplain ul { margin: 0!important; padding: 0!important; list-style: none; } .module-shortcutboxplain li { fon...")
- 23:02, 18 December 2023 Bigwig 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....")
- 23:01, 18 December 2023 Bigwig 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 = ''...")
- 23:01, 18 December 2023 Bigwig talk contribs created page Template:No redirect (Created page with "{{{{{|safesubst:}}}#if: {{{{{|safesubst:}}}#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{{{{|safesubst:}}}fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{{{{|safesubst:}}}#if:{{{2|}}}|[[:{{{{{|safesubst:}}}FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{{{{|safesubst:}}}FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{/doc}} </noinclude>")
- 23:00, 18 December 2023 Bigwig talk contribs created page Module:Time ago (Created page with "-- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2629800, --...")
- 22:58, 18 December 2023 Bigwig talk contribs created page Module:Shortcut/config (Created page with "-- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:$1|Shortcut|Shortcuts}}', -- The error message to display when a shortcut is invalid (is not a string, or -- is the blank string). It accepts the following parameter: -- $1 - the number of the shortcut in t...")
- 22:58, 18 December 2023 Bigwig talk contribs created page Module:Shortcut (Created page with "-- This module implements {{shortcut}}. -- Set constants local CONFIG_MODULE = 'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function message(msg, ...) return mw.message.newRawMessage(msg, ...):plain() end local function makeCategoryLink(cat) return string.format('%s:%s', mw.site.namespaces[14].name, cat) end function p._main(shortcuts, options, fra...")
- 22:57, 18 December 2023 Bigwig talk contribs created page Module:Template link general (Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(...")
- 22:56, 18 December 2023 Bigwig 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...")
- 22:55, 18 December 2023 Bigwig talk contribs created page Module:Transcluder (Created page with "local p = {} -- Helper function to test for truthy and falsy values local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' then return false end return true end -- Helper function to match from a list regular expressions -- Like so: match pre..list[1]..post or pre..list[2]..post or ... local function matchAny(text, pre, list, post, init) local match = {} for i = 1, #list do match = { mw.ustri...")
- 22:54, 18 December 2023 Bigwig talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 22:53, 18 December 2023 Bigwig talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
- 22:53, 18 December 2023 Bigwig talk contribs created page Template:Documentation/styles.css (Created page with ".documentation { display: flex; box-sizing: border-box; flex-direction: column; margin: 1.6rem 0; padding-top: 1.6rem; border-top: 1px solid; border-color: var( --border-color-base ); border-radius: var( --border-radius--medium ); font-size: 0.875rem; } .documentation-header { margin-top: 0; margin-bottom: 0.8rem; color: var( --color-base--emphasized ); font-size: 1.25rem; font-weight: 600; line-height: 1.2; } .documentation-subheader { margin: -0.6r...")
- 22:52, 18 December 2023 Bigwig talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
- 22:51, 18 December 2023 Bigwig talk contribs created page Module:Pagetype/config (Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St...")
- 22:50, 18 December 2023 Bigwig talk contribs created page Module:Pagetype (Created page with "-------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces, and allows for...")
- 22:49, 18 December 2023 Bigwig talk contribs deleted page Module:Hatnote/style.css (content was: "{{pp|small=y}}: .hatnote { font-style: italic; } Limit structure CSS to divs because of Module:Hatnote inline: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link +...", and the only contributor was "Bigwig" (talk))
- 22:49, 18 December 2023 Bigwig talk contribs created page Module:Hatnote/styles.css (Created page with "{{pp|small=y}}: .hatnote { font-style: italic; } Limit structure CSS to divs because of Module:Hatnote inline: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; }")
- 22:48, 18 December 2023 Bigwig talk contribs created page Module:Hatnote/style.css (Created page with "{{pp|small=y}}: .hatnote { font-style: italic; } Limit structure CSS to divs because of Module:Hatnote inline: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; }")
- 22:47, 18 December 2023 Bigwig talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")