Module:Archive list alpha: Difference between revisions
From Test Wiki
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..." |
m Protected "Module:Archive list alpha": High-risk template or modules ([Edit=Allow only bureaucrats] (indefinite) [Move=Allow only bureaucrats] (indefinite) [Delete=Allow only bureaucrats] (indefinite) [Protect=Allow only bureaucrats] (indefinite)) |
(No difference)
| |