2970
правок
(временное исправление шаблонов обсуждений через .notheme) |
Neotrit (обсуждение | вклад) м (1 версия импортирована) |
||
| Строка 14: | Строка 14: | ||
delete = { | delete = { | ||
class = 'ambox-delete', | class = 'ambox-delete', | ||
image = ' | image = 'Ambox warning pn.svg' | ||
}, | }, | ||
content = { | content = { | ||
class = 'ambox-content', | class = 'ambox-content', | ||
image = ' | image = 'Ambox important.svg' | ||
}, | }, | ||
style = { | style = { | ||
class = 'ambox-style', | class = 'ambox-style', | ||
image = ' | image = 'Edit-clear.svg' | ||
}, | }, | ||
move = { | move = { | ||
| Строка 30: | Строка 30: | ||
protection = { | protection = { | ||
class = 'ambox-protection', | class = 'ambox-protection', | ||
image = ' | image = 'Semi-protection-shackle-keyhole.svg' | ||
}, | }, | ||
notice = { | notice = { | ||
class = 'ambox-notice', | class = 'ambox-notice', | ||
image = 'Information.svg | image = 'Information icon4.svg' | ||
} | } | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
allowBlankParams = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden | allowBlankParams = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'}, | ||
allowSmall = true, | allowSmall = true, | ||
smallParam = 'left', | smallParam = 'left', | ||
| Строка 66: | Строка 50: | ||
useCollapsibleTextFields = true, | useCollapsibleTextFields = true, | ||
imageRightNone = true, | imageRightNone = true, | ||
sectionDefault = ' | sectionDefault = 'article', | ||
allowMainspaceCategories = true, | allowMainspaceCategories = true, | ||
templateCategory = ' | templateCategory = 'Article message templates', | ||
templateCategoryRequireName = true, | |||
templateErrorCategory = ' | templateErrorCategory = 'Article message templates with missing parameters', | ||
templateErrorParamsToCheck = {'issue', 'fix'}, | templateErrorParamsToCheck = {'issue', 'fix', 'subst'}, | ||
removalNotice = '[[Help:Maintenance template removal|Learn how and when to remove this | removalNotice = '<small>[[Help:Maintenance template removal|Learn how and when to remove this message]]</small>', | ||
templatestyles = 'Module:Message box/ambox.css' | templatestyles = 'Module:Message box/ambox.css' | ||
}, | }, | ||
| Строка 79: | Строка 63: | ||
types = { | types = { | ||
speedy = { | speedy = { | ||
class = 'cmbox-speedy | class = 'cmbox-speedy', | ||
image = 'Ambox warning pn.svg' | image = 'Ambox warning pn.svg' | ||
}, | }, | ||
delete = { | delete = { | ||
class = 'cmbox-delete | class = 'cmbox-delete', | ||
image = 'Ambox warning pn.svg' | image = 'Ambox warning pn.svg' | ||
}, | }, | ||
content = { | content = { | ||
class = 'cmbox-content | class = 'cmbox-content', | ||
image = 'Ambox important.svg' | image = 'Ambox important.svg' | ||
}, | }, | ||
style = { | style = { | ||
class = 'cmbox-style | class = 'cmbox-style', | ||
image = 'Edit-clear.svg' | image = 'Edit-clear.svg' | ||
}, | }, | ||
move = { | move = { | ||
class = 'cmbox-move | class = 'cmbox-move', | ||
image = 'Merge-split-transwiki default.svg' | image = 'Merge-split-transwiki default.svg' | ||
}, | }, | ||
protection = { | protection = { | ||
class = 'cmbox-protection | class = 'cmbox-protection', | ||
image = ' | image = 'Semi-protection-shackle-keyhole.svg' | ||
}, | }, | ||
notice = { | notice = { | ||
class = 'cmbox-notice | class = 'cmbox-notice', | ||
image = 'Information icon4.svg' | image = 'Information icon4.svg' | ||
} | } | ||
}, | }, | ||
default | default = 'notice', | ||
showInvalidTypeError | showInvalidTypeError = true, | ||
classes | classes = {'cmbox'}, | ||
imageEmptyCell | imageEmptyCell = true, | ||
templatestyles = 'Module:Message box/cmbox.css' | |||
templatestyles | |||
}, | }, | ||
| Строка 130: | Строка 113: | ||
} | } | ||
}, | }, | ||
default | default = 'system', | ||
showInvalidTypeError | showInvalidTypeError = true, | ||
classes | classes = {'fmbox'}, | ||
imageEmptyCell | imageEmptyCell = false, | ||
imageRightNone | imageRightNone = false, | ||
templatestyles = 'Module:Message box/fmbox.css' | |||
templatestyles | |||
}, | }, | ||
| Строка 163: | Строка 145: | ||
protection = { | protection = { | ||
class = 'imbox-protection', | class = 'imbox-protection', | ||
image = ' | image = 'Semi-protection-shackle-keyhole.svg' | ||
}, | }, | ||
license = { | license = { | ||
class = 'imbox-license licensetpl', | class = 'imbox-license licensetpl', | ||
image = 'Imbox license. | image = 'Imbox-license.svg' | ||
}, | |||
["license-related"] = { | |||
class = 'imbox-license', | |||
image = 'Imbox-license.svg' | |||
}, | }, | ||
featured = { | featured = { | ||
class = 'imbox-featured', | class = 'imbox-featured', | ||
image = 'Cscr-featured.svg' | image = 'Cscr-featured.svg', | ||
imageNeedsLink = true | |||
}, | }, | ||
notice = { | notice = { | ||
| Строка 178: | Строка 165: | ||
} | } | ||
}, | }, | ||
default | default = 'notice', | ||
showInvalidTypeError | showInvalidTypeError = true, | ||
classes | classes = {'imbox'}, | ||
imageEmptyCell | imageEmptyCell = true, | ||
below | below = true, | ||
templateCategory = 'File message boxes', | |||
templateCategory | templatestyles = 'Module:Message box/imbox.css' | ||
templatestyles | |||
}, | }, | ||
| Строка 192: | Строка 178: | ||
speedy = { | speedy = { | ||
class = 'ombox-speedy', | class = 'ombox-speedy', | ||
image = ' | image = 'Ambox warning pn.svg' | ||
}, | }, | ||
delete = { | delete = { | ||
class = 'ombox-delete', | class = 'ombox-delete', | ||
image = ' | image = 'Ambox warning pn.svg' | ||
}, | }, | ||
content = { | content = { | ||
class = 'ombox-content', | class = 'ombox-content', | ||
image = ' | image = 'Ambox important.svg' | ||
}, | }, | ||
style = { | style = { | ||
| Строка 208: | Строка 194: | ||
move = { | move = { | ||
class = 'ombox-move', | class = 'ombox-move', | ||
image = ' | image = 'Merge-split-transwiki default.svg' | ||
}, | }, | ||
protection = { | protection = { | ||
class = 'ombox-protection', | class = 'ombox-protection', | ||
image = ' | image = 'Semi-protection-shackle-keyhole.svg' | ||
}, | }, | ||
notice = { | notice = { | ||
class = 'ombox-notice', | class = 'ombox-notice', | ||
image = ' | image = 'Information icon4.svg' | ||
} | } | ||
}, | }, | ||
default | default = 'notice', | ||
showInvalidTypeError | showInvalidTypeError = true, | ||
classes | classes = {'ombox'}, | ||
allowSmall | allowSmall = true, | ||
imageEmptyCell | imageEmptyCell = true, | ||
imageRightNone | imageRightNone = true, | ||
templatestyles = 'Module:Message box/ombox.css' | |||
templatestyles | |||
}, | }, | ||
| Строка 232: | Строка 217: | ||
types = { | types = { | ||
speedy = { | speedy = { | ||
class = 'tmbox-speedy | class = 'tmbox-speedy', | ||
image = 'Ambox warning pn.svg' | image = 'Ambox warning pn.svg' | ||
}, | }, | ||
delete = { | delete = { | ||
class = 'tmbox-delete | class = 'tmbox-delete', | ||
image = 'Ambox warning pn.svg' | image = 'Ambox warning pn.svg' | ||
}, | }, | ||
content = { | content = { | ||
class = 'tmbox-content | class = 'tmbox-content', | ||
image = 'Ambox important.svg' | image = 'Ambox important.svg' | ||
}, | }, | ||
style = { | style = { | ||
class = 'tmbox-style | class = 'tmbox-style', | ||
image = 'Edit-clear.svg' | image = 'Edit-clear.svg' | ||
}, | }, | ||
move = { | move = { | ||
class = 'tmbox-move | class = 'tmbox-move', | ||
image = 'Merge-split-transwiki default.svg' | image = 'Merge-split-transwiki default.svg' | ||
}, | }, | ||
protection = { | protection = { | ||
class = 'tmbox-protection | class = 'tmbox-protection', | ||
image = ' | image = 'Semi-protection-shackle-keyhole.svg' | ||
}, | }, | ||
notice = { | notice = { | ||
class = 'tmbox-notice | class = 'tmbox-notice', | ||
image = 'Information icon4.svg' | image = 'Information icon4.svg' | ||
} | } | ||
}, | }, | ||
default | default = 'notice', | ||
showInvalidTypeError | showInvalidTypeError = true, | ||
classes | classes = {'tmbox'}, | ||
allowSmall | allowSmall = true, | ||
imageRightNone | imageRightNone = true, | ||
imageEmptyCell | imageEmptyCell = true, | ||
templateCategory = 'Talk message boxes', | |||
templatestyles = 'Module:Message box/tmbox.css' | |||
templateCategory | |||
templatestyles | |||
} | } | ||
} | } | ||