Module:Message box: Difference between revisions
Jump to navigation
Jump to search
Undo revision 13467 by Hb1290 (talk)
imported>Hb1290 No edit summary |
imported>Hb1290 |
||
| Line 159: | Line 159: | ||
and self.type | and self.type | ||
and not typeData | and not typeData | ||
typeData = cfg.types[cfg.default] | typeData = typeData or cfg.types[cfg.default] | ||
self.typeClass = typeData.class | self.typeClass = typeData.class | ||
self.typeImage = typeData.image | self.typeImage = typeData.image | ||