Main public logs
Appearance
Combined display of all available logs of WhiskerWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:01, 29 June 2023 Roverso talk contribs created page Module:Cargo counter (Created page with "local cargo = mw.ext.cargo local getArgs = require('Module:Arguments').getArgs -- for processing arguments local cf = require("Module:Custom_functions") local ibf = require("Module:Infobox_functions") local p = {} -- function to pre-process arguments function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local tables = args.table local fields = "_pageName" local cargo_args = {limit = 100000} local carg...")