Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of New Prairie Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:30, 17 July 2025 Randombell talk contribs imported Module:HtmlBuilder by file upload (1 revision)
- 12:01, 17 July 2025 Randombell talk contribs created page Module:HtmlBuilder (Created page with "-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...) end else return ret end end metatable.__tostring = function(t) local...") Tag: Recreated
- 12:01, 17 July 2025 Randombell talk contribs deleted page Module:HtmlBuilder (content was: "-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...) end else return ret end end metatable.__tostring = function(t) local ret = {...")
- 10:17, 17 July 2025 Randombell talk contribs imported Module:HtmlBuilder by file upload (1 revision)