Module:SMW Table: Revision history

From Claremont MakerSpace

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.

17 July 2018

30 June 2018

28 June 2018

  • curprev 18:4018:40, 28 June 2018Adam.goldsmith talk contribs 158 bytes +158 Created page with "local p = {} function p.infobox(frame) r = '' for key, value in pairs(frame.args) do r = r..'|-\n!'..key..'\n|'..value..'\n' end return r end return p"