Module:Message box/configuration: Difference between revisions
line everything up nicely
m>Mr. Stradivarius (change indenting from spaces to tabs) |
m>Mr. Stradivarius (line everything up nicely) |
||
Line 30: | Line 30: | ||
} | } | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
allowBlankParams = {'talk', 'sect', 'date'}, | allowBlankParams = {'talk', 'sect', 'date'}, | ||
allowSmall = true, | allowSmall = true, | ||
smallParam = 'left', | smallParam = 'left', | ||
smallClass = 'mbox-small-left', | smallClass = 'mbox-small-left', | ||
substCheck = true, | substCheck = true, | ||
classes = {'metadata', 'plainlinks', 'ambox'}, | classes = {'metadata', 'plainlinks', 'ambox'}, | ||
imageEmptyCell = true, | imageEmptyCell = true, | ||
imageCheckBlank = true, | imageCheckBlank = true, | ||
imageSmallSize = '20x20px', | imageSmallSize = '20x20px', | ||
imageCellDiv = true, | imageCellDiv = true, | ||
useCollapsibleTextFields = true, | useCollapsibleTextFields = true, | ||
imageRightNone = true, | imageRightNone = true, | ||
sectionDefault = 'article', | sectionDefault = 'article', | ||
allowMainspaceCategories = true, | allowMainspaceCategories = true, | ||
templateCategory = 'Article message templates', | templateCategory = 'Article message templates', | ||
templateErrorCategory = 'Article message templates with missing parameters', | templateErrorCategory = 'Article message templates with missing parameters', | ||
templateErrorParamsToCheck = {'issue', 'fix', 'subst'} | templateErrorParamsToCheck = {'issue', 'fix', 'subst'} | ||
} | } | ||
Line 81: | Line 81: | ||
} | } | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | showInvalidTypeError = true, | ||
classes = {'plainlinks', 'cmbox'}, | classes = {'plainlinks', 'cmbox'}, | ||
imageEmptyCell = true | imageEmptyCell = true | ||
} | } | ||
Line 102: | Line 102: | ||
} | } | ||
}, | }, | ||
default = 'system', | default = 'system', | ||
showInvalidTypeError = true, | showInvalidTypeError = true, | ||
useId = true, | useId = true, | ||
classes = {'plainlinks', 'fmbox'}, | classes = {'plainlinks', 'fmbox'}, | ||
imageEmptyCell = false, | imageEmptyCell = false, | ||
imageRightNone = false | imageRightNone = false | ||
} | } | ||
Line 149: | Line 149: | ||
} | } | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | showInvalidTypeError = true, | ||
classes = {'imbox'}, | classes = {'imbox'}, | ||
usePlainlinksParam = true, | usePlainlinksParam = true, | ||
imageEmptyCell = true, | imageEmptyCell = true, | ||
below = true, | below = true, | ||
templateCategory = 'File message boxes' | templateCategory = 'File message boxes' | ||
} | } | ||
Line 189: | Line 189: | ||
} | } | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | showInvalidTypeError = true, | ||
classes = {'plainlinks', 'ombox'}, | classes = {'plainlinks', 'ombox'}, | ||
allowSmall = true, | allowSmall = true, | ||
imageEmptyCell = true, | imageEmptyCell = true, | ||
imageRightNone = true | imageRightNone = true | ||
} | } | ||
Line 228: | Line 228: | ||
} | } | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | showInvalidTypeError = true, | ||
classes = {'plainlinks', 'tmbox'}, | classes = {'plainlinks', 'tmbox'}, | ||
allowSmall = true, | allowSmall = true, | ||
imageRightNone = true, | imageRightNone = true, | ||
imageEmptyCell = true, | imageEmptyCell = true, | ||
imageEmptyCellStyle = true, | imageEmptyCellStyle = true, | ||
templateCategory = 'Talk message boxes' | templateCategory = 'Talk message boxes' | ||
} | } | ||