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

Module:Infobox: Revision history

From CosmicPE 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.

25 February 2025

24 February 2025

  • curprev 14:2214:22, 24 February 2025 Muqsit talk contribs 16,023 bytes +16,023 Created page with "-- -- This module implements {{Infobox}} -- local p = {} -- local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = string.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s = string.gsub(s, '(</[Tt][Rr]%s*>)', '%1' .. marker) if s:matc..."