Module:Sandbox/User:Alsang/PotionList: Difference between revisions
back to testing, wont format properly through template
(seems to work, has input sanitation now) |
(back to testing, wont format properly through template) |
||
Line 10:
'[[Category:Potions]]',
'[[Uses facility::Standard Potion Station||Potent Potion Station]]',
'[[Variant of::Fear]]',
'?Profession Level A = lvl',
'? #- = name',
Line 141 ⟶ 142:
end
if param.has_content(item.brewKP) and param.has_content(item.prepKP) and param.has_content(item.brewDuration) and param.has_content(item.prepDuration) then
item.KPPerHourString = '|| {{formatnum:' .. item.KPPerHour .. '}}'
else
|