All public logs

Jump to navigation Jump to search

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:19, 15 May 2024 TheAstorPastor talk contribs created page Module:Archive list alpha (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...")