Module:Skills/Agility: Difference between revisions

testing solid borders
(Added grouping by agility slot)
(testing solid borders)
Line 25: Line 25:
     if catLog[obst.category] == nil then
     if catLog[obst.category] == nil then
       local rowspan = obst.category > 1 and 5 or 3
       local rowspan = obst.category > 1 and 5 or 3
       result = result..'rowspan="'..rowspan..'"|'..(obst.category + 1)..'||'
       result = result..'rowspan="'..rowspan..'" style="border:1px solid black"|'..(obst.category + 1)..'||'
       catLog[obst.category] = true
       catLog[obst.category] = true
     end
     end