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).

Logs
  • 06:49, 26 January 2026 Coppersalts talk contribs created page Module:Format time (Created page with "local p = {} function p.main(frame) args = require('Module:Arguments').getArgs(frame) return p._main{fmt = args['fmt'], s = args['s'] or args[1]} end function p._main(args) -- args is a table with two values: -- fmt = the format to output the time, according to mw:Help:Extension:ParserFunctions##time (default: j xg Y) -- s (or [1]) = the string to process; should be a date (default: empty string) return mw.getCurrentFrame():callParserFunction('#time', {args....")