This site is no longer actively maintained. It exists for historical purposes as an example of Phabricator integration and Lua scripting.

Module:Utilities: Revision history

From cpt

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.

1 August 2019

  • curprev 10:3710:37, 1 August 2019โ€Ž Ccicalese talk contribsโ€Ž 273 bytes +273โ€Ž Created page with "local p = {} function p.cleanse(frame) local s = frame.args[1] s = string.gsub( s, '{', '{' ) s = string.gsub( s, '}', '}' ) s = string.gsub( s, '%[', '[' )..."