Module:ColorParse: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 187: Line 187:
       i = i + 1
       i = i + 1
   end
   end
   return '<table class="wikitable">' .. tblheader  .. table.concat(tr) .. '</table>'
   return '<table class="wikitable sortable">' .. tblheader  .. table.concat(tr) .. '</table>'
end
end


Navigation menu