Module:Sandbox/User:Alsang/PotionList: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(back to testing, wont format properly through template) |
(reorder columns) |
||
Line 167: | Line 167: | ||
table.insert(headerRow, '!! colspan="10" | Sell Value') |
table.insert(headerRow, '!! colspan="10" | Sell Value') |
||
table.insert(headerRow, '!! colspan="10" | Profit') |
table.insert(headerRow, '!! colspan="10" | Profit') |
||
⚫ | |||
table.insert(headerRow, '!! XP') |
table.insert(headerRow, '!! XP') |
||
⚫ | |||
⚫ | |||
table.insert(headerRow, '!! XP/hr') |
table.insert(headerRow, '!! XP/hr') |
||
⚫ | |||
⚫ | |||
table.insert(headerRow, '!! KP/hr') |
table.insert(headerRow, '!! KP/hr') |
||
⚫ | |||
table.insert(out, table.concat(headerRow, ' ')) |
table.insert(out, table.concat(headerRow, ' ')) |
||
Line 190: | Line 190: | ||
table.insert(itemRow, item.sellString ) |
table.insert(itemRow, item.sellString ) |
||
table.insert(itemRow, item.profitString ) |
table.insert(itemRow, item.profitString ) |
||
⚫ | |||
table.insert(itemRow, item.XPString ) |
table.insert(itemRow, item.XPString ) |
||
⚫ | |||
⚫ | |||
table.insert(itemRow, item.XPPerHourString ) |
table.insert(itemRow, item.XPPerHourString ) |
||
⚫ | |||
⚫ | |||
table.insert(itemRow, item.KPPerHourString ) |
table.insert(itemRow, item.KPPerHourString ) |
||
⚫ | |||
table.insert(out, table.concat(itemRow, ' ')) |
table.insert(out, table.concat(itemRow, ' ')) |