Module:Navboxes: Difference between revisions

m
formatting error
(Created module to separate navbox generators and avoid potentially breaking existing code)
 
m (formatting error)
Line 16: Line 16:
   end
   end
   local result = '{| class="wikitable" style="margin:auto; clear:both; width: 100%"'
   local result = '{| class="wikitable" style="margin:auto; clear:both; width: 100%"'
   result = result..'\r\n!'..Icons.Icon({'Cape of Completion', 'Skillcapes', type='item'})
   result = result..'\r\n!|'..Icons.Icon({'Cape of Completion', 'Skillcapes', type='item'})
   result = result..'\r\n|'..table.concat(capeList, ' • ')
   result = result..'\r\n|'..table.concat(capeList, ' • ')
   result = result..'\r\n|}'
   result = result..'\r\n|}'
444

edits