Module:Currency: Revision history

Jump to navigation Jump to search

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.

    25 November 2023

    • curprev 10:2810:28, 25 November 2023upgradewastaken#0 talk contribs 13,668 bytes +13,668 Created page with "-- <pre> local p = {} local loader = require('Module:Loader') local getArgs = require('Module:Arguments').getArgs local string, table, yesno, colorMdl = loader.require('String', 'Table', 'Yesno', 'Color') local currencyData, bazaarData = loader.loadData('Currency/Data', 'Bazaar/Data') local formatNum, shorten, toNumber = string._formatNum, string._formatShortNum, string._toNumber local lang = mw.language.getContentLanguage() -----------------------------------------..."