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

2 May 2024

  • curprev 06:3406:34, 2 May 2024Hefner talk contribs 166 bytes +166 Created page with "-- Module:PriceParser local p = {} function p.removeComma(price) -- Remove any commas from the price string return string.gsub(price, ",", "") end return p"