Module:Prevnext: Revision history

From the Dyson Sphere Program Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 June 2024

24 March 2024

16 January 2024

  • curprev 20:1820:18, 16 January 2024Antt1995 talk contribs 2,997 bytes +2,997 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..."
🍪 We use cookies to keep session information to provide you a better experience.