Module:Sandbox/User:EricAlvin/TestParse: Difference between revisions

EricAlvin (talk | contribs)
No edit summary
Tag: Manual revert
EricAlvin (talk | contribs)
No edit summary
Line 146: Line 146:
         end
         end
     elseif type == 'bordered' then
     elseif type == 'bordered' then
       bordered = true
       bordered = false
       overflowbehavior = function(f)
       overflowbehavior = function(f)
         if #strtbl - f ~= 0 then return colorlist[1] else return colorlist[2] end
         if #strtbl - f ~= 0 then return colorlist[1] else return colorlist[2] end