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

Content deleted Content added
No edit summary
Tag: Reverted
Set templatestyles to Module:Message box/sandbox/ambox.css to pick up border, bg, etc.
 
(35 intermediate revisions by 16 users not shown)
Line 10:
speedy = {
class = 'ambox-speedy',
image = 'OOjsAmbox UIwarning icon trash-destructivepn.svg'
},
delete = {
class = 'ambox-delete',
image = 'OOjsAmbox UIwarning icon notice-destructivepn.svg'
},
terms = {
class = 'ambox-terms',
image = 'Ambox warning orange.svg'
},
content = {
class = 'ambox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
class = 'ambox-style',
image = 'OOjs UI icon informationEdit-yellowclear.svg'
},
move = {
Line 34 ⟶ 38:
notice = {
class = 'ambox-notice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
}
},
Line 56 ⟶ 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 63 ⟶ 68:
speedy = {
class = 'cmbox-speedy',
image = 'OOjsAmbox UIwarning icon trash-destructivepn.svg'
},
delete = {
class = 'cmbox-delete',
image = 'OOjsAmbox UIwarning icon notice-destructivepn.svg'
},
content = {
class = 'cmbox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
class = 'cmbox-style',
image = 'OOjs UI icon informationEdit-yellowclear.svg'
},
move = {
Line 93 ⟶ 98:
showInvalidTypeError = true,
classes = {'cmbox'},
imageEmptyCell = true,
templatestyles = 'Module:Message box/cmbox.css'
},
Line 100 ⟶ 106:
warning = {
class = 'fmbox-warning',
image = 'OOjsAmbox UIwarning icon notice-destructivepn.svg'
},
editnotice = {
class = 'fmbox-editnotice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
},
system = {
class = 'fmbox-system',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
}
},
Line 115 ⟶ 121:
classes = {'fmbox'},
imageEmptyCell = false,
imageRightNone = false,
templatestyles = 'Module:Message box/fmbox.css'
},
Line 122 ⟶ 129:
speedy = {
class = 'imbox-speedy',
image = 'OOjsAmbox UIwarning icon trash-destructivepn.svg'
},
delete = {
class = 'imbox-delete',
image = 'OOjsAmbox UIwarning icon notice-destructivepn.svg'
},
content = {
class = 'imbox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
class = 'imbox-style',
image = 'OOjs UI icon informationEdit-yellowclear.svg'
},
move = {
Line 146 ⟶ 153:
license = {
class = 'imbox-license licensetpl',
image = 'OOjs UI icon helpImbox-license.svg' -- @todo We need an SVG version of this
},
["license-related"] = {
class = 'imbox-license',
image = 'Imbox-license.svg'
},
featured = {
class = 'imbox-featured',
image = 'OOjs UICscr-like star plain progressivefeatured.svg',
imageNeedsLink = true
},
notice = {
class = 'imbox-notice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
}
},
Line 162 ⟶ 174:
imageEmptyCell = true,
below = true,
templateCategory = 'File message boxes',
templatestyles = 'Module:Message box/imbox.css'
},
Line 169 ⟶ 182:
speedy = {
class = 'ombox-speedy',
image = 'OOjsAmbox UIwarning icon trash-destructivepn.svg'
},
delete = {
class = 'ombox-delete',
image = 'OOjsAmbox UIwarning icon notice-destructivepn.svg'
},
content = {
class = 'ombox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
class = 'ombox-style',
image = 'OOjs UI icon informationEdit-yellowclear.svg'
},
move = {
Line 193 ⟶ 206:
notice = {
class = 'ombox-notice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
}
},
Line 201 ⟶ 214:
allowSmall = true,
imageEmptyCell = true,
imageRightNone = true,
templatestyles = 'Module:Message box/ombox.css'
},
Line 208 ⟶ 222:
speedy = {
class = 'tmbox-speedy',
image = 'OOjsAmbox UIwarning icon trash-destructivepn.svg'
},
delete = {
class = 'tmbox-delete',
image = 'OOjsAmbox UIwarning icon notice-destructivepn.svg'
},
content = {
class = 'tmbox-content',
image = 'OOjsAmbox UI icon notice-warningimportant.svg'
},
style = {
class = 'tmbox-style',
image = 'OOjs UI icon informationEdit-yellowclear.svg'
},
move = {
Line 232 ⟶ 246:
notice = {
class = 'tmbox-notice',
image = 'OOjsInformation UI icon information-progressiveicon4.svg'
}
},
Line 241 ⟶ 255:
imageRightNone = true,
imageEmptyCell = true,
templateCategory = 'Talk message boxes',
imageEmptyCellStyle = true,
templateCategorytemplatestyles = 'Talk messageModule:Message boxesbox/tmbox.css'
}
}