Module:Archive list alpha: 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 May 2024

15 May 2024

  • curprev 15:1915:19, 15 May 2024TheAstorPastor talk contribs 12,035 bytes +12,035 Created page with "-- This module was created from Module:Archive list and only some -- lines were changes in order to search for alphabetical archives -- This module implements {{Archive list alpha}} in Lua, and adds a few -- new features. -- Converts the integer counter for an archive to an alphabetical string local function numToLetters(newInt) newInt = newInt - 1 local modVal = newInt % 26 local newLetter = string.char(string.byte('A') + modVal) if newInt >= 26 then r..."