4,951
edits
Falterfire (talk | contribs) (Added bag crafting) |
Falterfire (talk | contribs) (swapped to icons in a couple places for consistency) |
||
Line 203: | Line 203: | ||
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!Item\r\n!Name\r\n!Runecrafting Level\r\n!Experience' | result = result..'\r\n!Item\r\n!Name\r\n!'..Icons.Icon({'Runecrafting', type='skill', notext=true})..' Level\r\n!Experience' | ||
result = result..'\r\n!Item Price\r\n!Ingredients\r\n!XP/s\r\n!GP/s' | result = result..'\r\n!Item Price\r\n!Ingredients\r\n!XP/s\r\n!GP/s' | ||
Line 311: | Line 311: | ||
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!Item\r\n!Name\r\n!Crafting Level\r\n!Experience' | result = result..'\r\n!Item\r\n!Name\r\n!'..Icons.Icon({'Crafting', type='skill', notext=true})..' Level\r\n!Experience' | ||
result = result..'\r\n!Item Price\r\n!Ingredients' | result = result..'\r\n!Item Price\r\n!Ingredients' | ||