Module:SetlistAlbumSelector.: 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 18:2118:21, 11 July 2025Buburka Rinderbuy talk contribs 1,411 bytes +1,411 Created page with "local p = {} -- Функция для определения альбома на основе года в заголовке страницы function p.getAlbumForSong(frame) -- Получаем название текущей страницы local pageTitle = mw.title.getCurrentTitle().text -- Извлекаем год из заголовка (ожидаем формат MM.YYYY, например, 03.2013) local year = pageTitle:match("%.%d%d%d%d..."