Module:Message box/configuration: Difference between revisions

m
(allow all templates to disable the plainlinks class)
m (1 revision imported from wikipedia:Module:Message_box/configuration)
 
(9 intermediate revisions by 6 users not shown)
Line 30:
protection = {
class = 'ambox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 56:
templateErrorCategory = 'Article message templates with missing parameters',
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 83 ⟶ 84:
protection = {
class = 'cmbox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 93 ⟶ 94:
showInvalidTypeError = true,
classes = {'cmbox'},
imageEmptyCell = true,
templatestyles = 'Module:Message box/cmbox.css'
},
Line 115 ⟶ 117:
classes = {'fmbox'},
imageEmptyCell = false,
imageRightNone = false,
templatestyles = 'Module:Message box/fmbox.css'
},
Line 142 ⟶ 145:
protection = {
class = 'imbox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
license = {
class = 'imbox-license licensetpl',
image = 'Imbox -license.pngsvg' -- @todo We need an SVG version of this
},
featured = {
class = 'imbox-featured',
image = 'Cscr-featured.svg',
imageNeedsLink = true
},
notice = {
Line 162 ⟶ 166:
imageEmptyCell = true,
below = true,
templateCategory = 'File message boxes',
templatestyles = 'Module:Message box/imbox.css'
},
Line 189 ⟶ 194:
protection = {
class = 'ombox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 201 ⟶ 206:
allowSmall = true,
imageEmptyCell = true,
imageRightNone = true,
templatestyles = 'Module:Message box/ombox.css'
},
Line 228 ⟶ 234:
protection = {
class = 'tmbox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 241 ⟶ 247:
imageRightNone = true,
imageEmptyCell = true,
templateCategory = 'Talk message boxes',
imageEmptyCellStyle = true,
templateCategorytemplatestyles = 'Talk messageModule:Message boxesbox/tmbox.css'
}
}