Module:Currency: Revision history

From RosieSoCrossing

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.

13 January 2026

  • curprev 15:2715:27, 13 January 2026 Rosie talk contribs 4,795 bytes +4,795 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..."