Module:Param Parse: Difference between revisions
m
support variant_type = bounty
(when checking if an image doesnt exist, will now not fail if the image link has no SMW data yet) |
m (support variant_type = bounty) |
||
Line 548:
['monster'] = 'Monster',
['skill node'] = 'Skill node',
['venture'] = 'Venture',
['bounty'] = 'Bounty'
}
function parse.variant_type_func(type)
|