Module:RoundN: 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.

30 December 2024

  • curprev 11:3511:35, 30 December 2024Mob talk contribs 28,313 bytes +28,313 Created page with "local p = { RD = { 'Quarter-finals', 'Semi-finals', 'Final', 'Third place' }, -- The text and background colors are paired and when you set one, you should set the other (accessibility) textColor = {head = '#202122', '#202122', '#202122', '#202122', '#202122'}, bgColor = {head = '#f2f2f2', 'gold', 'silver', '#C96', '#f9f9f9'}, reuseStr = {}, saveStr = function(self, name, ...) if not self.reuseStr[name] then self.reuseStr[name] = table.concat{....."