Combined display of all available logs of Zenniverse Media. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:45, 5 August 2025 Zen talk contribs created page Module:Logoform (Created page with "-- Module for: Formatting Logo local p = {} local concat = table.concat local split = mw.text.split local trim = mw.text.trim local upper = mw.ustring.upper local sub = mw.ustring.sub local function ucfirst(s) return upper(sub(s, 1, 1)) .. sub(s, 2) end function p.format(frame) local gpar = frame.args -- global local fname = ucfirst(trim(gpar[1] or '')) if fname == '' then return '' end -- if file name is "unspecified" local size = trim(gpar[2] or '') -- or '0...")