All public logs

Jump to navigation Jump to search

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

Logs
  • 04:12, 11 July 2025 Buburka Rinderbuy talk contribs created page Module:AlbumFrame (Created page with "local p = {} function p.show(frame) local title = mw.title.getCurrentTitle().text or "" local album = "" if mw.ustring.match(title, "%.2011$") then album = "RAB" elseif mw.ustring.match(title, "%.2013$") then album = "Vessel" else album = "Unknown" end return string.format( '<div style="border:2px solid #A00; padding:10px; border-radius:14px; display:inline-block; background:#f9f9fa; margin:8px 0; font-si...")