Module:Message box/configuration: Difference between revisions

Content deleted Content added
m 1 revision imported: Import "Information Appliance" infobox template
add templatestyles, remove a variable or two as a result
Line 56: Line 56:
templateErrorCategory = 'Article message templates with missing parameters',
templateErrorCategory = 'Article message templates with missing parameters',
templateErrorParamsToCheck = {'issue', 'fix', 'subst'},
templateErrorParamsToCheck = {'issue', 'fix', 'subst'},
removalNotice = '[[Help:Maintenance template removal|Learn how and when to remove this template message]]'
removalNotice = '<small>[[Help:Maintenance template removal|Learn how and when to remove this template message]]</small>',
templatestyles = 'Module:Message box/ambox.css'
},
},

cmbox = {
cmbox = {
types = {
types = {
Line 93: Line 94:
showInvalidTypeError = true,
showInvalidTypeError = true,
classes = {'cmbox'},
classes = {'cmbox'},
imageEmptyCell = true
imageEmptyCell = true,
templatestyles = 'Module:Message box/cmbox.css'
},
},

fmbox = {
fmbox = {
types = {
types = {
Line 115: Line 117:
classes = {'fmbox'},
classes = {'fmbox'},
imageEmptyCell = false,
imageEmptyCell = false,
imageRightNone = false
imageRightNone = false,
templatestyles = 'Module:Message box/fmbox.css'
},
},

imbox = {
imbox = {
types = {
types = {
Line 162: Line 165:
imageEmptyCell = true,
imageEmptyCell = true,
below = true,
below = true,
templateCategory = 'File message boxes'
templateCategory = 'File message boxes',
templatestyles = 'Module:Message box/imbox.css'
},
},

ombox = {
ombox = {
types = {
types = {
Line 201: Line 205:
allowSmall = true,
allowSmall = true,
imageEmptyCell = true,
imageEmptyCell = true,
imageRightNone = true
imageRightNone = true,
templatestyles = 'Module:Message box/ombox.css'
},
},

tmbox = {
tmbox = {
types = {
types = {
Line 241: Line 246:
imageRightNone = true,
imageRightNone = true,
imageEmptyCell = true,
imageEmptyCell = true,
templateCategory = 'Talk message boxes',
imageEmptyCellStyle = true,
templateCategory = 'Talk message boxes'
templatestyles = 'Module:Message box/tmbox.css'
}
}
}
}