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
  • 13:17, 9 July 2025 Buburka Rinderbuy talk contribs deleted page Module:Setlist (content was: "local p = {} local function svg_arc(cx, cy, r, start_angle, end_angle, color, href) local function polarToCartesian(cx, cy, r, angle) local angle_rad = math.rad(angle - 90) return cx + r * math.cos(angle_rad), cy + r * math.sin(angle_rad) end local x1, y1 = polarToCartesian(cx, cy, r, start_angle) local x2, y2 = polarToCartesian(cx, cy, r, end_angle) local largeArcFlag = ((end_angle - start_angle) % 360) > 180 and 1 or 0 local path = str...")