Module:Average drop value/Sandbox: 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

17 October 2024

  • curprev 11:2211:22, 17 October 2024Alex talk contribs 5,291 bytes +3,050 No edit summary Tag: Manual revert
  • curprev 00:1200:12, 17 October 2024Alex talk contribs 2,241 bytes −3,050 No edit summary Tag: Reverted
  • curprev 00:0000:00, 17 October 2024Alex talk contribs 5,291 bytes +5,291 Created page with "local curr = require('Module:Currency')._amount local dpl = require('Module:DPLlua') local geprices = mw.loadJsonData('Module:GEPrices/data.json') local p = {} -- TODO move to helper function local a_an_arr = { a = true, e = true, i = true, o = true, u = true } function a_an(x) local _x = mw.text.truncate(string.lower(x), 1, '') if a_an_arr[_x] then return 'an' end return 'a' end function calcValue(item, lowqty, highqty, rarity, rolls, alchprice, options)..."