Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Working on profession bubbles) |
No edit summary |
||
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]] '..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) |