Module:Navbar: Revision history

Jump to navigation Jump to search

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.

17 July 2025

  • curprev 16:3016:30, 17 July 2025 Randombell talk contribs m 3,402 bytes 0 1 revision imported
  • curprev 12:0012:00, 17 July 2025 Randombell talk contribs 3,402 bytes +3,402 Created page with "local p = {} local getArgs local HtmlBuilder = require('Module:HtmlBuilder') local function trim(s) return mw.ustring.match(s, "^%s*(.-)%s*$") end local function htmlError(s) local span = HtmlBuilder.create('span') span .addClass('error') .css('float', 'left') .css('white-space', 'nowrap') .wikitext('Error: ' .. s) return tostring(span) end local function getTitle(pageName) pageName = trim(pageName); local page_title, talk_page_title; if mw.u..." Tag: Recreated

23 April 2016