Module:Message box/configuration: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Hb1290 No edit summary |
||
| Line 51: | Line 51: | ||
smallClass = 'mbox-small-left', | smallClass = 'mbox-small-left', | ||
substCheck = true, | substCheck = true, | ||
classes = {'metadata', 'ambox'}, | classes = {'metadata', 'plainlinks', 'ambox'}, | ||
imageEmptyCell = true, | imageEmptyCell = true, | ||
imageCheckBlank = true, | imageCheckBlank = true, | ||
| Line 61: | Line 61: | ||
allowMainspaceCategories = true, | allowMainspaceCategories = true, | ||
templateCategory = 'Article message templates', | templateCategory = 'Article message templates', | ||
templateCategoryRequireName = true, | |||
templateErrorCategory = 'Article message templates with missing parameters', | templateErrorCategory = 'Article message templates with missing parameters', | ||
templateErrorParamsToCheck = {'issue', 'fix', 'subst'} | templateErrorParamsToCheck = {'issue', 'fix', 'subst'} | ||
}, | }, | ||
| Line 206: | Line 205: | ||
class = 'ombox-notice', | class = 'ombox-notice', | ||
image = 'Information icon4.svg' | image = 'Information icon4.svg' | ||
} | }, | ||
}, | |||
NSFW = { | |||
class = 'ambox-NSFW', | |||
image = 'Parental advisory.png' | |||
}, | |||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | showInvalidTypeError = true, | ||