User contributions for Bigwig
More actions
23 December 2023
- 00:4400:44, 23 December 2023 diff hist 0 N File:WikimediaUI-Palette.svg No edit summary current
19 December 2023
- 13:1413:14, 19 December 2023 diff hist +233 File:MainPage-Tribes2-Text.png Bigwig uploaded a new version of File:MainPage-Tribes2-Text.png current
- 04:0904:09, 19 December 2023 diff hist +246 File:MainPage-TribesAA-Text.png Bigwig uploaded a new version of File:MainPage-TribesAA-Text.png current
- 03:5603:56, 19 December 2023 diff hist +241 File:MainPage-Tribes3-Text.png Bigwig uploaded a new version of File:MainPage-Tribes3-Text.png current
- 03:1103:11, 19 December 2023 diff hist +3,777 Template:Main page/shared/styles.css No edit summary
- 02:4902:49, 19 December 2023 diff hist +239 N File:MainPage-TribesA-Text.png Uploaded a work by Prophecy Games from Starsiege Tribes with UploadWizard current Tag: Upload Wizard
- 02:4902:49, 19 December 2023 diff hist +226 N File:MainPage-Tribes1-NoText.png Uploaded a work by Prophecy Games from Starsiege Tribes with UploadWizard Tag: Upload Wizard
- 02:4902:49, 19 December 2023 diff hist +242 N File:MainPage-Tribes1-WithText.png Uploaded a work by Prophecy Games from Starsiege Tribes with UploadWizard current Tag: Upload Wizard
- 02:1102:11, 19 December 2023 diff hist +8 N MediaWiki:Citizen-footer-tagline Created page with "Shazbot!" current
- 02:0002:00, 19 December 2023 diff hist +298 Template:Main page/featured/doc No edit summary current
- 02:0002:00, 19 December 2023 diff hist +291 Template:Main page/gamebuild/doc No edit summary current
- 02:0002:00, 19 December 2023 diff hist +287 Template:Main page/event/doc No edit summary current
- 02:0002:00, 19 December 2023 diff hist +331 Template:Main page/header/doc No edit summary current
- 02:0002:00, 19 December 2023 diff hist +220 Template:Main page/navigation/doc No edit summary current
- 01:4801:48, 19 December 2023 diff hist 0 N File:Reddit wordmark white.svg No edit summary current
- 01:4701:47, 19 December 2023 diff hist 0 N File:Discord wordmark white.svg No edit summary current
- 01:2301:23, 19 December 2023 diff hist 0 N File:Luminalia Banner 01.png No edit summary current
- 01:0801:08, 19 December 2023 diff hist +36 File:Placeholder No edit summary current Tag: Visual edit: Switched
- 01:0101:01, 19 December 2023 diff hist 0 File:Placeholder.png Bigwig uploaded a new version of File:Placeholder.png current
- 00:0600:06, 19 December 2023 diff hist +46,218 m Module:Protection banner/config Bigwig moved page Module:Protection banner/config&action=edit to Module:Protection banner/config without leaving a redirect current
18 December 2023
- 23:5523:55, 18 December 2023 diff hist +4,962 N 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'] = '⌘..." current
- 23:0323:03, 18 December 2023 diff hist +145 N 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; }" current
- 23:0223:02, 18 December 2023 diff hist +494 N 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..." current
- 23:0223:02, 18 December 2023 diff hist +8,030 N 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...." current
- 23:0123:01, 18 December 2023 diff hist +5,565 N 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 = ''..." current
- 23:0123:01, 18 December 2023 diff hist +355 N 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>" current
- 23:0023:00, 18 December 2023 diff hist +5,112 N 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, --..." current
- 22:5822:58, 18 December 2023 diff hist +1,030 N 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:5822:58, 18 December 2023 diff hist +4,336 N 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..." current
- 22:5722:57, 18 December 2023 diff hist +4,323 N 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(..." current
- 22:5622:56, 18 December 2023 diff hist +6,220 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
- 22:5522:55, 18 December 2023 diff hist +28,918 N 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..." current
- 22:5422:54, 18 December 2023 diff hist +3,545 N 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. -- --..." current
- 22:5322:53, 18 December 2023 diff hist +2,569 N 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..." current
- 22:5322:53, 18 December 2023 diff hist +1,639 N 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..." current
- 22:5222:52, 18 December 2023 diff hist +5,992 N 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..." current
- 22:5122:51, 18 December 2023 diff hist +3,452 N 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..." current
- 22:5022:50, 18 December 2023 diff hist +6,396 N 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..." current
- 22:4922:49, 18 December 2023 diff hist +415 N 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; }" current
- 22:4722:47, 18 December 2023 diff hist +10,054 N 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'..." current
- 22:4722:47, 18 December 2023 diff hist +1,837 N Module:Mbox Created page with "local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local mError -- lazily initialise Module:Error local p = {} --- Helper function to throw error -- -- @param msg string - Error message -- -- @return string - Formatted error message in wikitext local function makeWikitextError( msg ) mError = require( 'Module:Error' ) return mError.error{ message = 'Error: ' .. msg .. '..." current
- 22:4622:46, 18 December 2023 diff hist +6,544 N Module:Format link Created page with "-- Imported from: https://en.wikipedia.org/wiki/Module:Format_link -------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -----------------------------------------..." current
- 22:4522:45, 18 December 2023 diff hist +7,451 N Module:Hatnote list Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd..." current
- 22:4522:45, 18 December 2023 diff hist +920 N Module:User error Created page with "-------------------------------------------------------------------------------- -- A less intimidating version of the built-in "error()" function, to help -- editors fix their mistakes when transcluding a template. -- -- @see wikia:w:c:Dev:Module:User error for a similar module. -------------------------------------------------------------------------------- local checkType = require("libraryUtil").checkType; return function (message, ...) checkType("Module:User..." current
- 22:4422:44, 18 December 2023 diff hist +16,313 N Module:DPLlua Created page with "-- <nowiki> local dpl = {} local libraryUtil = require( 'libraryUtil' ) local hasContent = require( 'Module:Paramtest' ).has_content local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg dpl.pipe = '¦' local dataContentMarker = '`#@@#`' local allIncludedParamNames = {} -- Custom function for splitting a string because mw.text.split() is waaay too slow local function split( str, pattern, plain ) local res = {} local con..." current
- 22:4422:44, 18 December 2023 diff hist +2,892 N Module:Paramtest Created page with "-- Imported from: https://runescape.wiki/w/Module:Paramtest --[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1..." current
- 22:4222:42, 18 December 2023 diff hist +7,258 N Module:Hatnote Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules...." current
- 22:4122:41, 18 December 2023 diff hist +1,039 N Module:Yesno Created page with "-- Imported from: https://en.wikipedia.org/wiki/Module:Yesno -- 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..." current
- 22:4122:41, 18 December 2023 diff hist +30,594 N Module:Array Created page with "-- Imported from: https://runescape.wiki/w/Module:Array local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---@class Array ---@operator call(any[]): Array ---@operator concat(any[]): Array ---@operator concat(number|string|function): string ---@operator unm: Array ---@operator add(number|number[]|Array): Array ---@operator sub(number|number[]|Array): Array ---@operator mul(number|number[]..." current
- 22:3922:39, 18 December 2023 diff hist +1,586 N Module:About Created page with "local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote...." current