Module:Currency: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

12 October 2024

  • curprev 23:5723:57, 12 October 2024Alex talk contribs 2,548 bytes +2,548 Created page with "-- <pre> -- Implements various currency templates -- local p = {} local function amount (a, coinType) -- convert used globals to locals where possible to improve performance local math = math local string = string local table = table local mw = mw local expr = mw.ext.ParserFunctions.expr local ret = {'<span class="coins inventory-image ', true, true, true, true, '</span>'} -- add class for CSS to add the correct image with -- see [[..."