Main public logs
Appearance
Combined display of all available logs of Marxist Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:38, 12 March 2025 Thehighwayman talk contribs created page 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:37, 12 March 2025 Thehighwayman talk contribs protected Module:Age [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 23:37, 12 March 2025 Thehighwayman talk contribs created page 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...")
- 18:01, 11 March 2025 Thehighwayman talk contribs protected Module:String [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 18:01, 11 March 2025 Thehighwayman talk contribs created page 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:59, 11 March 2025 Thehighwayman talk contribs created page Template:PAGENAMEBASE (Created page with "{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}")
- 17:58, 11 March 2025 Thehighwayman talk contribs protected Module:If empty [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:58, 11 March 2025 Thehighwayman talk contribs protected Template:If empty [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:58, 11 March 2025 Thehighwayman talk contribs created page 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:57, 11 March 2025 Thehighwayman talk contribs created page 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:51, 11 March 2025 Thehighwayman talk contribs moved protection settings from Module:Argments to Module:Arguments (Module:Argments moved to Module:Arguments)
- 17:51, 11 March 2025 Thehighwayman talk contribs moved page Module:Argments to Module:Arguments without leaving a redirect
- 17:50, 11 March 2025 Thehighwayman talk contribs protected Module:Argments [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 17:50, 11 March 2025 Thehighwayman talk contribs created page Module:Argments (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:49, 11 March 2025 Thehighwayman talk contribs protected Module:TableTools [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:49, 11 March 2025 Thehighwayman 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....")
- 17:48, 11 March 2025 Thehighwayman talk contribs moved protection settings from Module:Seperated entries to Module:Separated entries (Module:Seperated entries moved to Module:Separated entries)
- 17:48, 11 March 2025 Thehighwayman talk contribs moved page Module:Seperated entries to Module:Separated entries without leaving a redirect
- 17:47, 11 March 2025 Thehighwayman talk contribs protected Module:Seperated entries [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 17:47, 11 March 2025 Thehighwayman talk contribs created page Module:Seperated entries (Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode (convert to Unicode) HT...")
- 17:46, 11 March 2025 Thehighwayman talk contribs created page Template:Br separated entries (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br}}")
- 17:45, 11 March 2025 Thehighwayman talk contribs created page Template:Infobox person (Created page with "{{Infobox | bodyclass = vcard | abovestyle = font-size: 100%; | above = {{Br separated entries | 1 = {{#if:{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix|}}}}}}}}}|<div class="honorific-prefix" style="display:inline; font-weight: normal;">{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix}}}}}}}}}</div>}} | 2 = <div style="display:inline; font-size:130%;" class="fn org">{{if empty|{{{name|}}}|{{PAGENAMEBASE}}}}</div> | 3 = {{#if:{{{native_n...")
- 17:42, 11 March 2025 Thehighwayman talk contribs protected Module:Navbar/configuration [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:42, 11 March 2025 Thehighwayman talk contribs created page Module:Navbar/configuration (Created page with "local configuration = { ['templatestyles'] = 'Module:Navbar/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal list class ['mini'] = 'navbar-mini...")
- 17:41, 11 March 2025 Thehighwayman talk contribs protected Module:Navbar [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:41, 11 March 2025 Thehighwayman talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, false, false, false, fal...")
- 17:40, 11 March 2025 Thehighwayman talk contribs protected Template:Infobox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:40, 11 March 2025 Thehighwayman talk contribs created page Template:Infobox (Created page with "{{#invoke:Infobox|infobox}}")
- 17:39, 11 March 2025 Thehighwayman talk contribs protected Module:InfoboxImage [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:39, 11 March 2025 Thehighwayman talk contribs created page Module:InfoboxImage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...")
- 17:37, 11 March 2025 Thehighwayman talk contribs protected Module:Infobox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:36, 11 March 2025 Thehighwayman talk contribs created page Module:Infobox (Created page with "-- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs = {} local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s = mw.ustring.gsub(s, '(</[Tt][Rr]%s*>)', '%1' .. marker)...")
- 05:20, 11 March 2025 Thehighwayman talk contribs created page Template:Citation (citation)
- 05:13, 11 March 2025 Thehighwayman talk contribs protected Module:Citation [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 05:13, 11 March 2025 Thehighwayman talk contribs created page Module:Citation (citation)
- 04:40, 11 March 2025 Thehighwayman talk contribs protected Template:Main Page/styles.css [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 04:39, 11 March 2025 Thehighwayman talk contribs created page Template:Main Page/styles.css (css styles)
- 04:39, 11 March 2025 Thehighwayman talk contribs deleted page Main Page/styles.css (content was: "{{pp|small=yes}}: .mp-box { border: 1px solid #aaa; all colors overriden on specific elements in @media screen: padding: 0 0.5em 0.5em; margin-top: 4px; } .mp-h2, body.skin-timeless .mp-h2 { Timeless needs a higher specificity: border: 1px solid #aaa; all colors overriden on specific elements in @media screen: margin: 0.5em 0; paddi...", and the only contributor was "Thehighwayman" (talk))
- 04:37, 11 March 2025 Thehighwayman talk contribs protected Main Page/styles.css [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 04:36, 11 March 2025 Thehighwayman talk contribs created page Main Page/styles.css (css styles)
- 05:06, 8 March 2025 Thehighwayman talk contribs deleted page Module:Protection banner (content was: "-- 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('M...", and the only contributor was "Thehighwayman" (talk))
- 05:06, 8 March 2025 Thehighwayman talk contribs deleted page Module:Module wikitext (content was: "local p = {} p.text = '' function p.main() return p.text end function p._addText(text, preprocessFrame) if preprocessFrame ~= false then text = (preprocessFrame or mw.getCurrentFrame()):preprocess(text) end p.text = p.text .. text end return p", and the only contributor was "Thehighwayman" (talk))
- 05:06, 8 March 2025 Thehighwayman talk contribs deleted page Module:Message box (content was: "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} --------------------------------------------------------------...", and the only contributor was "Thehighwayman" (talk))
- 05:06, 8 March 2025 Thehighwayman talk contribs deleted page Module:File link (content was: "-- 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. lo...", and the only contributor was "Thehighwayman" (talk))
- 05:05, 8 March 2025 Thehighwayman talk contribs deleted page Module:Documentation/config (content was: "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given...", and the only contributor was "Thehighwayman" (talk))
- 05:05, 8 March 2025 Thehighwayman talk contribs deleted page Module:Documentation (content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format -----------------------------------------------------...", and the only contributor was "Thehighwayman" (talk))
- 05:05, 8 March 2025 Thehighwayman talk contribs deleted page Module:Citation/CS1/Whitelist (content was: "--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tra...", and the only contributor was "Thehighwayman" (talk))
- 05:05, 8 March 2025 Thehighwayman talk contribs deleted page Module:Citation/CS1/Utilities (content was: "local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations...", and the only contributor was "Thehighwayman" (talk))
- 05:05, 8 March 2025 Thehighwayman talk contribs deleted page Module:Citation/CS1/Configuration (content was: "local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- boolean settings used to control various things. these setting located here to make them easy to find...", and the only contributor was "Thehighwayman" (talk))
- 05:05, 8 March 2025 Thehighwayman talk contribs deleted page Module:Citation/CS1 (content was: "require ('strict'); --[[--------------------------< 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...", and the only contributor was "Thehighwayman" (talk))