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
  • 16:48, 27 November 2025 HyperNervie talk contribs created page Module:VerticalGrid (Created page with "local p = {} function p.rowNumbers(frame) local args = frame:getParent().args local res = "" local function addRow(s) res = res .. frame:expandTemplate{ title = "VerticalGridCell", args = {s, class = "vgc-row-number"} } end if type(args.heading) == "string" then addRow(args.heading) end for i = 1, tonumber(args[1]) or 0 do addRow(i) end return res end return p")