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

Content deleted Content added
Jackmcbarn (talk | contribs)
finish SVG conversion
Set templatestyles to Module:Message box/sandbox/ambox.css to pick up border, bg, etc.
 
(61 intermediate revisions by 25 users not shown)
Line 15:
class = 'ambox-delete',
image = 'Ambox warning pn.svg'
},
terms = {
class = 'ambox-terms',
image = 'Ambox warning orange.svg'
},
content = {
Line 30 ⟶ 34:
protection = {
class = 'ambox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 43 ⟶ 47:
smallClass = 'mbox-small-left',
substCheck = true,
classes = {'metadata', 'plainlinks', 'ambox'},
imageEmptyCell = true,
imageCheckBlank = true,
Line 55 ⟶ 59:
templateCategoryRequireName = true,
templateErrorCategory = 'Article message templates with missing parameters',
templateErrorParamsToCheck = {'issue', 'fix', 'subst'},
removalNotice = '<small>[[Help:Maintenance template removal|Learn how and when to remove this message]]</small>',
templatestyles = 'Module:Message box/sandbox/ambox.css'
},
Line 82 ⟶ 88:
protection = {
class = 'cmbox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 91 ⟶ 97:
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'cmbox'},
imageEmptyCell = true,
templatestyles = 'Module:Message box/cmbox.css'
},
Line 112 ⟶ 119:
default = 'system',
showInvalidTypeError = true,
allowId classes = true{'fmbox'},
classes = {'plainlinks', 'fmbox'},
imageEmptyCell = false,
imageRightNone = false,
templatestyles = 'Module:Message box/fmbox.css'
},
Line 142 ⟶ 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 160 ⟶ 172:
showInvalidTypeError = true,
classes = {'imbox'},
usePlainlinksParam = true,
imageEmptyCell = true,
below = true,
templateCategory = 'File message boxes',
templatestyles = 'Module:Message box/imbox.css'
},
Line 190 ⟶ 202:
protection = {
class = 'ombox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 199 ⟶ 211:
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'ombox'},
allowSmall = true,
imageEmptyCell = true,
imageRightNone = true,
templatestyles = 'Module:Message box/ombox.css'
},
Line 229 ⟶ 242:
protection = {
class = 'tmbox-protection',
image = 'PadlockSemi-silverprotection-mediumshackle-keyhole.svg'
},
notice = {
Line 238 ⟶ 251:
default = 'notice',
showInvalidTypeError = true,
classes = {'plainlinks', 'tmbox'},
allowId = true,
allowSmall = true,
imageRightNone = true,
imageEmptyCell = true,
templateCategory = 'Talk message boxes',
imageEmptyCellStyle = true,
templateCategorytemplatestyles = 'Talk messageModule:Message boxesbox/tmbox.css'
}
}