Jump to content

User contributions for Thehighwayman

A user with 540 edits. Account created on 23 February 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

14 March 2025

13 March 2025

  • 02:2802:28, 13 March 2025 diff hist 0 m Module:Yesno Protected "Module:Yesno" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 02:2702:27, 13 March 2025 diff hist +745 N Module:Yesno Created page with "-- 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 return nil elseif val == true or val == 'yes' or val == 'y' or val =..."
  • 02:2702:27, 13 March 2025 diff hist 0 m Module:Web citation Protected "Module:Web citation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 02:2702:27, 13 March 2025 diff hist +2,978 N Module:Web citation Created page with "local p = {} local function is_set (var) return not (var == nil or var == ''); end local function italics (var) return "''" .. var .. "''" end function p.cite( frame ) local pframe = frame:getParent() local Author = pframe.args.author if is_set (pframe.args.journalist) then Author = pframe.args.journalist end local Date = pframe.args['date'] local Title = pframe.args.title local URL = pframe.args.url local Website = pframe.args.newspaper or pframe.args.we..."
  • 02:2602:26, 13 March 2025 diff hist 0 m Module:WPMILHIST Infobox style Protected "Module:WPMILHIST Infobox style" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 02:2602:26, 13 March 2025 diff hist +1,045 N Module:WPMILHIST Infobox style Created page with "local retval = { main_box_raw_auto_width = 'border-spacing:2px;', header_raw = 'text-align:center;padding:0.25em 0.33em 0.33em;line-height:1.2em;font-size:1.25em;', sub_header_raw = 'text-align:center;vertical-align:middle;', nav_box = 'margin:0;float:right;clear:right;width:25.5em;margin-bottom:0.5em;margin-left:1em;', nav_box_child = 'margin:0;float:right;clear:right;width:25em;margin-bottom:0.5em;', nav_box_wide = '', nav_box_label = 'background-color:#DCDCDC;..."
  • 02:2502:25, 13 March 2025 diff hist 0 m Module:Video citation Protected "Module:Video citation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 02:2502:25, 13 March 2025 diff hist +3,567 N Module:Video citation Created page with "local p = {} local function is_set (var) return not (var == nil or var == ''); end local function italics (var) return "<i>" .. var .. "</i>" end function p.cite(frame) local parent = frame:getParent() local Title = parent.args.title local Channel = parent.args.channel local Date = parent.args['date'] local Quote = parent.args.quote local URL = parent.args.url local ArchiveURL = parent.args['archive-url'] local ArchiveDate = parent.args['archive-date'] lo..."
  • 02:2402:24, 13 March 2025 diff hist 0 m Module:Userbox Protected "Module:Userbox" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 02:2302:23, 13 March 2025 diff hist +13,045 N Module:Userbox Created page with "-- This module implements {{userbox}}. local categoryHandler = require('Module:Category handler').main local p = {} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local function checkNum(val, default) -- Checks whether a value is a number greater than or equal to zero. If so, -- returns it as a number. If not, returns a default valu..."
  • 02:2302:23, 13 March 2025 diff hist 0 m Module:Unsubst Protected "Module:Unsubst" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 02:2202:22, 13 March 2025 diff hist +3,948 N Module:Unsubst Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif..."
  • 02:2202:22, 13 March 2025 diff hist 0 m Module:Transcluder Protected "Module:Transcluder" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 02:2202:22, 13 March 2025 diff hist +29,864 N Module:Transcluder Created page with "-- Module:Transcluder is a general-purpose transclusion engine -- Central version and documentation at https://en.wikipedia.org/wiki/Module:Transcluder -- By User:Sophivorus, User:Certes & others -- Version 1.4.1 -- License CC-BY-SA-3.0 local p = {} -- Helper function to test for truthy and falsy values -- @todo Somehow internationalize it local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' or val..."
  • 02:2102:21, 13 March 2025 diff hist 0 m Module:Test3 Protected "Module:Test3" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 02:2102:21, 13 March 2025 diff hist +98 N Module:Test3 Created page with "local p = {} function p.main(frame) return frame:callParserFunction("REVISIONUSER") end return p"
  • 02:2002:20, 13 March 2025 diff hist 0 m Module:Test2 Protected "Module:Test2" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)