Module:Message box/configuration: Difference between revisions

Content added Content deleted
m (1 revision imported)
en>Izno
(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'
},
},
Line 93: Line 94:
showInvalidTypeError = true,
showInvalidTypeError = true,
classes = {'cmbox'},
classes = {'cmbox'},
imageEmptyCell = true
imageEmptyCell = true,
templatestyles = 'Module:Message box/cmbox.css'
},
},
Line 115: Line 117:
classes = {'fmbox'},
classes = {'fmbox'},
imageEmptyCell = false,
imageEmptyCell = false,
imageRightNone = false
imageRightNone = false,
templatestyles = 'Module:Message box/fmbox.css'
},
},
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'
},
},
Line 201: Line 205:
allowSmall = true,
allowSmall = true,
imageEmptyCell = true,
imageEmptyCell = true,
imageRightNone = true
imageRightNone = true,
templatestyles = 'Module:Message box/ombox.css'
},
},
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'
}
}
}
}