Module:Skills/Gathering: Difference between revisions

m
getFishTable fix Skill icons
(getFishTable)
m (getFishTable fix Skill icons)
Line 240: Line 240:
   local result = '{| class="wikitable sortable stickyHeader"'
   local result = '{| class="wikitable sortable stickyHeader"'
   result = result..'\r\n|- class="headerRow-0"'
   result = result..'\r\n|- class="headerRow-0"'
   result = result..'\r\n!Fish\r\n!Name\r\n!{{Skill|Fishing|notext=true}} Level\r\n!Catch Time'
   result = result..'\r\n!Fish\r\n!Name\r\n!'..Icons.Icon({'Fishing', type='skill', notext=true})..' Level\r\n!Catch Time'
   result = result..'\r\n!Experience\r\n!Fish Price\r\n!{{Skill|Cooking|notext=true}} Level'
   result = result..'\r\n!Experience\r\n!Fish Price\r\n!'..Icons.Icon({'Cooking', type='skill', notext=true})' Level'


   for i, fish in Shared.skpairs(data) do
   for i, fish in Shared.skpairs(data) do
285

edits