Module:Message box/configuration: Difference between revisions

Content deleted Content added
m 7 revisions imported from meta:Module:Message_box/configuration
 
m 1 revision imported
 
(4 intermediate revisions by 3 users not shown)
Line 10:
speedy = {
class = 'ambox-speedy',
image = 'OOjsAmbox UIwarning icon clock-destructivepn.svg'
},
delete = {
class = 'ambox-delete',
image = 'OOjsAmbox UIwarning icon alert-destructivepn.svg'
},
warning = { -- alias for content
class = 'ambox-content',
image = 'OOjs UI icon notice-warning.svg'
},
content = {
class = 'ambox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
Line 38 ⟶ 34:
notice = {
class = 'ambox-notice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
}
},
Line 47 ⟶ 43:
smallClass = 'mbox-small-left',
substCheck = true,
classes = {'metadata', 'plainlinks', 'ambox'},
imageEmptyCell = true,
imageCheckBlank = true,
Line 59 ⟶ 55:
templateCategoryRequireName = true,
templateErrorCategory = 'Article message templates with missing parameters',
templateErrorParamsToCheck = {'issue', 'fix', 'subst'},
removalNotice = '<small>[[Help:Maintenance template removal|Learn how and when to remove this template message]]</small>',
templatestyles = 'Module:Message box/ambox.css'
},
Line 66 ⟶ 64:
speedy = {
class = 'cmbox-speedy',
image = 'OOjsAmbox UIwarning icon clock-destructivepn.svg'
},
delete = {
class = 'cmbox-delete',
image = 'OOjsAmbox UIwarning icon alert-destructivepn.svg'
},
content = {
class = 'cmbox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
Line 90 ⟶ 88:
notice = {
class = 'cmbox-notice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
},
caution = {
class = 'cmbox-style',
image = 'Ambox warning yellow.svg'
}
},
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'cmbox'},
imageEmptyCell = true,
templatestyles = 'Module:Message box/cmbox.css'
},
Line 107 ⟶ 102:
warning = {
class = 'fmbox-warning',
image = 'OOjsAmbox UIwarning icon clock-destructivepn.svg'
},
editnotice = {
class = 'fmbox-editnotice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
},
system = {
class = 'fmbox-system',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
}
},
default = 'system',
showInvalidTypeError = true,
classes = {'plainlinks', 'fmbox'},
imageEmptyCell = false,
imageRightNone = false,
templatestyles = 'Module:Message box/fmbox.css'
},
Line 129 ⟶ 125:
speedy = {
class = 'imbox-speedy',
image = 'OOjsAmbox UIwarning icon clock-destructivepn.svg'
},
delete = {
class = 'imbox-delete',
image = 'OOjsAmbox UIwarning icon alert-destructivepn.svg'
},
content = {
class = 'imbox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
Line 161 ⟶ 157:
notice = {
class = 'imbox-notice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
}
},
Line 167 ⟶ 163:
showInvalidTypeError = true,
classes = {'imbox'},
usePlainlinksParam = true,
imageEmptyCell = true,
below = true,
templateCategory = 'File message boxes',
templatestyles = 'Module:Message box/imbox.css'
},
Line 177 ⟶ 173:
speedy = {
class = 'ombox-speedy',
image = 'OOjsAmbox UIwarning icon clock-destructivepn.svg'
},
delete = {
class = 'ombox-delete',
image = 'OOjsAmbox UIwarning icon alert-destructivepn.svg'
},
warning = { -- alias for content
class = 'ombox-content',
image = 'OOjs UI icon notice-warning.svg'
},
content = {
class = 'ombox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
Line 205 ⟶ 197:
notice = {
class = 'ombox-notice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
},
critical = {
class = 'mbox-critical',
image = 'OOjs UI icon clock-destructive.svg'
}
},
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'ombox'},
allowSmall = true,
imageEmptyCell = true,
imageRightNone = true,
templatestyles = 'Module:Message box/ombox.css'
},
Line 224 ⟶ 213:
speedy = {
class = 'tmbox-speedy',
image = 'OOjsAmbox UIwarning icon clock-destructivepn.svg'
},
delete = {
class = 'tmbox-delete',
image = 'OOjsAmbox UIwarning icon alert-destructivepn.svg'
},
content = {
class = 'tmbox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
Line 248 ⟶ 237:
notice = {
class = 'tmbox-notice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
}
},
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'tmbox'},
allowSmall = true,
imageRightNone = true,
imageEmptyCell = true,
templateCategory = 'Talk message boxes',
imageEmptyCellStyle = true,
templateCategorytemplatestyles = 'Talk messageModule:Message boxesbox/tmbox.css'
}
}