Module:number list/show: 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.

6 July 2023

30 June 2023

29 June 2023

13 March 2021

  • curprev 12:1712:17, 13 March 2021Sware talk contribs 3,599 bytes +3,599 Created page with "local export = {} local m_number_list = require("Module:number list") local function compare_numbers(a, b) a, b = tonumber(a), tonumber(b) return a < b end function expo..."