Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 16:21, 7 May 2025
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

3 May 2025

N    19:48  Location diffhist +62 Medici talk contribs (Created page with "==Global== *Rise of the Exalted Category:Locations")
     19:48  (Deletion log) [Medici (2×)]
     
19:48 Medici talk contribs deleted page Location (content was: "==Global== *Rise of the Exalted Category:Locations", and the only contributor was "Medici" (talk))
     
19:47 Medici talk contribs deleted page Location (content was: "#REDIRECT Locations", and the only contributor was "Medici" (talk))
     19:47 Move log Medici talk contribs moved page Location to Locations
N    06:32  Module:Infobox Activity 6 changes history +5,321 [Medici (6×)]
     
06:32 (cur | prev) −749 Medici talk contribs
     
02:42 (cur | prev) +22 Medici talk contribs
     
02:20 (cur | prev) −37 Medici talk contribs
     
02:20 (cur | prev) −127 Medici talk contribs
     
02:19 (cur | prev) −46 Medici talk contribs
N    
01:48 (cur | prev) +6,258 Medici talk contribs (Created page with "-------------------------- -- Module for Template:Infobox Activity ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local infobox = require('Module:Infobox') local tb = require('Module:Trailblazer Region') function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', func = 'name' }, { name = 'image', func = 'image' }, { name = 'aka', func = 'has_content'...")
N    02:34  Module:Infobox 11 changes history +54,127 [Medici (11×)]
     
02:34 (cur | prev) −404 Medici talk contribs
     
02:32 (cur | prev) −90 Medici talk contribs
     
02:29 (cur | prev) +636 Medici talk contribs
     
02:22 (cur | prev) −464 Medici talk contribs
     
02:15 (cur | prev) −404 Medici talk contribs
     
02:14 (cur | prev) −170 Medici talk contribs Tag: Manual revert
     
02:13 (cur | prev) +170 Medici talk contribs Tag: Reverted
     
02:11 (cur | prev) −83 Medici talk contribs Tag: Manual revert
     
02:09 (cur | prev) +226 Medici talk contribs Tag: Reverted
     
02:08 (cur | prev) −143 Medici talk contribs Tag: Reverted
N    
01:48 (cur | prev) +54,853 Medici talk contribs (Created page with "--[=[ -- For documentation, see Module:Infobox/doc --]=] -- <nowiki> local Infobox = {} Infobox.__index = Infobox Infobox.__tostring = Infobox.tostring -- Edit button for unknown params local editbutton = require('Module:Edit button') local var = mw.ext.VariablesLua local edit = editbutton("'''?''' (edit)") -- Page title local pagename = mw.title.getCurrentTitle().fullText -- map of flags to html tags used by Infobox.addRow() -- let's only define it once, since :...")
N    02:00  Template:Infobox Activity/doc diffhist +1,504 Medici talk contribs (Created page with "{{Documentation}} ==Parameters== ===name=== Name of the activity. ===image=== An image of the activity. ===aka=== (Optional) Alternate names for the activity. ===release=== Release date of the activity. ===update=== Update post associated with the release date. ===type=== (Optional) The type of activity: Minigame, Distraction and Diversion, or Raid. Omit if activity does not fall into one of those groups. ===removal=== (Optional) Removal date of the activity. ===...")
N    01:50  Module:Trailblazer Region diffhist +5,969 Medici talk contribs (Created page with "local p = {} local lang = mw.getContentLanguage() local regions = { misthalin = true, karamja = true, asgarnia = true, desert = true, fremennik = true, kandarin = true, morytania = true, tirannwn = true, wilderness = true, kourend = true, varlamore = true, } function p._main(region, note, link, global_highlight, league) if region == nil or string.lower(region) == "no" then return "None" end local ret = {} for value in string.gmatch(region, "[^,]+") do...")
N    01:49  Module:Edit button diffhist +487 Medici talk contribs (Created page with "-- {{Helper module|name=Edit button|fname1=(text)|ftype1=string|fuse1=Creates an edit button for the current page that the module is invoked on<br><br><code>text</code> defaults to "edit"}} -- Creates a link that opens the editor screen for whatever page this module is invoked on return function(text, page) local page_title = page or mw.title.getCurrentTitle().fullText local url = tostring(mw.uri.fullUrl(page_title,'action=edit')) return '['..url..' '..(text or 'edi...")

