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

Content deleted Content added
typo
even/odd rowstyles
೧೪೪ ನೇ ಸಾಲು:
if args['rowstyle' .. tostring(j)] then
cell:cssText(args['rowstyle' .. tostring(j)])
elseif args['rowevenstyle'] and math.fmod(j,2) == 0 then
cell:cssText(args['rowevenstyle'])
elseif args['rowoddstyle'] and math.fmod(j,2) == 1 then
cell:cssText(args['rowoddstyle'])
elseif args['row' .. tostring(j) .. 'style'] then
cell:cssText(args['row' .. tostring(j) .. 'style'])
"https://kn.wikipedia.org/wiki/ಮಾಡ್ಯೂಲ್:Aligned_table" ಇಂದ ಪಡೆಯಲ್ಪಟ್ಟಿದೆ