Module:Message box/configuration: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>Dreamcast99
(Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- --...")
imported>Compooper
No edit summary
 
(22 intermediate revisions by 4 users not shown)
Line 35: Line 35:
class = 'ambox-notice',
class = 'ambox-notice',
image = 'Information icon4.svg'
image = 'Information icon4.svg'
},
-- AVID Custom Categories
NSFW = {
class = 'ambox-NSFW',
image = 'Parental advisory.png'
},
Phone = {
class = 'ambox-Phone',
image = 'Hiclipart.png'
},
Noise = {
class = 'ambox-Noise',
image = 'Clipart245540.png'
}
}
},
},
Line 50: Line 63:
useCollapsibleTextFields    = true,
useCollapsibleTextFields    = true,
imageRightNone              = true,
imageRightNone              = true,
sectionDefault              = 'article',
sectionDefault              = '<strong>article</strong>',
allowMainspaceCategories    = true,
allowMainspaceCategories    = true,
templateCategory            = 'Article message templates',
templateCategory            = 'Article message templates',
Line 56: Line 69:
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 88: Line 102:
class = 'cmbox-notice',
class = 'cmbox-notice',
image = 'Information icon4.svg'
image = 'Information icon4.svg'
},
-- AVID Custom Categories
NSFW = {
class = 'cmbox-NSFW',
image = 'Parental advisory.png'
}
}
},
},
Line 93: Line 112:
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'cmbox'},
classes              = {'cmbox'},
imageEmptyCell      = true
imageEmptyCell      = true,
templatestyles      = 'Module:Message box/cmbox.css'
},
},
Line 115: Line 135:
classes              = {'fmbox'},
classes              = {'fmbox'},
imageEmptyCell      = false,
imageEmptyCell      = false,
imageRightNone      = false
imageRightNone      = false,
templatestyles      = 'Module:Message box/fmbox.css'
},
},
Line 162: Line 183:
imageEmptyCell      = true,
imageEmptyCell      = true,
below                = true,
below                = true,
templateCategory    = 'File message boxes'
templateCategory    = 'File message boxes',
templatestyles      = 'Module:Message box/imbox.css'
},
},
Line 194: Line 216:
class = 'ombox-notice',
class = 'ombox-notice',
image = 'Information icon4.svg'
image = 'Information icon4.svg'
},
-- AVID Custom Categories
NSFW = {
class = 'ombox-NSFW',
image = 'Parental advisory.png'
},
Phone = {
class = 'ombox-Phone',
image = 'Hiclipart.png'
},
Noise = {
class = 'ombox-Noise',
image = 'Clipart245540.png'
}
}
},
},
Line 201: Line 236:
allowSmall          = true,
allowSmall          = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
imageRightNone      = true
imageRightNone      = true,
templatestyles      = 'Module:Message box/ombox.css'
},
},
Line 241: Line 277:
imageRightNone      = true,
imageRightNone      = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
imageEmptyCellStyle  = true,
templateCategory    = 'Talk message boxes',
templateCategory    = 'Talk message boxes'
templatestyles      = 'Module:Message box/tmbox.css'
}
}
}
}
Anonymous user

Navigation menu