Module:PotionList: Difference between revisions
m
Spaces to tabs
(Created page with "require('Module:Mw.html extension') local param = require( 'Module:Paramtest' ) local currency = require('Module:Currency') local lang = mw.getContentLanguage() require("Module:Mw.html extension") local p = {} -- non dynamic module, no inputs function p.main() -- returns almost every parameter needed for the row, except buy values for reagents local query = { 'Category:Potions', '|Potent Potion Station', '?Profe...") |
m (Spaces to tabs) |
||
Line 44:
function p.formatResults(results)
end
item.XP = brewXP + prepXP
end
end
Line 115:
function p.displayTable(results)
:addClass('wikitable sortable')
:tag('tr')
|