Module:Navboxes: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 19: Line 19:
   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!{{Icon|Cape of Completion|notext=true}} [[Skillcapes]]'
   result = result..'\r\n![[File:Cape_of_Completion_(item).svg|25px|link=Skillcapes]] [[Skillcapes]]'
   result = result..'\r\n|-'..table.concat(capeList, ' • ')
   result = result..'\r\n|-|'..table.concat(capeList, ' • ')
   result = result..'\r\n|}'
   result = result..'\r\n|}'
   return result
   return result
444

edits