All public logs
Combined display of all available logs of Ikwipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:28, 21 November 2024 EnWikiAdmin talk contribs created page Module:NavboxMobile (Created page with "-- -- This module implements {{navbox}} for MobileFrontend -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local tableRowAdded = false local border 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' else return s end end local fun...")