Module:Message box/configuration/sandbox: Difference between revisions

Content deleted Content added
Lojbanist (talk | contribs)
No edit summary
Set templatestyles to Module:Message box/sandbox/ambox.css to pick up border, bg, etc.
 
(47 intermediate revisions by 22 users not shown)
Line 9:
types = {
speedy = {
class = 'ambox-stylespeedy',
class = 'notice" style="margin:0 5%; padding:.5em; background:{{{bgcolor|#FEE}}}; border:1px solid #999; text-align:left; font-size:95%;',
image = 'QsiconAmbox Achtungwarning pn.svg'
},
delete = {
class = 'ambox-delete',
image = 'QsiconAmbox Achtungwarning pn.svg'
},
licenseterms = {
class = 'ambox-protection licensetplterms',
image = 'YellowAmbox starwarning unboxedorange.svg'
},
content = {
class = 'ambox-content',
image = 'QsiconAmbox Achtung Orangeimportant.svg'
},
style = {
class = 'messagebox cleanup metadataambox-style',
image = 'QSicon in ArbeitEdit-clear.svg'
},
move = {
class = 'ambox-move',
image = 'FletxaMerge-split-transwiki Violetadefault.svg'
},
protection = {
class = 'ambox-protection',
image = 'Semi protect-protection-shackle-keyhole.svg'
},
license = {
class = 'ambox-protection licensetpl',
image = 'Grey copyright.svg' -- @todo We need an SVG version of this
},
featured = {
class = 'ambox-style',
image = 'Yellow star unboxed.svg'
},
notice = {
class = 'ambox-notice',
image = 'QsiconInformation Infoicon4.svg'
}
},
Line 64 ⟶ 60:
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/sandbox/ambox.css'
},
Line 91 ⟶ 88:
protection = {
class = 'cmbox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 101 ⟶ 98:
showInvalidTypeError = true,
classes = {'cmbox'},
imageEmptyCell = true,
templatestyles = 'Module:Message box/cmbox.css'
},
Line 123 ⟶ 121:
classes = {'fmbox'},
imageEmptyCell = false,
imageRightNone = false,
templatestyles = 'Module:Message box/fmbox.css'
},
Line 150 ⟶ 149:
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
},
["license-related"] = {
class = 'imbox-license',
image = 'Imbox-license.svg'
},
featured = {
class = 'imbox-featured',
image = 'Cscr-featured.svg',
imageNeedsLink = true
},
notice = {
Line 170 ⟶ 174:
imageEmptyCell = true,
below = true,
templateCategory = 'File message boxes',
templatestyles = 'Module:Message box/imbox.css'
},
Line 197 ⟶ 202:
protection = {
class = 'ombox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 209 ⟶ 214:
allowSmall = true,
imageEmptyCell = true,
imageRightNone = true,
templatestyles = 'Module:Message box/ombox.css'
},
Line 236 ⟶ 242:
protection = {
class = 'tmbox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 249 ⟶ 255:
imageRightNone = true,
imageEmptyCell = true,
templateCategory = 'Talk message boxes',
imageEmptyCellStyle = true,
templateCategorytemplatestyles = 'Talk messageModule:Message boxesbox/tmbox.css'
}
}