Module:Items/UseTables: Difference between revisions

more right-aligning
(right-aligning some stuff)
(more right-aligning)
Line 569: Line 569:
       end
       end
     end
     end
     table.insert(resultPart, '||'..table.concat(reqArray, '<br/>'))
     table.insert(resultPart, '||style="text-align:right"|'..table.concat(reqArray, '<br/>'))


     --Just including 'N/A' for XP since it doesn't really apply for Agility Obstacles
     --Just including 'N/A' for XP since it doesn't really apply for Agility Obstacles
     table.insert(resultPart, '||N/A')
     table.insert(resultPart, '||style="text-align:right"|N/A')


     --Finally the cost
     --Finally the cost