User contributions for Thehighwayman
Appearance
Results for Thehighwayman talk block log uploads logs
A user with 540 edits. Account created on 23 February 2025.
7 April 2025
- 01:4701:47, 7 April 2025 diff hist 0 m Module:Wikidata Protected "Module:Wikidata" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 01:4601:46, 7 April 2025 diff hist +34,975 N Module:Wikidata Created page with "-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false ------------------------------------------------------------------------------ -- module local variables and functions local wiki = { langcode = mw.language.getContentLanguage().code } -- internationalisation local i18n = { ["errors"] = { ["property-not-found"] = "Property not found.", ["entity-not-found"] = "Wikidata entity not found.", ["unknown-claim-type"] = "Un..."
- 01:4001:40, 7 April 2025 diff hist +37 N Module:Mbox Redirected page to Module:Message box current Tag: New redirect
6 April 2025
- 21:1221:12, 6 April 2025 diff hist +18,030 N Module:ISO 3166/data/National Created page with "return { ["AD"] = {alpha3="AND",numeric="020",name="Andorra"}, ["AE"] = {alpha3="ARE",numeric="784",name="United Arab Emirates",altnames={"UAE"}}, ["AF"] = {alpha3="AFG",numeric="004",name="Afghanistan"}, ["AG"] = {alpha3="ATG",numeric="028",name="Antigua and Barbuda"}, ["AI"] = {alpha3="AIA",numeric="660",name="Anguilla"}, ["AL"] = {alpha3="ALB",numeric="008",name="Albania"}, ["AM"] = {alpha3="ARM",numeric="051",name="Armenia"}, ["AO"] = {alpha3="AGO",nu..." current
- 21:1121:11, 6 April 2025 diff hist 0 m Module:ISO 3166 Protected "Module:ISO 3166" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 21:1121:11, 6 April 2025 diff hist +9,651 N Module:ISO 3166 Created page with "-- to enable us to replicate the current functioning of Country extract, we need to deal with: -- 2 {{<name>}} DONE! -- 3 [[<name>]] DONE! -- 4 [[<name>|<junk>]] DONE! -- 5 [[image:flag of <country>.[svg|gif|png|jpg]|\d+px]] DONE! local p = {} local getArgs = require("Module:Arguments").getArgs local data = mw.loadData("Module:ISO 3166/data/National") ------------F I N D N A M E------------ -- Finds the name in the database local function findname(code,cd..."
- 21:0921:09, 6 April 2025 diff hist 0 m Module:Country2nationality Protected "Module:Country2nationality" ([Edit=Allow only administrators] (indefinite)) current
- 21:0921:09, 6 April 2025 diff hist +1,652 N Module:Country2nationality Created page with "local p = {} local data = { -- override list AFRICA = "African", ANTARCTICA = "Antarctic", ASIA = "Asian", BRITISHHONGKONG = "British Hong Kong", BRITISHINDIA = "British India", AUSTROHUNGARIANEMPIRE = "Austrian", CATALONIA = "Catalan", CZECHOSLOVAKIA = "Czech", DUTCHEASTINDIES = "Dutch East Indian", EASTGERMANY = "East German", EUROPE = "European", FPRYUGOSLAVIA = "Yugoslavian", GERMANDEMOCRATICREPUBLIC = "East German", GERMANEMPIRE = "German", KURDISTAN..."
- 21:0721:07, 6 April 2025 diff hist 0 m Module:Text Protected "Module:Text" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 21:0721:07, 6 April 2025 diff hist +19,470 N Module:Text Created page with "local yesNo = require("Module:Yesno") local Text = { serial = "2022-07-21", suite = "Text" } --[=[ Text utilities ]=] local function fiatQuote( apply, alien, advance ) -- Quote text -- Parameter: -- apply -- string, with text -- alien -- string, with language code -- advance -- number, with level 1 or 2 local r = apply and tostring(apply) or "" alien = alien or "en" advance = tonumber(advance) or 0 l..."
- 21:0521:05, 6 April 2025 diff hist +4,518 N Module:Detect singular Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local yesNo = require('Module:Yesno') local getPlain = require('Module:Text').Text().getPlain -- function to determine whether "sub" occurs in "s" local function plainFind(s, sub) return mw.ustring.find(s, sub, 1, true) end -- function to count the number of times "pattern" (a regex) occurs in "s" local function countMatches(s, pattern) local _, count = mw.ustring.gsub(s, pattern, '') return count end..." current
- 21:0421:04, 6 April 2025 diff hist +7,111 N Module:Delink Created page with "-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-..." current
- 21:0221:02, 6 April 2025 diff hist 0 m Module:ParameterCount Protected "Module:ParameterCount" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 21:0221:02, 6 April 2025 diff hist +2,509 N Module:ParameterCount Created page with "-- This module produces a count of all the arguments passed to it. local yesno = require('Module:Yesno') -- Trim a string local function trim(s) return s:match('^%s*(.-)%s*$') end -- Test whether a string is blank local function isBlank(s) return not s:find('%S') end -- Tests whether a string is a valid positional key, and if so, returns it. If -- the key is invalid, this returns nil. local function isPositionalKey(s) s = trim(s) if s:find('^[1-9][0-9]*$') then..."
- 16:5216:52, 6 April 2025 diff hist +829 N User:Thehighwayman/Infobox Test/testcases Created page with "{{Infobox Test | name = Vladimir Ilyich Lenin | native_name = Владимир Ильич Ленин | image = Vladimir Lenin.jpg | image_size = 250px | image_upright = | image_alt = | caption = Photo of comrade Lenin | nationality = Russian</br>Soviet | birth_date = {{birth date|1870|4|22|df=yes}} | birth_name = Vladimir Ilyich Ulyanov | birth_place = Simbirsk, Russian Empire (1721–1917)|Ru..." current
- 16:4916:49, 6 April 2025 diff hist +3,394 N User:Thehighwayman/Infobox Test 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..." current Tag: Visual edit: Switched
31 March 2025
- 01:3501:35, 31 March 2025 diff hist +4,681 N MediaWiki:Common.js Created page with "→Any JavaScript here will be loaded for all users on every page load.: /** * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally * loaded for all users on every wiki page. If possible create a gadget that is * enabled by default instead of adding it here (since gadgets are fully * optimized ResourceLoader modules with possibility to add dependencies etc.) * * Since Common.js isn't a gadget, there is no place to declare its * dependencies, so..." current
- 01:3401:34, 31 March 2025 diff hist +10,786 MediaWiki:Common.css No edit summary current
24 March 2025
- 01:3601:36, 24 March 2025 diff hist +416 N Portal:Concepts Created page with "<templatestyles src="Main Page/styles.css" /> __NOTITLE__ <div id="mp-topbanner" class="mp-box"> <div id="mp-welcome"><h1>Concepts</h1></div> <div id="mp-free">Abstract concepts represented within Marxism</div> </div> <div id="mp-upper"> <div id="mp-left" class="MainPageBG mp-box"> <h2 class="mp-h2">Classes</h2> <ul> <li>Proletariat</li> <li>Bourgeois</li> </ul> </div> </div>" current
- 01:3301:33, 24 March 2025 diff hist +476 N Portal:Papers Created page with "<templatestyles src="Main Page/styles.css" /> __NOTITLE__ <div id="mp-topbanner" class="mp-box"> <div id="mp-welcome"><h1>Papers</h1></div> <div id="mp-free">Documents written on Marxism</div> </div> <div id="mp-upper"> <div id="mp-left" class="MainPageBG mp-box"> <h2 class="mp-h2">Constitutions</h2> <ul> <li>Constitution of the People's Republic of China</li> <li>Constitution of the Communist Party of China</li> </ul> </div> </div>" current
- 01:3001:30, 24 March 2025 diff hist +449 N Portal:Organizations Created page with "<templatestyles src="Main Page/styles.css" /> __NOTITLE__ <div id="mp-topbanner" class="mp-box"> <div id="mp-welcome"><h1>Organizations</h1></div> <div id="mp-free">Organizations which adopted Marxism</div> </div> <div id="mp-upper"> <div id="mp-left" class="MainPageBG mp-box"> <h2 class="mp-h2">Ruling Parties</h2> <ul> <li>Communist Party of China</li> <li>Communist Party of Vietnam</li> </ul> </div> </div>" current
23 March 2025
- 21:5321:53, 23 March 2025 diff hist +464 N Portal:Events Created page with "<templatestyles src="Main Page/styles.css" /> __NOTITLE__ <div id="mp-topbanner" class="mp-box"> <div id="mp-welcome"><h1>Events</h1></div> <div id="mp-free">Important events under Marxism</div> </div> <div id="mp-upper"> <div id="mp-left" class="MainPageBG mp-box"> <h2 class="mp-h2">History of Marxism in different countries</h2> <ul> <li>Germany</li> <li>Russia</li> </ul> </div> </div>" current
- 21:5121:51, 23 March 2025 diff hist +395 N Portal:Places Created page with "<templatestyles src="Main Page/styles.css" /> __NOTITLE__ <div id="mp-topbanner" class="mp-box"> <div id="mp-welcome"><h1>Places</h1></div> <div id="mp-free">Locations important to Marxism</div> </div> <div id="mp-upper"> <div id="mp-left" class="MainPageBG mp-box"> <h2 class="mp-h2">Countries</h2> <ul> <li>Germany</li> <li>Russia</li> </ul> </div> </div>" current
- 21:4121:41, 23 March 2025 diff hist +328 Portal:People No edit summary current
- 20:5820:58, 23 March 2025 diff hist +12 Portal:People No edit summary
- 20:5220:52, 23 March 2025 diff hist +1,075 Main Page No edit summary current
- 19:5019:50, 23 March 2025 diff hist +86 MediaWiki:Common.css No edit summary Tag: Manual revert
- 19:4919:49, 23 March 2025 diff hist −86 MediaWiki:Common.css No edit summary Tag: Reverted
- 19:4719:47, 23 March 2025 diff hist +9 Marxism in Russia No edit summary current Tag: Visual edit: Switched
- 19:4519:45, 23 March 2025 diff hist +17 Marxism in Russia No edit summary Tag: Visual edit: Switched
- 19:3119:31, 23 March 2025 diff hist +82 N Portal:People Created page with "{{Portal container|width=4 |content==== First International === * Karl Marx }}"
- 19:0719:07, 23 March 2025 diff hist −30 Main Page No edit summary Tag: Visual edit: Switched
- 19:0119:01, 23 March 2025 diff hist +42 Main Page No edit summary Tag: Visual edit: Switched
- 18:5818:58, 23 March 2025 diff hist +35 MediaWiki:Common.css No edit summary
- 18:4118:41, 23 March 2025 diff hist +74 MediaWiki:Common.css No edit summary
- 18:3818:38, 23 March 2025 diff hist −278 MediaWiki:Common.css No edit summary
- 18:2518:25, 23 March 2025 diff hist −75 MediaWiki:Common.css No edit summary
- 18:2218:22, 23 March 2025 diff hist +551 MediaWiki:Common.css No edit summary
- 18:2018:20, 23 March 2025 diff hist 0 N File:Background.jpg No edit summary current
- 18:1018:10, 23 March 2025 diff hist −3,524 MediaWiki:Common.css Replaced content with "→CSS placed here will be applied to all skins: #footer { display: none; } #n-help-mediawiki { display: none; } #n-randompage { display: none; }" Tag: Replaced
- 18:0018:00, 23 March 2025 diff hist +4 MediaWiki:Common.css No edit summary
- 17:5117:51, 23 March 2025 diff hist −2 MediaWiki:Common.css No edit summary
- 17:4817:48, 23 March 2025 diff hist −12 MediaWiki:Common.css No edit summary
- 02:1002:10, 23 March 2025 diff hist −19 Category:Quotes Blanked the page current Tags: Blanking Visual edit: Switched
- 02:0702:07, 23 March 2025 diff hist +19 N Category:Quotes Created page with "Category:Quotes"
20 March 2025
- 02:0702:07, 20 March 2025 diff hist +7,787 N Template:Main page/styles.css Created page with "→* * * NEW CSS FOR NEW HOMEPAGE * *: .homepage-logo span a img{ filter:invert(0) contrast(70%); } .heading-hyperlink{ display:none; } .new-homepage + p > .error.mw-ext-cite-error{ →This might remove ALL errors from being displayed on the homepage, but necessary for the DPL inclusions: display:none; } →header: .frame-container.header-part{ text-align:center; justify-content:center; flex-flow:column nowrap; gap:0; } →search bar on homepage: .search-..." current
- 01:0101:01, 20 March 2025 diff hist +10 MediaWiki:Common.css No edit summary
- 00:5900:59, 20 March 2025 diff hist +37 MediaWiki:Common.css No edit summary
- 00:5700:57, 20 March 2025 diff hist −4,636 MediaWiki:Chameleon.css Blanked the page current Tag: Blanking
- 00:5500:55, 20 March 2025 diff hist −454 MediaWiki:Common.css No edit summary