Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:TOC: Revision history

From Zenniverse Media

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.

31 July 2025

  • curprev 09:1809:18, 31 July 2025 Zen talk contribs 1,449 bytes +1,449 Created page with "return { letters = function(frame) local origArgs = frame.args if not origArgs[1] and not(tonumber(origArgs['start']) and tonumber(origArgs['start'])) then origArgs = frame:getParent().args if not origArgs[1] and not(tonumber(origArgs['start']) and tonumber(origArgs['start'])) then return '' end end local args local prefix = origArgs.prefix or '' local start = tonumber(origArgs['start']) local limit = tonumber(origArgs['end']) if start an..."