Module:Csv: 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.

4 August 2023

  • curprev 02:2802:28, 4 August 2023Admin coral island talk contribs 2,970 bytes +2,970 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 =..."