2,875
edits
No edit summary |
No edit summary |
||
Line 371: | Line 371: | ||
headerRow0:tag('th'):attr('rowspan', '2'):wikitext('Value') | headerRow0:tag('th'):attr('rowspan', '2'):wikitext('Value') | ||
headerRow0:tag('th'):attr('rowspan', '2'):wikitext('XP/s') | headerRow0:tag('th'):attr('rowspan', '2'):wikitext('XP/s') | ||
local headerRow1 = html:tag('tr'):addClass('headerRow-1') | local headerRow1 = html:tag('tr'):addClass('headerRow-1') | ||
Line 391: | Line 389: | ||
local XPSec = baseXP / timeSortVal | local XPSec = baseXP / timeSortVal | ||
local sellCurrency = fish.sellsForCurrency or 'melvorD:GP' | local sellCurrency = fish.sellsForCurrency or 'melvorD:GP' | ||
local row = html:tag('tr') | local row = html:tag('tr') | ||
Line 431: | Line 421: | ||
:css('text-align', 'right') | :css('text-align', 'right') | ||
:wikitext(Shared.round(XPSec, 2, 2)) | :wikitext(Shared.round(XPSec, 2, 2)) | ||
end | end | ||
end | end |
edits