Модуль:Message box/configuration: различия между версиями

м (27 версий импортировано: Импорт из Википедии)
м (1 версия импортирована: Импорт из Википедии)
 
(не показано 6 промежуточных версий 5 участников)
Строка 1: Строка 1:
local ambox = {
+
--------------------------------------------------------------------------------
types = {
+
--                          Message box configuration                        --
speedy = {
+
--                                                                            --
class = 'ambox-speedy',
+
-- This module contains configuration data for [[Module:Message box]].        --
image = 'Ambox speedy deletion.png'
+
--------------------------------------------------------------------------------
},
+
 
delete = {
+
return {
class = 'ambox-delete',
+
ambox = {
image = 'Ambox deletion.png'
+
types = {
},
+
speedy = {
content = {
+
class = 'ambox-speedy',
class = 'ambox-content',
+
image = 'Ambox warning pn.svg'
image = 'Ambox content.png'
+
},
},
+
delete = {
style = {
+
class = 'ambox-delete',
class = 'ambox-style',
+
image = 'Stop hand nuvola.svg'
image = 'Edit-clear.svg'
+
},
},
+
content = {
move = {
+
class = 'ambox-content',
class = 'ambox-move',
+
image = 'Emblem-important.svg'
image = 'Ambox move.png'
+
},
 +
style = {
 +
class = 'ambox-style',
 +
image = 'Broom_icon.svg'
 +
},
 +
move = {
 +
class = 'ambox-move',
 +
image = 'Merge-split-transwiki default.svg'
 +
},
 +
protection = {
 +
class = 'ambox-protection',
 +
image = 'Padlock-silver-medium.svg'
 +
},
 +
notice = {
 +
class = 'ambox-notice',
 +
image = 'Information.svg'
 +
},
 +
good = {
 +
class = 'ambox-good',
 +
image = 'Green star boxed.svg'
 +
},
 +
serious = {
 +
class = 'ambox-serious',
 +
image = 'Stop hand nuvola.svg'
 +
},
 +
merge = {
 +
class = 'ambox-merge',
 +
image = 'Merge-split-transwiki default.svg'
 +
},
 +
discussion = {
 +
class = 'ambox-discussion',
 +
image = 'Nuvola apps ksirc.png'
 +
}
 
},
 
},
protection = {
+
default                    = 'notice',
class = 'ambox-protection',
+
allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden', 'image'},
image = 'Ambox protection.png'
+
allowSmall                  = true,
},
+
smallParam                  = 'left',
notice = {
+
smallClass                  = 'mbox-small-left',
class = 'ambox-notice',
+
substCheck                  = true,
image = 'Ambox notice.png'
+
classes                    = {'metadata', 'ambox'},
}
+
imageEmptyCell              = true,
 +
imageCheckBlank            = true,
 +
imageSmallSize              = '20x20px',
 +
imageCellDiv                = true,
 +
useCollapsibleTextFields    = true,
 +
imageRightNone              = true,
 +
sectionDefault              = 'статья',
 +
allowMainspaceCategories    = true,
 +
templateCategory            = 'Шаблоны:Шаблоны-сообщения для статей',
 +
templateCategoryRequireName = true,
 +
templateErrorCategory      = 'Шаблоны:Шаблоны-сообщения для статей с пропущенными параметрами',
 +
templateErrorParamsToCheck  = {'issue', 'fix'},
 +
removalNotice              = '[[Help:Maintenance template removal|Learn how and when to remove this template message]]',
 +
templatestyles              = 'Module:Message box/ambox.css',
 
},
 
},
default                    = 'notice',
+
allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
+
cmbox = {
allowSmall                  = true,
+
types = {
smallParam                  = 'left',
+
speedy = {
smallClass                  = 'mbox-small-left',
+
class = 'cmbox-speedy',
substCheck                  = true,
+
image = 'Ambox warning pn.svg'
classes                    = {'metadata', 'plainlinks', 'ambox'},
+
},
imageEmptyCell              = true,
+
delete = {
imageCheckBlank            = true,
+
class = 'cmbox-delete',
imageSmallSize              = '20x20px',
+
image = 'Ambox warning pn.svg'
imageCellDiv                = true,
+
},
useCollapsibleTextFields    = true,
+
content = {
imageRightNone              = true,
+
class = 'cmbox-content',
sectionDefault              = 'article',
+
image = 'Ambox important.svg'
allowMainspaceCategories    = true,
+
},
templateCategory            = 'Article message templates',
+
style = {
        templateCategoryRequireName = true,
+
class = 'cmbox-style',
templateErrorCategory      = 'Article message templates with missing parameters',
+
image = 'Edit-clear.svg'
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'}
+
},
}
+
move = {
 
+
class = 'cmbox-move',
local cmbox = {
+
image = 'Merge-split-transwiki default.svg'
types = {
+
},
speedy = {
+
protection = {
class = 'cmbox-speedy',
+
class = 'cmbox-protection',
image = 'Cmbox deletion.png'
+
image = 'Padlock-silver-medium.svg'
 +
},
 +
notice = {
 +
class = 'cmbox-notice',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
delete = {
+
default                  = 'notice',
class = 'cmbox-delete',
+
showInvalidTypeError    = true,
image = 'Cmbox deletion.png'
+
classes                  = {'cmbox'},
},
+
imageEmptyCell          = true,
content = {
+
useCollapsibleTextFields = true,
class = 'cmbox-content',
+
templatestyles          = 'Module:Message box/cmbox.css',
image = 'Cmbox content.png'
 
},
 
style = {
 
class = 'cmbox-style',
 
image = 'Edit-clear.svg'
 
},
 
move = {
 
class = 'cmbox-move',
 
image = 'Cmbox move.png'
 
},
 
protection = {
 
class = 'cmbox-protection',
 
image = 'Cmbox protection.png'
 
},
 
notice = {
 
class = 'cmbox-notice',
 
image = 'Cmbox notice.png'
 
}
 
 
},
 
},
default              = 'notice',
+
showInvalidTypeError = true,
+
fmbox = {
classes              = {'plainlinks', 'cmbox'},
+
types = {
imageEmptyCell      = true
+
warning = {
}
+
class = 'fmbox-warning',
 
+
image = 'Ambox warning pn.svg'
local fmbox = {
+
},
types = {
+
editnotice = {
warning = {
+
class = 'fmbox-editnotice',
class = 'fmbox-warning',
+
image = 'Information icon4.svg'
image = 'Cmbox deletion.png'
+
},
 +
system = {
 +
class = 'fmbox-system',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
editnotice = {
+
default                  = 'system',
class = 'fmbox-editnotice',
+
showInvalidTypeError    = true,
image = 'Imbox notice.png'
+
classes                  = {'fmbox'},
},
+
imageEmptyCell          = false,
system = {
+
imageRightNone          = false,
class = 'fmbox-system',
+
useCollapsibleTextFields = true,
image = 'Imbox notice.png'
+
templatestyles          = 'Module:Message box/fmbox.css',
}
 
 
},
 
},
default              = 'system',
+
showInvalidTypeError = true,
+
imbox = {
allowId                = true,
+
types = {
classes              = {'plainlinks', 'fmbox'},
+
speedy = {
imageEmptyCell      = false,
+
class = 'imbox-speedy',
imageRightNone      = false
+
image = 'Ambox warning pn.svg'
}
+
},
 
+
delete = {
local imbox = {
+
class = 'imbox-delete',
types = {
+
image = 'Ambox warning pn.svg'
speedy = {
+
},
class = 'imbox-speedy',
+
content = {
image = 'Imbox speedy deletion.png'
+
class = 'imbox-content',
},
+
image = 'Ambox important.svg'
delete = {
+
},
class = 'imbox-delete',
+
style = {
image = 'Imbox deletion.png'
+
class = 'imbox-style',
},
+
image = 'Edit-clear.svg'
content = {
+
},
class = 'imbox-content',
+
move = {
image = 'Imbox content.png'
+
class = 'imbox-move',
},
+
image = 'Merge-split-transwiki default.svg'
style = {
+
},
class = 'imbox-style',
+
protection = {
image = 'Edit-clear.svg'
+
class = 'imbox-protection',
},
+
image = 'Padlock-silver-medium.svg'
move = {
+
},
class = 'imbox-move',
+
license = {
image = 'Imbox move.png'
+
class = 'imbox-license licensetpl',
 +
image = 'Imbox license.png' -- @todo We need an SVG version of this
 +
},
 +
featured = {
 +
class = 'imbox-featured',
 +
image = 'Cscr-featured.svg'
 +
},
 +
notice = {
 +
class = 'imbox-notice',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
protection = {
+
default                  = 'notice',
class = 'imbox-protection',
+
showInvalidTypeError    = true,
image = 'Imbox protection.png'
+
classes                  = {'imbox'},
},
+
imageEmptyCell          = true,
license = {
+
below                    = true,
class = 'imbox-license',
+
useCollapsibleTextFields = true,
image = 'Imbox license.png'
+
templateCategory        = 'Шаблоны:Шаблоны-сообщения для файлов',
},
+
templatestyles          = 'Module:Message box/imbox.css',
featured = {
 
class = 'imbox-featured',
 
image = 'Imbox featured.png'
 
},
 
notice = {
 
class = 'imbox-notice',
 
image = 'Imbox notice.png'
 
}
 
 
},
 
},
default              = 'notice',
+
showInvalidTypeError = true,
+
ombox = {
classes              = {'imbox'},
+
types = {
usePlainlinksParam  = true,
+
speedy = {
imageEmptyCell      = true,
+
class = 'ombox-speedy',
below                = true,
+
image = 'OOjs UI icon alert-destructive.svg'
templateCategory    = 'File message boxes'
+
},
}
+
delete = {
 
+
class = 'ombox-delete',
local ombox = {
+
image = 'OOjs UI icon alert-destructive.svg'
types = {
+
},
speedy = {
+
content = {
class = 'ombox-speedy',
+
class = 'ombox-content',
image = 'Imbox speedy deletion.png'
+
image = 'OOjs UI icon notice-warning.svg'
},
+
},
delete = {
+
style = {
class = 'ombox-delete',
+
class = 'ombox-style',
image = 'Imbox deletion.png'
+
image = 'Edit-clear.svg'
 +
},
 +
move = {
 +
class = 'ombox-move',
 +
image = 'Imbox move.png'
 +
},
 +
protection = {
 +
class = 'ombox-protection',
 +
image = 'Imbox protection.png'
 +
},
 +
notice = {
 +
class = 'ombox-notice',
 +
image = 'OOjs UI icon info-progressive.svg'
 +
}
 
},
 
},
content = {
+
default                  = 'notice',
class = 'ombox-content',
+
showInvalidTypeError    = true,
image = 'Imbox content.png'
+
classes                  = {'ombox'},
},
+
allowSmall              = true,
style = {
+
imageEmptyCell          = true,
class = 'ombox-style',
+
imageRightNone          = true,
image = 'Edit-clear.svg'
+
useCollapsibleTextFields = true,
},
+
templatestyles          = 'Module:Message box/ombox.css',
move = {
 
class = 'ombox-move',
 
image = 'Imbox move.png'
 
},
 
protection = {
 
class = 'ombox-protection',
 
image = 'Imbox protection.png'
 
},
 
notice = {
 
class = 'ombox-notice',
 
image = 'Imbox notice.png'
 
}
 
 
},
 
},
default              = 'notice',
+
showInvalidTypeError = true,
+
tmbox = {
classes              = {'plainlinks', 'ombox'},
+
types = {
allowSmall          = true,
+
speedy = {
imageEmptyCell      = true,
+
class = 'tmbox-speedy',
imageRightNone      = true
+
image = 'Ambox warning pn.svg'
}
+
},
 
+
delete = {
local tmbox = {
+
class = 'tmbox-delete',
types = {
+
image = 'Ambox warning pn.svg'
speedy = {
+
},
class = 'tmbox-speedy',
+
content = {
image = 'Imbox speedy deletion.png'
+
class = 'tmbox-content',
 +
image = 'Ambox important.svg'
 +
},
 +
style = {
 +
class = 'tmbox-style',
 +
image = 'Edit-clear.svg'
 +
},
 +
move = {
 +
class = 'tmbox-move',
 +
image = 'Merge-split-transwiki default.svg'
 +
},
 +
protection = {
 +
class = 'tmbox-protection',
 +
image = 'Padlock-silver-medium.svg'
 +
},
 +
notice = {
 +
class = 'tmbox-notice',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
delete = {
+
default                  = 'notice',
class = 'tmbox-delete',
+
showInvalidTypeError     = true,
image = 'Imbox deletion.png'
+
classes                 = {'tmbox'},
},
+
allowSmall              = true,
content = {
+
imageRightNone           = true,
class = 'tmbox-content',
+
imageEmptyCell          = true,
image = 'Imbox content.png'
+
imageEmptyCellStyle      = true,
},
+
useCollapsibleTextFields = true,
style = {
+
templateCategory         = 'Шаблоны:Шаблоны-сообщения для страниц обсуждений',
class = 'tmbox-style',
+
templatestyles          = 'Module:Message box/tmbox.css',
image = 'Edit-clear.svg '
+
}
},
 
move = {
 
class = 'tmbox-move',
 
image = 'Imbox move.png'
 
},
 
protection = {
 
class = 'tmbox-protection',
 
image = 'Imbox protection.png'
 
},
 
notice = {
 
class = 'tmbox-notice',
 
image = 'Imbox notice.png'
 
}
 
},
 
default              = 'notice',
 
showInvalidTypeError = true,
 
classes             = {'plainlinks', 'tmbox'},
 
allowId              = true,
 
allowSmall           = true,
 
imageRightNone      = true,
 
imageEmptyCell      = true,
 
imageEmptyCellStyle  = true,
 
templateCategory     = 'Talk message boxes'
 
}
 
 
 
return {
 
ambox = ambox,
 
cmbox = cmbox,
 
fmbox = fmbox,
 
imbox = imbox,
 
ombox = ombox,
 
tmbox = tmbox
 
 
}
 
}

Текущая версия от 01:27, 8 сентября 2024

Для документации этого модуля может быть создана страница Модуль:Message box/configuration/doc

--------------------------------------------------------------------------------
--                          Message box configuration                         --
--                                                                            --
-- This module contains configuration data for [[Module:Message box]].        --
--------------------------------------------------------------------------------

return {
	ambox = {
		types = {
			speedy = {
				class = 'ambox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'ambox-delete',
				image = 'Stop hand nuvola.svg'
			},
			content = {
				class = 'ambox-content',
				image = 'Emblem-important.svg'
			},
			style = {
				class = 'ambox-style',
				image = 'Broom_icon.svg'
			},
			move = {
				class = 'ambox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'ambox-protection',
				image = 'Padlock-silver-medium.svg'
			},
			notice = {
				class = 'ambox-notice',
				image = 'Information.svg'
			},
			good = {
				class = 'ambox-good',
				image = 'Green star boxed.svg'
			},
			serious = {
				class = 'ambox-serious',
				image = 'Stop hand nuvola.svg'
			},
			merge = {
				class = 'ambox-merge',
				image = 'Merge-split-transwiki default.svg'
			},
			discussion = {
				class = 'ambox-discussion',
				image = 'Nuvola apps ksirc.png'
			}
		},
		default                     = 'notice',
		allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden', 'image'},
		allowSmall                  = true,
		smallParam                  = 'left',
		smallClass                  = 'mbox-small-left',
		substCheck                  = true,
		classes                     = {'metadata', 'ambox'},
		imageEmptyCell              = true,
		imageCheckBlank             = true,
		imageSmallSize              = '20x20px',
		imageCellDiv                = true,
		useCollapsibleTextFields    = true,
		imageRightNone              = true,
		sectionDefault              = 'статья',
		allowMainspaceCategories    = true,
		templateCategory            = 'Шаблоны:Шаблоны-сообщения для статей',
		templateCategoryRequireName = true,
		templateErrorCategory       = 'Шаблоны:Шаблоны-сообщения для статей с пропущенными параметрами',
		templateErrorParamsToCheck  = {'issue', 'fix'},
		removalNotice               = '[[Help:Maintenance template removal|Learn how and when to remove this template message]]',
		templatestyles              = 'Module:Message box/ambox.css',
	},
	
	cmbox = {
		types = {
			speedy = {
				class = 'cmbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'cmbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'cmbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'cmbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'cmbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'cmbox-protection',
				image = 'Padlock-silver-medium.svg'
			},
			notice = {
				class = 'cmbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default                  = 'notice',
		showInvalidTypeError     = true,
		classes                  = {'cmbox'},
		imageEmptyCell           = true,
		useCollapsibleTextFields = true,
		templatestyles           = 'Module:Message box/cmbox.css',
	},
	
	fmbox = {
		types = {
			warning = {
				class = 'fmbox-warning',
				image = 'Ambox warning pn.svg'
			},
			editnotice = {
				class = 'fmbox-editnotice',
				image = 'Information icon4.svg'
			},
			system = {
				class = 'fmbox-system',
				image = 'Information icon4.svg'
			}
		},
		default                  = 'system',
		showInvalidTypeError     = true,
		classes                  = {'fmbox'},
		imageEmptyCell           = false,
		imageRightNone           = false,
		useCollapsibleTextFields = true,
		templatestyles           = 'Module:Message box/fmbox.css',
	},
	
	imbox = {
		types = {
			speedy = {
				class = 'imbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'imbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'imbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'imbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'imbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'imbox-protection',
				image = 'Padlock-silver-medium.svg'
			},
			license = {
				class = 'imbox-license licensetpl',
				image = 'Imbox license.png' -- @todo We need an SVG version of this
			},
			featured = {
				class = 'imbox-featured',
				image = 'Cscr-featured.svg'
			},
			notice = {
				class = 'imbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default                  = 'notice',
		showInvalidTypeError     = true,
		classes                  = {'imbox'},
		imageEmptyCell           = true,
		below                    = true,
		useCollapsibleTextFields = true,
		templateCategory         = 'Шаблоны:Шаблоны-сообщения для файлов',
		templatestyles           = 'Module:Message box/imbox.css',
	},
	
	ombox = {
		types = {
			speedy = {
				class = 'ombox-speedy',
				image = 'OOjs UI icon alert-destructive.svg'
			},
			delete = {
				class = 'ombox-delete',
				image = 'OOjs UI icon alert-destructive.svg'
			},
			content = {
				class = 'ombox-content',
				image = 'OOjs UI icon notice-warning.svg'
			},
			style = {
				class = 'ombox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'ombox-move',
				image = 'Imbox move.png'
			},
			protection = {
				class = 'ombox-protection',
				image = 'Imbox protection.png'
			},
			notice = {
				class = 'ombox-notice',
				image = 'OOjs UI icon info-progressive.svg'
			}
		},
		default                  = 'notice',
		showInvalidTypeError     = true,
		classes                  = {'ombox'},
		allowSmall               = true,
		imageEmptyCell           = true,
		imageRightNone           = true,
		useCollapsibleTextFields = true,
		templatestyles           = 'Module:Message box/ombox.css',
	},
	
	tmbox = {
		types = {
			speedy = {
				class = 'tmbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'tmbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'tmbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'tmbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'tmbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'tmbox-protection',
				image = 'Padlock-silver-medium.svg'
			},
			notice = {
				class = 'tmbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default                  = 'notice',
		showInvalidTypeError     = true,
		classes                  = {'tmbox'},
		allowSmall               = true,
		imageRightNone           = true,
		imageEmptyCell           = true,
		imageEmptyCellStyle      = true,
		useCollapsibleTextFields = true,
		templateCategory         = 'Шаблоны:Шаблоны-сообщения для страниц обсуждений',
		templatestyles           = 'Module:Message box/tmbox.css',
	}
}