Modul:Message box/configuration: Unterschied zwischen den Versionen
Modul:Message box/configuration (Quelltext anzeigen)
Version vom 27. Januar 2014, 02:07 Uhr
, vor 12 Jahrenallow the hidden arg to be blank, and allow tmbox to have an id attribute, per protected edit request by User:Technical 13
KKeine Bearbeitungszusammenfassung |
(allow the hidden arg to be blank, and allow tmbox to have an id attribute, per protected edit request by User:Technical 13) |
||
| Zeile 31: | Zeile 31: | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
allowBlankParams = {'talk', 'sect', 'date', 'issue', 'fix', 'subst'}, | allowBlankParams = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'}, | ||
allowSmall = true, | allowSmall = true, | ||
smallParam = 'left', | smallParam = 'left', | ||
| Zeile 45: | Zeile 45: | ||
sectionDefault = 'article', | sectionDefault = 'article', | ||
allowMainspaceCategories = true, | allowMainspaceCategories = true, | ||
templateCategory = ' | templateCategory = 'Article message templates', | ||
templateCategoryRequireName = true, | templateCategoryRequireName = true, | ||
templateErrorCategory = ' | templateErrorCategory = 'Article message templates with missing parameters', | ||
templateErrorParamsToCheck = {'issue', 'fix', 'subst'} | templateErrorParamsToCheck = {'issue', 'fix', 'subst'} | ||
} | } | ||
| Zeile 156: | Zeile 156: | ||
imageEmptyCell = true, | imageEmptyCell = true, | ||
below = true, | below = true, | ||
templateCategory = ' | templateCategory = 'File message boxes' | ||
} | } | ||
| Zeile 232: | Zeile 232: | ||
showInvalidTypeError = true, | showInvalidTypeError = true, | ||
classes = {'plainlinks', 'tmbox'}, | classes = {'plainlinks', 'tmbox'}, | ||
allowId = true, | |||
allowSmall = true, | allowSmall = true, | ||
imageRightNone = true, | imageRightNone = true, | ||
imageEmptyCell = true, | imageEmptyCell = true, | ||
imageEmptyCellStyle = true, | imageEmptyCellStyle = true, | ||
templateCategory = ' | templateCategory = 'Talk message boxes' | ||
} | } | ||