All public logs

From Guild of Archivists

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

Logs
  • 05:20, 30 April 2024 BladeLakem talk contribs created page Module:Parameters (Created page with "args = {} origArgs = {} local export = {} function export.getArgNums(prefix) -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix was 'data', and -- 'data1', 'data2', and 'data5' exist, it would return {1, 2, 5}. local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then table.insert(nums, tonumber(num))...")