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