Module:Param Parse: Difference between revisions
no edit summary
(Working on profession bubbles) |
No edit summary |
||
Line 242:
category_error = true
end
return '[[File:'..profession_valid..' icon.png|x30px]] '..level_valid..(category_error and '[[Category:Invalid Profession Bubble]]' or '')
end
function parse.profession_bubble_smw(profession, level)
|