Module:Message box/configuration: Difference between revisions

Content deleted Content added
m Protected "Module:Message box/configuration": Respective module is used in interface messages ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
m 1 revision imported
 
(One intermediate revision by one other user not shown)
Line 10:
speedy = {
class = 'ambox-speedy',
image = 'AmboxOOjs warningUI pnicon clock-destructive.svg'
},
delete = {
class = 'ambox-delete',
image = 'AmboxOOjs warningUI pnicon alert-destructive.svg'
},
warning = { -- alias for content
class = 'ambox-content',
image = 'OOjs UI icon notice-warning.svg'
},
content = {
class = 'ambox-content',
image = 'AmboxOOjs importantUI icon notice-warning.svg'
},
style = {
Line 34 ⟶ 38:
notice = {
class = 'ambox-notice',
image = 'InformationOOjs icon4UI icon information-progressive.svg'
}
},
Line 43 ⟶ 47:
smallClass = 'mbox-small-left',
substCheck = true,
classes = {'metadata', 'plainlinks', 'ambox'},
imageEmptyCell = true,
imageCheckBlank = true,
Line 54 ⟶ 58:
templateCategory = 'Article message templates',
templateCategoryRequireName = true,
templateErrorCategory = 'Article message templates with missing parameters'nil,
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 64 ⟶ 66:
speedy = {
class = 'cmbox-speedy',
image = 'AmboxOOjs warningUI pnicon clock-destructive.svg'
},
delete = {
class = 'cmbox-delete',
image = 'AmboxOOjs warningUI pnicon alert-destructive.svg'
},
content = {
class = 'cmbox-content',
image = 'AmboxOOjs importantUI icon notice-warning.svg'
},
style = {
Line 88 ⟶ 90:
notice = {
class = 'cmbox-notice',
image = 'InformationOOjs icon4UI icon information-progressive.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 102 ⟶ 107:
warning = {
class = 'fmbox-warning',
image = 'AmboxOOjs warningUI pnicon clock-destructive.svg'
},
editnotice = {
class = 'fmbox-editnotice',
image = 'InformationOOjs icon4UI icon information-progressive.svg'
},
system = {
class = 'fmbox-system',
image = 'InformationOOjs icon4UI icon information-progressive.svg'
}
},
default = 'system',
showInvalidTypeError = true,
classes = {'plainlinks', 'fmbox'},
imageEmptyCell = false,
imageRightNone = false,
templatestyles = 'Module:Message box/fmbox.css'
},
Line 125 ⟶ 129:
speedy = {
class = 'imbox-speedy',
image = 'AmboxOOjs warningUI pnicon clock-destructive.svg'
},
delete = {
class = 'imbox-delete',
image = 'AmboxOOjs warningUI pnicon alert-destructive.svg'
},
content = {
class = 'imbox-content',
image = 'AmboxOOjs importantUI icon notice-warning.svg'
},
style = {
Line 149 ⟶ 153:
license = {
class = 'imbox-license licensetpl',
image = 'Imbox -license.pngsvg' -- @todo We need an SVG version of this
},
featured = {
Line 157 ⟶ 161:
notice = {
class = 'imbox-notice',
image = 'InformationOOjs icon4UI icon information-progressive.svg'
}
},
Line 163 ⟶ 167:
showInvalidTypeError = true,
classes = {'imbox'},
usePlainlinksParam = true,
imageEmptyCell = true,
below = true,
templateCategory = 'File message boxes',
templatestyles = 'Module:Message box/imbox.css'
},
Line 173 ⟶ 177:
speedy = {
class = 'ombox-speedy',
image = 'AmboxOOjs warningUI pnicon clock-destructive.svg'
},
delete = {
class = 'ombox-delete',
image = 'AmboxOOjs warningUI pnicon alert-destructive.svg'
},
warning = { -- alias for content
class = 'ombox-content',
image = 'OOjs UI icon notice-warning.svg'
},
content = {
class = 'ombox-content',
image = 'AmboxOOjs importantUI icon notice-warning.svg'
},
style = {
Line 197 ⟶ 205:
notice = {
class = 'ombox-notice',
image = 'InformationOOjs icon4UI icon information-progressive.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 213 ⟶ 224:
speedy = {
class = 'tmbox-speedy',
image = 'AmboxOOjs warningUI pnicon clock-destructive.svg'
},
delete = {
class = 'tmbox-delete',
image = 'AmboxOOjs warningUI pnicon alert-destructive.svg'
},
content = {
class = 'tmbox-content',
image = 'AmboxOOjs importantUI icon notice-warning.svg'
},
style = {
Line 237 ⟶ 248:
notice = {
class = 'tmbox-notice',
image = 'InformationOOjs icon4UI icon information-progressive.svg'
}
},
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'tmbox'},
allowSmall = true,
imageRightNone = true,
imageEmptyCell = true,
imageEmptyCellStyle = true,
templateCategory = 'Talk message boxes',
templatestyles templateCategory = 'Module:MessageTalk message box/tmbox.cssboxes'
}
}