Module:Navbox: 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.

13 November 2023

  • curprev 04:0904:09, 13 November 2023UmbraNight talk contribs 12,170 bytes +12,170 Created page with "-- -- This module implements {{Navbox}} -- -- Credit to https://en.wikipedia.org/wiki/Module:Navbox -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local tableRowAdded = false local borderc local listnums = {} local function trim(s) return (mw.ustring.gsub(s, "^%s*(.-)%s*$", "%1")) end local function addNewline(s) if s:match('^[*:;#]') or s:match('^{|') then return '\n' .. s ..'\n' el..."