Main public logs

Jump to navigation Jump to search

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

Logs
  • 06:13, 24 January 2026 Riot Hero talk contribs created page Module:KidAAlphabet (Created page with "local pages = require('Module:KidAAlphabet/data') local p = {} -- Extract label from full title local function label(title) return title:match('^.+[:/](.+)$') or title end function p.nav(frame) local current = mw.title.getCurrentTitle().prefixedText local prev, next for i, v in ipairs(pages) do if v == current then prev = pages[i - 1] next = pages[i + 1] break end end return frame:expandTemplate{ title = 'KIDA', args = {...")