All public logs

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

Logs
  • 10:36, 8 July 2025 TheAlternateDoctor talk contribs created page Module:BPMTable (Created page with "local p = {} function p.main(frame) local title = frame.args["title"] local items = frame.args[1] if items ~= nil then items = mw.text.split(items, ",") else items = {} end local labels = frame.args[2] if labels ~= nil then labels = mw.text.split(items, ",") else labels = {} end local result = {} table.insert(result, '{|class="mw-collapsible mw-collapsed" style="color:white;width:25%;clear:both;...")