Module:MoveDataParser ROA: 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.

17 December 2023

15 December 2023

1 May 2023

  • curprev 11:2011:20, 1 May 2023Rai talk contribsm 3,332 bytes −1 No edit summary
  • curprev 10:4210:42, 1 May 2023Rai talk contribs 3,333 bytes +3,333 Created page with "local p = {} local cargo = mw.ext.cargo -- Color frame advantage text based on value (positive or negative) function p.colorizeFrameAdvantage(frame) -- Set the string to the first argument given local str = frame.args[1] -- Surrond all plus values with a span with style color green str = string.gsub(str, "(%+%d+)", "<span style=\"color:green;\">%1</span>") -- Surrond all negative values with a span with style color green str = string.gsub(str, "(%-%d+)", "<span..."