View source for Module:RoundN
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {
RD = {
'Quarter-finals',
'Semi-finals',
'Final',
'Third place'
},
bgColor = {head = '#f2f2f2', 'gold', 'silver', '#C96', '#f9f9f9'},
reuseStr = {},
saveStr = function(self, name, ...)
if not self.reuseStr[name] then
self.reuseStr[name] = table.concat{...}
end
return self.reuseStr[name]
end
}
--Provides a convenient naming shortcut up to {{#invoke:RoundN|N512}} = {{invoke:RoundN|main|columns = 9}}
for columns = 1, 9 do
local N = math.pow(2, columns)
000
1:0
Template used on this page:
Return to Module:RoundN.