Module:String2: Revision history

From RTGame Wiki

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.

2 May 2021

2 January 2020

  • curprev 03:2803:28, 2 January 2020RTGame>Alistair3149 3,565 bytes +3,565 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..."