Module:Race: Revision history

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.

20 January 2022

  • curprev 03:3903:39, 20 January 2022>Aeliren 1,468 bytes +1,468 Created page with "local p = {} local races = {} function p.findIndex(search) for i, race in ipairs(races) do if (string.lower(string.gsub(race.link,'%s','')) == search) then return i..."