Module:Format: Revision history

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.

30 January 2025

  • curprev 05:3405:34, 30 January 2025 Louis talk contribs 210 bytes +210 Created page with "local p = {} function p.uppercase(frame) local text = frame.args[1] or '' return text:upper() end function p.lowercase(frame) local text = frame.args[1] or '' return text:lower() end return p"