All public logs

Jump to navigation Jump to search

Combined display of all available logs of Old School Near-Reality Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:03, 9 November 2022 Jacmob talk contribs created page Module:Coins (Created page with "-- <pre> -- Implements {{Coins}} local p = {} local function amount(a) -- 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 coins-', true, true, true, '</span>'} -- strip commas from input -- @example '123,456,789' a = string.gsub(a, ',', '') -- check for decimals/division to determi...")