Module:Message box/configuration: Difference between revisions
Content deleted Content added
Deauthorized (talk | contribs) m Protected "Module:Message box/configuration": Respective module is used in interface messages ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Deauthorized (talk | contribs) m 1 revision imported |
||
(One intermediate revision by one other user not shown) | |||
Line 10:
speedy = {
class = 'ambox-speedy',
image = '
},
delete = {
class = 'ambox-delete',
image = '
},
warning = { -- alias for content
class = 'ambox-content',
image = 'OOjs UI icon notice-warning.svg'
},
content = {
class = 'ambox-content',
image = '
},
style = {
Line 34 ⟶ 38:
notice = {
class = 'ambox-notice',
image = '
}
},
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 =
templateErrorParamsToCheck = {'issue', 'fix', 'subst'}
},
Line 64 ⟶ 66:
speedy = {
class = 'cmbox-speedy',
image = '
},
delete = {
class = 'cmbox-delete',
image = '
},
content = {
class = 'cmbox-content',
image = '
},
style = {
Line 88 ⟶ 90:
notice = {
class = 'cmbox-notice',
image = '
},
caution = {
class = 'cmbox-style',
image = 'Ambox warning yellow.svg'
}
},
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'cmbox'},
imageEmptyCell = true
},
Line 102 ⟶ 107:
warning = {
class = 'fmbox-warning',
image = '
},
editnotice = {
class = 'fmbox-editnotice',
image = '
},
system = {
class = 'fmbox-system',
image = '
}
},
default = 'system',
showInvalidTypeError = true,
classes = {'plainlinks', 'fmbox'},
imageEmptyCell = false,
imageRightNone = false
},
Line 125 ⟶ 129:
speedy = {
class = 'imbox-speedy',
image = '
},
delete = {
class = 'imbox-delete',
image = '
},
content = {
class = 'imbox-content',
image = '
},
style = {
Line 149 ⟶ 153:
license = {
class = 'imbox-license licensetpl',
image = 'Imbox
},
featured = {
Line 157 ⟶ 161:
notice = {
class = 'imbox-notice',
image = '
}
},
Line 163 ⟶ 167:
showInvalidTypeError = true,
classes = {'imbox'},
usePlainlinksParam = true,
imageEmptyCell = true,
below = true,
templateCategory = 'File message boxes'
},
Line 173 ⟶ 177:
speedy = {
class = 'ombox-speedy',
image = '
},
delete = {
class = 'ombox-delete',
image = '
},
warning = { -- alias for content
class = 'ombox-content',
image = 'OOjs UI icon notice-warning.svg'
},
content = {
class = 'ombox-content',
image = '
},
style = {
Line 197 ⟶ 205:
notice = {
class = 'ombox-notice',
image = '
},
critical = {
class = 'mbox-critical',
image = 'OOjs UI icon clock-destructive.svg'
}
},
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'ombox'},
allowSmall = true,
imageEmptyCell = true,
imageRightNone = true
},
Line 213 ⟶ 224:
speedy = {
class = 'tmbox-speedy',
image = '
},
delete = {
class = 'tmbox-delete',
image = '
},
content = {
class = 'tmbox-content',
image = '
},
style = {
Line 237 ⟶ 248:
notice = {
class = 'tmbox-notice',
image = '
}
},
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'tmbox'},
allowSmall = true,
imageRightNone = true,
imageEmptyCell = true,
imageEmptyCellStyle = true,
}
}
|