All public logs
Jump to navigation
Jump to search
Combined display of all available logs of IDU Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:00, 11 March 2023 Sanctaria talk contribs imported Module:Item by file upload (1 revision)
- 18:59, 11 March 2023 Sanctaria talk contribs deleted page Module:Item (content was: "local p = {} local function escape(str) return str:gsub("[|\\]", function (c) return string.format("\\%03d", c:byte()) end) end local function unescape(str) return str:gsub("\\(%d%d%d)", function (d) return string.char(d) end) end -- Implements Template:Item function p.pack(frame) local parent = frame:getParent() local result = '' for key, value in pairs(parent.args) do result = result .. "|" .. escape(tostring(key)) .. "|" .. escape(value) end return result .....")
- 14:36, 22 December 2021 Sanctaria talk contribs imported Module:Item by file upload (13 revisions)
- 12:33, 7 July 2020 Sanctaria talk contribs imported Module:Item by file upload (1 revision)