ಮಾಡ್ಯೂಲ್:College color: ಪರಿಷ್ಕರಣೆಗಳ ನಡುವಿನ ವ್ಯತ್ಯಾಸ

Content deleted Content added
No edit summary
No edit summary
೩೧೫ ನೇ ಸಾಲು:
return ''
end
local nums = {
tonumber(num1:match('[1-5]') or '0') or 0,
tonumber(num2:match('[1-5]') or '0') or 0,
tonumber(num3:match('[1-5]') or '0') or 0,
tonumber(num4:match('[1-5]') or '0') or 0,
tonumber(num5:match('[1-5]') or '0') or 0}
local colorboxes = {}
Line ೩೩೩ ⟶ ೩೨೬:
for k,v in pairs(colororder) do
i = tonumber(v) or 0
if ( colors['name' .. nums[i] > 0 ]) then
iftable.insert(colorboxes,colorbox( colors['name' .. nums[i]]) thenor ''))
table.insert(colorboxes,colorbox(colors[nums[i]] or ''))
end
end
end
"https://kn.wikipedia.org/wiki/ಮಾಡ್ಯೂಲ್:College_color" ಇಂದ ಪಡೆಯಲ್ಪಟ್ಟಿದೆ