Module:PriceShop: 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.

8 May 2024

  • curprev 10:4310:43, 8 May 2024Hefner talk contribsm 499 bytes 0 Hefner moved page Module:PriceBHP to Module:PriceShop without leaving a redirect
  • curprev 10:4110:41, 8 May 2024Hefner talk contribs 499 bytes +499 Created page with "local p = {} local coins = require('Module:Coins') local exchange = require('Module:Exchange') -- -- Module access point -- function p._main(target) -- return target if not target then return 'N/A' end target = tostring(target) local amount = exchange._price(target) return coins._amount(amount) end -- -- {{Coins}} access point -- function p.main(frame) local args = frame:getParent().args return p._main(args[1]) end --[[ DEBUG = = p._main('Watering can') =..."