Module:Module toc: Revision history

From CLOCKUP WIKI

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.

9 June 2023

  • curprev 07:4507:45, 9 June 2023G Utopia talk contribs 2,803 bytes +2,803 Created page with "-- <nowiki> local p = {} local function getNewlineLocations( content ) local locs = {} local pos = 0 repeat pos = string.find( content, '\n', pos + 1, true ) table.insert( locs, pos ) until not pos return locs end local function findLineNumber( pos, newLineLocs ) local max = #newLineLocs local min = 1 repeat local i = math.ceil( (max + min) / 2 ) if newLineLocs[i] < pos then min = i..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.