Module:AlbumFrame: Revision history

Jump to navigation Jump to search

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.

11 July 2025

  • curprev 04:1204:12, 11 July 2025Buburka Rinderbuy talk contribs 567 bytes +567 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..."