Main public logs

From RosieSoCrossing

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

Logs
  • 15:27, 13 January 2026 Rosie talk contribs created page Module:Currency (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local sentenceCase = require('Module:SentenceCase').firstToUpper function p.main(frame) local args = getArgs(frame) local nolink = args.nolink or '' local short = args.short or '' local size = args.size or '' local note = args.note or '' local currency = args[1] or args.currency or '' local num = args[2] or args.num or '' local noimages = args.n...")