Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Related changes

More actions

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 optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 06:04, 27 November 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

24 November 2025

     21:50  (Upload log) [Nickno (2×)]
     
21:50 Nickno talk contribs uploaded File:WikimediaUI-ArrowPrevious-ltr.svg
     
21:49 Nickno talk contribs uploaded File:WikimediaUI-ArrowNext-ltr.svg
N    19:47  Module:Arguments diffhist +10,054 Nickno talk contribs (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'...")
N    19:46  Template:Prevnext diffhist +83 Nickno talk contribs (Created page with "<includeonly>{{#invoke:Prevnext|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
N    19:46  Module:Prevnext/styles.css diffhist +2,754 Nickno talk contribs (Created page with ".template-prevnext { margin: var( --space-md ) 0; padding: var( --space-xxs ); background-color: var( --color-surface-1 ); border: var( --border-base ); border-radius: var( --border-radius-medium ); font-size: var( --font-size-small ); line-height: var( --line-height-xx-small ); display: grid; align-items: center; grid-template-areas: 'prev current next'; grid-template-columns: minmax( max-content, 1fr ) minmax( max-content, 1f...")
N    19:45  Module:Prevnext diffhist +2,974 Nickno talk contribs (Created page with "require( 'strict' ) local Prevnext = {} local metatable = {} local methodtable = {} metatable.__index = methodtable --- Returns true if a page exists --- @param page string --- @return boolean local function pageExists( page ) local title = mw.title.new( page ) return title and title.exists end --- Creates the prev/next header --- --- @return string function methodtable.make( self ) local function makeLink( dir ) if not self.frameArgs[ dir ] then return...")