Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Profession Bubble: Link to profession instead of linking to icon of profession) |
mNo edit summary |
||
Line 242: | Line 242: | ||
category_error = true |
category_error = true |
||
end |
end |
||
return '[[File:'..profession_valid..' icon.png|x30px|link='..profession_valid..']] '..level_valid..(category_error and '[[Category:Invalid |
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) |