Module:Message box/configuration: Difference between revisions
add showInvalidTypeError for all but ambox
m>Mr. Stradivarius (add template category for imbox) |
m>Mr. Stradivarius (add showInvalidTypeError for all but ambox) |
||
Line 82: | Line 82: | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | |||
classes = {'plainlinks', 'cmbox'} | classes = {'plainlinks', 'cmbox'} | ||
} | } | ||
Line 101: | Line 102: | ||
}, | }, | ||
default = 'system', | default = 'system', | ||
showInvalidTypeError = true, | |||
classes = { 'plainlinks', 'fmbox' }, | classes = { 'plainlinks', 'fmbox' }, | ||
imageEmptyCell = false, | imageEmptyCell = false, | ||
Line 146: | Line 148: | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | |||
classes = {'imbox'}, | classes = {'imbox'}, | ||
usePlainlinksParam = true, | usePlainlinksParam = true, | ||
Line 185: | Line 188: | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | |||
classes = {'plainlinks', 'ombox'}, | classes = {'plainlinks', 'ombox'}, | ||
allowSmall = true, | allowSmall = true, | ||
Line 223: | Line 227: | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | |||
classes = {'plainlinks', 'tmbox'}, | classes = {'plainlinks', 'tmbox'}, | ||
allowSmall = true, | allowSmall = true, |