Main public logs
Combined display of all available logs of The Wiki Camp 2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:45, 26 January 2026 Coppersalts talk contribs created page Module:Unsigned (Created page with "local p = {} local yesno = require('Module:Yesno') local function trim(s) return s:gsub("^%s+", ""):gsub("%s+$", ""):gsub("\226\128\142", "") end function p.getTimestamp(s) --gets the timestamp in the input --if nothing is found, returns the empty string --we search for time and date seperately to allow for a time-less addition of date -- helper to search the input string -- note that match on nil is a bad thing, so we include: or '' local function findFromInp...")