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

Module:Logoform: Revision history

From Zenniverse Media

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.

5 August 2025

  • curprev 04:4504:45, 5 August 2025 Zen talk contribs 2,866 bytes +2,866 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..."