User contributions for Thehighwayman
Appearance
Results for Thehighwayman talk block log uploads logs
A user with 540 edits. Account created on 23 February 2025.
13 March 2025
- 00:3900:39, 13 March 2025 diff hist 0 m Module:Citation/CS1/Utilities Protected "Module:Citation/CS1/Utilities" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:3900:39, 13 March 2025 diff hist +19,249 N Module:Citation/CS1/Utilities Created page with " local z = { error_categories = {}; -- for categorizing citations that contain errors error_ids = {}; message_tail = {}; maintenance_cats = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work properties_cats = {}; -- for categorizing citations based on certain properties, language of source for instance }; --[[--------------------------< F O R W A R D D E C L A R A T I O N S >--------..."
- 00:3800:38, 13 March 2025 diff hist 0 m Module:Citation/CS1/Identifiers Protected "Module:Citation/CS1/Identifiers" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:3800:38, 13 March 2025 diff hist +74,336 N Module:Citation/CS1/Identifiers Created page with " --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[..."
- 00:2100:21, 13 March 2025 diff hist 0 m Module:Citation/CS1/Date validation Protected "Module:Citation/CS1/Date validation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:2100:21, 13 March 2025 diff hist +63,347 N Module:Citation/CS1/Date validation Created page with " --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >-------------------------------..."
- 00:2000:20, 13 March 2025 diff hist 0 m Module:Citation/CS1/Configuration Protected "Module:Citation/CS1/Configuration" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:2000:20, 13 March 2025 diff hist +86,921 N Module:Citation/CS1/Configuration Created page with " --[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of namespaces that should not be included in citation error categories. Same as setting notracking = true by default. Note: Namespace names should use underscores instead of spaces. ]] local uncategorized_namespaces = { 'User', 'Talk', 'User_talk', 'Wikipedia_talk', 'File_talk', 'Template_talk', 'Help_talk', 'Category_talk', 'Portal_talk', 'Book_tal..."
- 00:1800:18, 13 March 2025 diff hist 0 m Module:Citation/CS1/COinS Protected "Module:Citation/CS1/COinS" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:1800:18, 13 March 2025 diff hist +15,310 N Module:Citation/CS1/COinS Created page with " --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >---------------------------------------------- Makes a tit..."
- 00:1700:17, 13 March 2025 diff hist 0 m Module:Citation/CS1 Protected "Module:Citation/CS1" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:1700:17, 13 March 2025 diff hist +206,328 N Module:Citation/CS1 Created page with " require('Module:No globals'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z ={}; -- table of tables in Module:Citation/CS1/Utilities local identifiers;..."
- 00:1600:16, 13 March 2025 diff hist 0 m Module:Check for unknown parameters Protected "Module:Check for unknown parameters" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:1500:15, 13 March 2025 diff hist +3,153 N Module:Check for unknown parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext..."
- 00:1300:13, 13 March 2025 diff hist 0 m Module:Category handler/shared Protected "Module:Category handler/shared" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:1300:13, 13 March 2025 diff hist +888 N Module:Category handler/shared Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return..."
- 00:1200:12, 13 March 2025 diff hist 0 m Module:Category handler/data Protected "Module:Category handler/data" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:1200:12, 13 March 2025 diff hist +618 N Module:Category handler/data Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(..."
- 00:1000:10, 13 March 2025 diff hist 0 m Module:Category handler/config Protected "Module:Category handler/config" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:1000:10, 13 March 2025 diff hist +5,755 N Module:Category handler/config Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------..."
- 00:0500:05, 13 March 2025 diff hist 0 m Module:Category handler/blacklist Protected "Module:Category handler/blacklist" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:0400:04, 13 March 2025 diff hist +761 N Module:Category handler/blacklist Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo..."
- 00:0300:03, 13 March 2025 diff hist 0 m Module:Category handler Protected "Module:Category handler" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 00:0300:03, 13 March 2025 diff hist +7,871 N Module:Category handler Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia..."
- 00:0100:01, 13 March 2025 diff hist 0 m Module:Box-header/colours Protected "Module:Box-header/colours" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
12 March 2025
- 23:5923:59, 12 March 2025 diff hist +3,469 N Module:Box-header/colours Created page with "return { aliceblue = "#F0F8FF", antiquewhite = "#FAEBD7", aqua = "#00FFFF", aquamarine = "#7FFFD4", azure = "#F0FFFF", beige = "#F5F5DC", bisque = "#FFE4C4", black = "#000000", blanchedalmond = "#FFEBCD", blue = "#0000FF", blueviolet = "#8A2BE2", brown = "#A52A2A", burlywood = "#DEB887", cadetblue = "#5F9EA0", chartreuse = "#7FFF00", chocolate = "#D2691E", coral = "#FF7F50", cornflower = "#6495ED", cornsilk = "#FFF8DC", crimson = "#DC143C", cyan = "#..."
- 23:5823:58, 12 March 2025 diff hist 0 m Module:Box-header Protected "Module:Box-header" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 23:5723:57, 12 March 2025 diff hist +15,793 N Module:Box-header Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} ---------- Config data ---------- local namedColours = mw.loadData( 'Module:Box-header/colours' ) local modes = { lightest = { sat=0.10, val=1.00 }, light = { sat=0.15, val=0.95 }, normal = { sat=0.40, val=0.85 }, dark = { sat=0.90, val=0.70 }, darkest = { sat=1.00, val=0.45 }, content = { sat=0.04, val=1.00 }, grey = { sat=0.00 } } local min_contrast_ratio_normal_text = 7 -- i.e 7:1..."
- 23:4223:42, 12 March 2025 diff hist 0 m Module:Auxiliary functions Protected "Module:Auxiliary functions" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 23:4023:40, 12 March 2025 diff hist +226 N Module:Auxiliary functions Created page with "-- Carries functions which are used in a lot of modules -- Collecting them here for easier reusability function is_set (var) return not (var == nil or var == ''); end function italics (var) return "<i>" .. var .. "</i>" end"
- 23:3923:39, 12 March 2025 diff hist 0 m Module:Anchor Protected "Module:Anchor" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 23:3923:39, 12 March 2025 diff hist +647 N Module:Anchor Created page with "-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors = {...."
- 23:3823:38, 12 March 2025 diff hist 0 m Module:AgeTemplate Protected "Module:AgeTemplate" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 23:3823:38, 12 March 2025 diff hist +582 N Module:AgeTemplate Created page with "local p = {} local function isLeapYear(Year) if Year%400 == 0 then return true end if Year%4 == 0 and Year%100 ~= 0 then return true end return false end function p.age( frame ) local pframe = frame:getParent() local arg1 = pframe.args[1] local arg2 = pframe.args[2] local arg3 = pframe.args[3] local initialDate = "" local endDate = "" if arg1 == "1" or arg1 == "2" or arg1 == "3" then initialDate = arg2 endDate = arg3 else initialDate = arg1..."
- 23:3723:37, 12 March 2025 diff hist 0 m Module:Age Protected "Module:Age" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 23:3723:37, 12 March 2025 diff hist +32,188 N Module:Age Created page with "-- Implement various "age of" and other date-related templates. local mtext = { -- Message and other text that should be localized. ['mt-bad-param1'] = 'Invalid parameter $1', ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add'] = 'Cannot add "$1"', ['mt-conflicting-show'] = 'Parameter show=$1 conflicts with round=$2', ['mt-date-wron..."
11 March 2025
- 18:0118:01, 11 March 2025 diff hist 0 m Module:String Protected "Module:String" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 18:0118:01, 11 March 2025 diff hist +18,033 N 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..."
- 17:5917:59, 11 March 2025 diff hist +99 N Template:PAGENAMEBASE Created page with "{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}" current
- 17:5817:58, 11 March 2025 diff hist 0 m Module:If empty Protected "Module:If empty" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 17:5817:58, 11 March 2025 diff hist 0 m Template:If empty Protected "Template:If empty" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 17:5817:58, 11 March 2025 diff hist +371 N Template:If empty Created page with "<noinclude>This template takes a series of arguments and returns the first non-empty argument. Example: <nowiki>{{If empty|a|b|c|d}}</nowiki> In this situation, if a is not empty, it would return a, if it is empty, it would return b, unless it was also empty, then it would return c, and so on.</noinclude>{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}"
- 17:5717:57, 11 March 2025 diff hist +1,018 N Module:If empty Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) -- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank, -- even though there's really no legitimate use case for this. At some point, this will be removed. local lowestNil = math.huge for i = 8,1,-1 do if args[i] == nil then args[i] = '' lowestNil = i end end for..."
- 17:5117:51, 11 March 2025 diff hist 0 m Module:Arguments Thehighwayman moved page Module:Argments to Module:Arguments without leaving a redirect current
- 17:5017:50, 11 March 2025 diff hist 0 m Module:Arguments Protected "Module:Argments" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 17:5017:50, 11 March 2025 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'..."
- 17:4917:49, 11 March 2025 diff hist 0 m Module:TableTools Protected "Module:TableTools" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 17:4917:49, 11 March 2025 diff hist +12,649 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...."
- 17:4817:48, 11 March 2025 diff hist 0 m Module:Separated entries Thehighwayman moved page Module:Seperated entries to Module:Separated entries without leaving a redirect current
- 17:4717:47, 11 March 2025 diff hist 0 m Module:Separated entries Protected "Module:Seperated entries" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))