All public logs

Jump to navigation Jump to search

Combined display of all available logs of Coral Island Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:28, 4 August 2023 Admin coral island talk contribs created page Module:Csv (Created page with "local p = {} local getArgs = require("Dev:Arguments").getArgs local str_find = string.find local str_sub = string.sub local str_gsub = string.gsub local tbl_insert = table.insert local function escapeMagicCharacters(s) -- Lua pattern magic chars are ^$()%.[]*+-? return str_gsub(s, '[%^%$%(%)%%%.%[%]%*%+%-%?]', '%%%1') end function p.main(frame) local args = getArgs(frame) local sPageName = args.page local fmtparams = { delimiter = args.delimiter, quotechar =...")