2 May 2025

N    22:35  Module:Mainonly diffhist +869 Medici talk contribs (Created page with "--[[ {{Helper module|name=Mainonly |fname1=_main(arg) |ftype1=Any value |fuse1=If the module is invoked in the content namespace, it will return arg, otherwise, it will return an empty string |fname2=on_main() |ftype2=N/A |fuse2=Returns true if invoked in the content namespace, otherwise false }} --]] -- -- Module to return text only when invoked in the content namespace -- local p = {} function p.main(frame) local ret = frame:getParent().args[1] or '' return p._main...")
N    04:51  Template:Documentation diffhist +104 Medici talk contribs (Created page with "<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__</includeonly><noinclude>{{/doc}}</noinclude>")
N    04:51  Module:Yesno diffhist +871 Medici talk contribs (Created page with "--[[ {{Helper module|name=Yesno |fname1=(arg) |ftype1=Any value |fuse1=Reads arg for yes/no and returns the appropriate boolean or nil |fname2=(arg1,arg2) |ftype2=Any value, Any value |fuse2=Reads arg1 for yes/no and returns the appropriate boolean; returns arg2 if arg1 was not an applicable value }} --]] -- <pre> -- Used to evaluate args to booleans where applicable -- -- Based on <https://en.wikipedia.org/wiki/Module:Yesno> -- see page history there for contributors --...")
N    04:50  Module:Tooltip diffhist +1,592 Medici talk contribs (Created page with "local p = {} local yn = require('Module:Yesno') local hc = require('Module:Paramtest').has_content -- module access point for div p._div = function(args) local name = args.name if not hc(name) then error('Name is required!') end local content = args.content local hasarrow = yn(args.arrow or 'yes', true) local arrowsize = tonumber(args.arrowsize) or 10 local limitwidthbool = yn(args.limitwidth or 'yes', true) local style = args.style local div = mw.ht...")
N    04:50  Module:Documentation diffhist +3,741 Medici talk contribs (Created page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local p = {} function p.doc( frame ) local title = mw.title.getCurrentTitle() local args = frame:getParent().args local page = args[1] or mw.ustring.gsub( title.fullText, '/doc$', '' ) local addDependencyList = yn( args.DependencyList or true ) local ret, cats, ret1, ret2, ret3 local onModule = title.namespace == 828 -- subpage head...")
N    04:49  Module:DependencyList diffhist +24,436 Medici talk contribs (Created page with "local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local tooltip = require( 'Module:Tooltip' ) local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 5 local MAX_DYNAMIC_REQUIRE_LIST_LENGTH = 30 local dynamicRequireListQueryCache = {} local builtins = { ["libraryUtil"] = { link = "mw:S...")
N    04:49  Module:DPLlua diffhist +16,313 Medici talk contribs (Created page with "-- <nowiki> local dpl = {} local libraryUtil = require( 'libraryUtil' ) local hasContent = require( 'Module:Paramtest' ).has_content local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg dpl.pipe = '¦' local dataContentMarker = '`#@@#`' local allIncludedParamNames = {} -- Custom function for splitting a string because mw.text.split() is waaay too slow local function split( str, pattern, plain ) local res = {} local con...")
N    04:48  Module:Array diffhist +30,679 Medici talk contribs (Created page with "local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---Returns the length of the array but it also works on proxy arrays ---@param arr any[] ---@return integer local function len(arr) local l = #arr if l == 0 then if arr[1] ~= nil then -- Exponential search to find length of proxy table local low = 1 local high = 1 local ceil = math.ceil while arr[high] ~= nil do high...")
N    04:47  Module:Paramtest diffhist +2,055 Medici talk contribs (Created page with "--[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {arg1,arg2},...}...")