Jump to content

Module:Message box/configuration: Difference between revisions

miraheze>Pppery
No edit summary
 
Undo revision 841715316 by 110.137.103.104 (talk): vandalism
Line 30: Line 30:
protection = {
protection = {
class = 'ambox-protection',
class = 'ambox-protection',
image = 'Semi-protection-shackle-keyhole.svg'
image = 'Padlock-silver-medium.svg'
},
},
notice = {
notice = {
Line 38: Line 38:
},
},
default                    = 'notice',
default                    = 'notice',
allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'hidden'},
allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
allowSmall                  = true,
allowSmall                  = true,
smallParam                  = 'left',
smallParam                  = 'left',
smallClass                  = 'mbox-small-left',
smallClass                  = 'mbox-small-left',
classes                    = {'metadata', 'ambox'},
substCheck                  = true,
classes                    = {'metadata', 'plainlinks', 'ambox'},
imageEmptyCell              = true,
imageEmptyCell              = true,
imageCheckBlank            = true,
imageCheckBlank            = true,
Line 54: Line 55:
        templateCategoryRequireName = true,
        templateCategoryRequireName = true,
templateErrorCategory      = 'Article message templates with missing parameters',
templateErrorCategory      = 'Article message templates with missing parameters',
templateErrorParamsToCheck  = {'issue', 'fix'},
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'}
},
},
Line 81: Line 82:
protection = {
protection = {
class = 'cmbox-protection',
class = 'cmbox-protection',
image = 'Semi-protection-shackle-keyhole.svg'
image = 'Padlock-silver-medium.svg'
},
},
notice = {
notice = {
Line 90: Line 91:
default              = 'notice',
default              = 'notice',
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'cmbox'},
classes              = {'plainlinks', 'cmbox'},
imageEmptyCell      = true
imageEmptyCell      = true
},
},
Line 111: Line 112:
default              = 'system',
default              = 'system',
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'fmbox'},
allowId                = true,
classes              = {'plainlinks', 'fmbox'},
imageEmptyCell      = false,
imageEmptyCell      = false,
imageRightNone      = false
imageRightNone      = false
Line 140: Line 142:
protection = {
protection = {
class = 'imbox-protection',
class = 'imbox-protection',
image = 'Semi-protection-shackle-keyhole.svg'
image = 'Padlock-silver-medium.svg'
},
},
license = {
license = {
class = 'imbox-license licensetpl',
class = 'imbox-license licensetpl',
image = 'Imbox license.png' -- @todo We need an SVG version of this
image = 'Imbox-license.svg'
},
},
featured = {
featured = {
Line 158: Line 160:
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'imbox'},
classes              = {'imbox'},
usePlainlinksParam  = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
below                = true,
below                = true,
Line 187: Line 190:
protection = {
protection = {
class = 'ombox-protection',
class = 'ombox-protection',
image = 'Semi-protection-shackle-keyhole.svg'
image = 'Padlock-silver-medium.svg'
},
},
notice = {
notice = {
Line 196: Line 199:
default              = 'notice',
default              = 'notice',
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'ombox'},
classes              = {'plainlinks', 'ombox'},
allowSmall          = true,
allowSmall          = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
Line 226: Line 229:
protection = {
protection = {
class = 'tmbox-protection',
class = 'tmbox-protection',
image = 'Semi-protection-shackle-keyhole.svg'
image = 'Padlock-silver-medium.svg'
},
},
notice = {
notice = {
Line 235: Line 238:
default              = 'notice',
default              = 'notice',
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'tmbox'},
classes              = {'plainlinks', 'layouttemplate', 'tmbox'},
allowId              = true,
allowSmall          = true,
allowSmall          = true,
imageRightNone      = true,
imageRightNone      = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
imageEmptyCellStyle  = true,
imageEmptyCellStyle  = true,
templateCategory    = 'Talk message boxes'
-- templateCategory    = 'Talk message boxes'
}
}
}
}