User contributions for Jord
Appearance
14 January 2025
- 02:3402:34, 14 January 2025 diff hist 0 Template:Political party No edit summary current
- 02:3102:31, 14 January 2025 diff hist −5 Template:Political party No edit summary
- 02:3002:30, 14 January 2025 diff hist +682 Module:TimeAgo No edit summary current
- 02:2902:29, 14 January 2025 diff hist +97 Template:Political party No edit summary
- 02:2802:28, 14 January 2025 diff hist 0 m Module:TimeAgo Protected "Module:TimeAgo" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 02:2802:28, 14 January 2025 diff hist +1,079 N Module:TimeAgo Created page with "local p = {} -- Function to calculate the time difference and return it as a string function p.timeAgo(frame) local founded = frame.args[1] local currentDate = mw.date("yyyy-mm-dd") -- Convert the founded date to a Lua date object local foundedDate = mw.text.split(founded, "-") local foundedYear = tonumber(foundedDate[1]) local foundedMonth = tonumber(foundedDate[2]) local foundedDay = tonumber(foundedDate[3]) -- Current date co..."
- 02:2602:26, 14 January 2025 diff hist −205 Template:Political party No edit summary
- 02:2502:25, 14 January 2025 diff hist −11 Template:Political party No edit summary
- 02:2502:25, 14 January 2025 diff hist −22 Template:Political party No edit summary
- 02:2402:24, 14 January 2025 diff hist +35 Template:Political party No edit summary
- 02:2202:22, 14 January 2025 diff hist +89 Template:Political party No edit summary
- 02:1802:18, 14 January 2025 diff hist +124 Template:Political party No edit summary
- 02:1702:17, 14 January 2025 diff hist −96 Template:Political party No edit summary
- 02:1402:14, 14 January 2025 diff hist −110 Template:Political party No edit summary
- 02:1302:13, 14 January 2025 diff hist +1 Template:Political party No edit summary
- 02:1202:12, 14 January 2025 diff hist +90 Template:Political party No edit summary
- 02:0602:06, 14 January 2025 diff hist +1,851 N Module:SDcat Created page with "--SDcat Module to check whether local short description matches that on Wikidata -- local p = {} ------------------------------------------------------------------------------- --[[ setCat has the qid of a Wikidata entity passed as |qid= (it defaults to the associated qid of the current article if omitted) and the local short description passed as |sd= It returns a category if there is an associated Wikidata entity. It returns one of the following tracking categor..." current
- 02:0502:05, 14 January 2025 diff hist +94 N Template:SDcat Created page with "<includeonly>{{#invoke:SDcat |setCat}}</includeonly><noinclude> {{documentation}} </noinclude>" current
- 02:0502:05, 14 January 2025 diff hist +50 N Module:Pagetype/disambiguation Redirected page to Module:Disambiguation/templates current Tag: New redirect
- 02:0302:03, 14 January 2025 diff hist +1,753 N Module:Disambiguation Created page with "local p = {} local mRedirect = require('Module:Redirect') local disambiguationTemplates = mw.loadData('Module:Disambiguation/templates') local function capitalize(s) -- This function only works on ASCII strings. If your wiki has -- disambiguation templates that use Unicode strings, use the commented-out -- line instead. Enwiki uses ASCII string manipulation only here to improve -- performance. return s:sub(1, 1):upper() .. s:sub(2, -1) -- return mw.ustring.upper(m..." current
- 02:0202:02, 14 January 2025 diff hist +4,369 N Module:Disambiguation/templates Created page with "-- This page contains a table of all disambiguation templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["Disambiguation"] = true, ["Begriffsklärung"] = true, ["DAB"] = true, ["Dab"] = true, ["Dab page"] = true, ["Dabpage"] = true, ["Dbig"] = true, ["Dis"] = true, ["Disam"] = true, ["Disamb"] = true, ["Disambig"] =..." current
- 02:0202:02, 14 January 2025 diff hist +1,489 N Module:Pagetype/setindex Created page with "-- This page contains a table of all set index templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["Set index article"] = true, ["Sia"] = true, ["Set index"] = true, ["SIA"] = true, ["Set-index"] = true, ["Setindex"] = true, ["Set-index article"] = true, ["Animal common name"] = true, ["Chemistry index"] = true..." current
- 02:0102:01, 14 January 2025 diff hist +640 N Module:Pagetype/rfd Created page with "-- This page contains a table of all RfD templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { -- Template forms (these should be substituted so we should rarely see these) ["Redirect for discussion"] = true, ["RFD"] = true, ["RfD"] = true, ["Rfd1"] = true, ["Rfd-t"] = true, ["Rfd"] = true, ["Rfd-NPF"] = true, ["..." current
- 02:0002:00, 14 January 2025 diff hist +2,612 N Module:Pagetype/softredirect Created page with "-- This page contains a table of all soft redirect templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["R from category navigation"] = true, ["Redirect from category navigation"] = true, ["Category redirect"] = true, ["Cat move"] = true, ["Cat red"] = true, ["Cat redir"] = true, ["Cat redirect"] = true, ["Category mo..." current
- 02:0002:00, 14 January 2025 diff hist +17,882 N Module:Wikitext Parsing Created page with "require("strict") --Helper functions local function startswith(text, subtext) return string.sub(text, 1, #subtext) == subtext end local function endswith(text, subtext) return string.sub(text, -#subtext, -1) == subtext end local function allcases(s) return s:gsub("%a", function(c) return "["..c:upper()..c:lower().."]" end) end local trimcache = {} local whitespace = {[" "]=1, ["\n"]=1, ["\t"]=1, ["\r"]=1} local function cheaptrim(str) --mw.text.trim is surprising..." current
- 01:5901:59, 14 January 2025 diff hist +4,216 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
- 01:5901:59, 14 January 2025 diff hist +8,227 N Module:Pagetype Created page with "-------------------------------------------------------------------------------- -- -- -- This meta-module which automatically detects namespaces, and allows -- -- for a great deal of customisation. It can easily be ported to other -- -- wikis by changing the values in the Module:Pagetype/config. -- --..." current
- 01:5801:58, 14 January 2025 diff hist +179 N Template:Pagetype Created page with "{{<includeonly>safesubst:</includeonly>#invoke:pagetype|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 01:5701:57, 14 January 2025 diff hist +827 N Template:Short description/lowercasecheck Created page with "{{#ifeq:<!--test first character for lower-case letter-->{{#invoke:string|find|1={{{1|}}}|2=^%l|plain=false}}|1 |<!-- first character is a lower case letter; test against whitelist -->{{#switch: {{First word|{{{1|}}}}}<!--begin whitelist--> |c. <!--for circa--> |gTLD |iMac |iOS |iOS, |iPad |iPhone |iTunes |macOS |none |pH |pH-dependent=<!-- end whitelist; short description starts with an allowed lower-case string; whitelist matched; do nothing --> |#default=<!-- apply c..." current
- 01:5701:57, 14 January 2025 diff hist −42 Template:Short description No edit summary current
- 01:5701:57, 14 January 2025 diff hist +1,348 N Template:Short description Created page with "{{#ifeq:{{lc:{{{1|}}}}}|none|<nowiki /><!--Prevents whitespace issues when used with adjacent newlines-->|<div class="shortdescription nomobile noexcerpt noprint searchaux" style="display:none">{{{1|}}}{{SHORTDESC:{{{1|}}}|{{{2|}}}}}</div>}}<includeonly>{{#ifeq:{{{pagetype}}}|Disambiguation pages||{{#ifeq:{{pagetype |defaultns = all |user=exclude}}|exclude||{{#ifeq:{{#switch: {{NAMESPACENUMBER}} | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 11 | 12 | 13 | 14 | 15 | 100 | 101 | 118 | 11..."
- 01:5601:56, 14 January 2025 diff hist 0 Template:Political party No edit summary
- 01:5601:56, 14 January 2025 diff hist −20 Template:Political party No edit summary
- 01:5501:55, 14 January 2025 diff hist −911 Template:Political party No edit summary
- 01:5001:50, 14 January 2025 diff hist +991 Template:Political party No edit summary
- 01:4901:49, 14 January 2025 diff hist −358 Template:Political party No edit summary
- 01:4901:49, 14 January 2025 diff hist +251 Template:Political party No edit summary
- 01:4801:48, 14 January 2025 diff hist +171 Template:Political party No edit summary
- 01:4401:44, 14 January 2025 diff hist −34 Template:Political party No edit summary
- 01:4301:43, 14 January 2025 diff hist −13 Template:Political party No edit summary
- 01:4001:40, 14 January 2025 diff hist +117 Template:Political party No edit summary
- 01:2301:23, 14 January 2025 diff hist +105 Template:Political party No edit summary
- 01:2001:20, 14 January 2025 diff hist −129 Template:Political party No edit summary
- 01:2001:20, 14 January 2025 diff hist +33 Template:Political party No edit summary
- 01:1901:19, 14 January 2025 diff hist +2,061 N Template:Political party Created page with "<infobox> <title source="name"><default>{{PAGENAME}}</default></title> <image source="logo" class="infobox-image"></image> <group class="infobox-group"> <header class="infobox-header">Information</header> <data source="name"><label>Party Name</label></data> <data source="founder"><label>Founder</label></data> <data source="founded"><label>Year Founded</label></data> <data source="headquarters"><label>Headquarters</labe..."
- 01:1601:16, 14 January 2025 diff hist +276 MediaWiki:Common.css No edit summary
- 01:0701:07, 14 January 2025 diff hist +1,757 N Template:War2 Created page with "<infobox type="war2"> <title source="name"><default>{{PAGENAME}}</default></title> <image source="image" class="infobox-image"></image> <group class="infobox-group"> <header class="infobox-header">Information</header> <data source="date"><label>Date</label></data> <data source="location"><label>Location</label></data> </group> <group class="infobox-group collapsible" layout="horizontal" show="incomplete"> <header clas..." current
- 01:0101:01, 14 January 2025 diff hist −735 MediaWiki:Common.js Blanked the page current Tags: Blanking Manual revert
- 00:5900:59, 14 January 2025 diff hist +176 MediaWiki:Common.js No edit summary Tag: Reverted
- 00:5700:57, 14 January 2025 diff hist +293 MediaWiki:Common.js No edit summary Tag: Reverted