All public logs
From The Seven Sages of Rome
Combined display of all available logs of The Seven Sages of Rome. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:26, 19 March 2025 Noeth talk contribs created page Module:ListRedirects (Created page with "local p = {} function p.listRedirects(frame) local title = mw.title.getCurrentTitle() local redirects = title:getRedirectsHere() local result = {} for _, redirect in ipairs(redirects) do table.insert(result, string.format("* %s", redirect.prefixedText)) end return table.concat(result, '\n') end return p")