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