Jump to content

Module:String2: 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.

21 April 2022

7 January 2022

18 October 2020

  • curprev 17:3217:32, 18 October 2020 Caleb Cooper talk contribs 5,563 bytes +5,563 Created page with "local p = {} p.upper = function(frame) local s = mw.text.trim(frame.args[1] or "") return string.upper(s) end p.lower = function(frame) local s = mw.text.trim(frame.args..."