Main public logs
Appearance
This is a combined display of all logs except the patrol, review, tag and thanks logs:
- Who performed the action – enter their name without prefix under "Performer".
- The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 21:22, 22 April 2023 Jay D. Easy talk contribs created page Module:Aligned dates list/sandbox (←Created page with 'local p = {} function p.main(frame) local output = {} local monthNames = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"} local daysInMonth = {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} local function generateSuffixes() local suffixes = {""} for char = string.byte("b"), string.byte("z") do table.insert(suffixes, string.char(char)) end return suffixes e...')