Module:AuronTest/ComparisonTables: Difference between revisions

From Melvor Idle
(removing sources and seeing if that does anything helpful)
(Removing extraneous header section)
Line 94: Line 94:
   end
   end
   if includeModifiers and includeDescription then
   if includeModifiers and includeDescription then
     table.insert(resultPart, '\r\n!colspan="3"|')
     table.insert(resultPart, '\r\n!colspan="2"|')
   elseif includeModifiers or includeDescription then
   elseif includeModifiers or includeDescription then
    table.insert(resultPart, '\r\n!colspan="2"|')
  else
     table.insert(resultPart, '\r\n!colspan="1"|')
     table.insert(resultPart, '\r\n!colspan="1"|')
   end
   end