Module:Message box/config

来自滚动的天空Wiki
文档图示 模块文档[创建]

本模块还没有文档页面,你可以创建它。

您可以创建文档以让用户更好地理解本模块的用途。
编者可以在本模块的沙盒创建 | 镜像和测试样例创建页面进行实验。
请将模块自身所属的分类添加在文档中。本模块的子页面
local types = {
		speedy = {
			class = 'mbox-speedy',
			image = 'OOjs UI icon clock-destructive.svg'
		},
		delete = {
			class = 'mbox-delete',
			image = 'OOjs UI icon alert-destructive.svg'
		},
		warning = {
			class = 'mbox-warning',
			image = 'OOjs UI icon notice-warning.svg'
		},
		style = {
			class = 'mbox-style',
			image = 'Edit-clear.svg'
		},
		move = {
			class = 'mbox-move',
			image = 'Merge-split-transwiki default.svg'
		},
		protection = {
			class = 'mbox-protection',
			image = 'Semi-protection-shackle-keyhole.svg'
		},
		notice = {
			class = 'mbox-notice',
			image = 'OOjs UI icon information-progressive.svg'
		},
		example = {
			class = 'mbox-example'
		}
	}

types.content = types.warning
return {types=types}