Template:HtmlBuilder: Revision history

Jump to navigation Jump to search

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.

3 November 2013

  • curprev 17:3117:31, 3 November 2013Bradley Monk talk contribs 4,188 bytes +4,188 Created page with "local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = met..."