求真百科歡迎當事人提供第一手真實資料,洗刷冤屈,終結網路霸凌。

「模块:Message box/configuration」修訂間的差異檢視原始碼檢視歷史

事實揭露 揭密真相
前往: 導覽搜尋
mediawiki1>Mr. Stradivarius
(allow all templates to disable the plainlinks class)
 
 
(未顯示由 3 位使用者於中間所作的 22 次修訂)
行 1: 行 1:
--------------------------------------------------------------------------------
+
local ambox = {
--                          Message box configuration                        --
+
types = {
--                                                                            --
+
speedy = {
-- This module contains configuration data for [[Module:Message box]].       --
+
class = 'ambox-speedy',
--------------------------------------------------------------------------------
+
image = 'Ambox warning pn.svg'
 +
},
 +
delete = {
 +
class = 'ambox-delete',
 +
image = 'Ambox warning pn.svg'
 +
},
 +
content = {
 +
class = 'ambox-content',
 +
image = 'Ambox important.png'
 +
},
 +
style = {
 +
class = 'ambox-style',
 +
image = 'Edit-clear1.png'
 +
},
 +
move = {
 +
class = 'ambox-move',
 +
image = 'Merge-split-transwiki default.svg'
 +
},
 +
protection = {
 +
class = 'ambox-protection',
 +
image = 'Semi-protection-shackle-keyhole.svg'
 +
},
 +
notice = {
 +
class = 'ambox-notice',
 +
image = 'Information icon4.svg'
 +
}
 +
},
 +
default                    = 'notice',
 +
allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
 +
allowSmall                  = true,
 +
smallParam                  = 'left',
 +
smallClass                  = 'mbox-small-left',
 +
substCheck                  = true,
 +
classes                    = {'metadata', 'ambox'},
 +
usePlainlinksParam          = true,
 +
allowId                    = true,
 +
imageEmptyCell              = true,
 +
imageCheckBlank            = true,
 +
imageSmallSize              = '20x20px',
 +
imageCellDiv                = true,
 +
useCollapsibleTextFields    = true,
 +
imageRightNone              = true,
 +
sectionDefault              = '條目',
 +
allowMainspaceCategories    = true,
 +
templateCategory            = '條目訊息模板',
 +
        templateCategoryRequireName = true,
 +
templateErrorCategory      = '缺少參數的條目訊息模板',
 +
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'}
 +
}
  
return {
+
local cmbox = {
ambox = {
+
types = {
types = {
+
speedy = {
speedy = {
+
class = 'cmbox-speedy',
class = 'ambox-speedy',
+
image = 'Ambox warning pn.svg'
image = 'Ambox warning pn.svg'
+
},
},
+
delete = {
delete = {
+
class = 'cmbox-delete',
class = 'ambox-delete',
+
image = 'Ambox warning pn.svg'
image = 'Ambox warning pn.svg'
+
},
},
+
content = {
content = {
+
class = 'cmbox-content',
class = 'ambox-content',
+
image = 'Ambox important.svg'
image = 'Ambox important.svg'
+
},
},
+
style = {
style = {
+
class = 'cmbox-style',
class = 'ambox-style',
+
image = 'Edit-clear.svg'
image = 'Edit-clear.svg'
+
},
},
+
move = {
move = {
+
class = 'cmbox-move',
class = 'ambox-move',
+
image = 'Merge-split-transwiki default.svg'
image = 'Merge-split-transwiki default.svg'
+
},
},
+
protection = {
protection = {
+
class = 'cmbox-protection',
class = 'ambox-protection',
+
image = 'Semi-protection-shackle-keyhole.svg'
image = 'Padlock-silver-medium.svg'
 
},
 
notice = {
 
class = 'ambox-notice',
 
image = 'Information icon4.svg'
 
}
 
 
},
 
},
default                    = 'notice',
+
notice = {
allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
+
class = 'cmbox-notice',
allowSmall                  = true,
+
image = 'Information icon4.svg'
smallParam                  = 'left',
+
}
smallClass                  = 'mbox-small-left',
 
substCheck                  = true,
 
classes                    = {'metadata', 'ambox'},
 
imageEmptyCell              = true,
 
imageCheckBlank            = true,
 
imageSmallSize              = '20x20px',
 
imageCellDiv                = true,
 
useCollapsibleTextFields    = true,
 
imageRightNone              = true,
 
sectionDefault              = 'article',
 
allowMainspaceCategories    = true,
 
templateCategory            = 'Article message templates',
 
        templateCategoryRequireName = true,
 
templateErrorCategory      = 'Article message templates with missing parameters',
 
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
 
removalNotice              = '[[Help:Maintenance template removal|Learn how and when to remove this template message]]'
 
 
},
 
},
+
default              = 'notice',
cmbox = {
+
showInvalidTypeError = true,
types = {
+
classes              = {'cmbox'},
speedy = {
+
usePlainlinksParam  = true,
class = 'cmbox-speedy',
+
imageEmptyCell      = true
image = 'Ambox warning pn.svg'
+
}
},
+
 
delete = {
+
local fmbox = {
class = 'cmbox-delete',
+
types = {
image = 'Ambox warning pn.svg'
+
warning = {
},
+
class = 'fmbox-warning',
content = {
+
image = 'Ambox warning pn.svg'
class = 'cmbox-content',
+
},
image = 'Ambox important.svg'
+
editnotice = {
},
+
class = 'fmbox-editnotice',
style = {
+
image = 'Information icon4.svg'
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',
+
system = {
showInvalidTypeError = true,
+
class = 'fmbox-system',
classes              = {'cmbox'},
+
image = 'Information icon4.svg'
imageEmptyCell      = true
+
}
 
},
 
},
+
default              = 'system',
fmbox = {
+
showInvalidTypeError = true,
types = {
+
allowId                = true,
warning = {
+
classes              = {'fmbox'},
class = 'fmbox-warning',
+
usePlainlinksParam  = true,
image = 'Ambox warning pn.svg'
+
imageEmptyCell      = false,
},
+
imageRightNone      = false
editnotice = {
+
}
class = 'fmbox-editnotice',
+
 
image = 'Information icon4.svg'
+
local imbox = {
},
+
types = {
system = {
+
speedy = {
class = 'fmbox-system',
+
class = 'imbox-speedy',
image = 'Information icon4.svg'
+
image = 'Ambox warning pn.svg'
}
 
 
},
 
},
default             = 'system',
+
delete = {
showInvalidTypeError = true,
+
class = 'imbox-delete',
classes              = {'fmbox'},
+
image = 'Ambox warning pn.svg'
imageEmptyCell      = false,
+
},
imageRightNone      = false
+
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 = 'Semi-protection-shackle-keyhole.svg'
 +
},
 +
license = {
 +
class = 'imbox-license',
 +
image = 'Imbox license.png'
 +
},
 +
featured = {
 +
class = 'imbox-featured',
 +
image = 'Cscr-featured.svg'
 +
},
 +
notice = {
 +
class = 'imbox-notice',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
+
default              = 'notice',
imbox = {
+
showInvalidTypeError = true,
types = {
+
classes              = {'imbox'},
speedy = {
+
usePlainlinksParam  = true,
class = 'imbox-speedy',
+
imageEmptyCell      = true,
image = 'Ambox warning pn.svg'
+
below                = true,
},
+
templateCategory    = ' 檔案訊息模板'
delete = {
+
}
class = 'imbox-delete',
+
 
image = 'Ambox warning pn.svg'
+
local ombox = {
},
+
types = {
content = {
+
speedy = {
class = 'imbox-content',
+
class = 'ombox-speedy',
image = 'Ambox important.svg'
+
image = 'Ambox warning pn.svg'
},
+
},
style = {
+
delete = {
class = 'imbox-style',
+
class = 'ombox-delete',
image = 'Edit-clear.svg'
+
image = 'Ambox warning pn.svg'
},
+
},
move = {
+
content = {
class = 'imbox-move',
+
class = 'ombox-content',
image = 'Merge-split-transwiki default.svg'
+
image = 'Ambox important.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',
+
style = {
showInvalidTypeError = true,
+
class = 'ombox-style',
classes              = {'imbox'},
+
image = 'Edit-clear.svg'
imageEmptyCell      = true,
+
},
below                = true,
+
move = {
templateCategory    = 'File message boxes'
+
class = 'ombox-move',
 +
image = 'Merge-split-transwiki default.svg'
 +
},
 +
protection = {
 +
class = 'ombox-protection',
 +
image = 'Semi-protection-shackle-keyhole.svg'
 +
},
 +
notice = {
 +
class = 'ombox-notice',
 +
image = 'Information icon4.svg'
 +
},
 +
note = {
 +
class = 'ombox-notice',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
+
default              = 'notice',
ombox = {
+
showInvalidTypeError = true,
types = {
+
classes              = {'ombox'},
speedy = {
+
usePlainlinksParam  = true,
class = 'ombox-speedy',
+
allowSmall          = true,
image = 'Ambox warning pn.svg'
+
imageEmptyCell      = true,
},
+
imageRightNone      = true
delete = {
+
}
class = 'ombox-delete',
+
 
image = 'Ambox warning pn.svg'
+
local tmbox = {
},
+
types = {
content = {
+
speedy = {
class = 'ombox-content',
+
class = 'tmbox-speedy',
image = 'Ambox important.svg'
+
image = 'Ambox warning pn.svg'
},
 
style = {
 
class = 'ombox-style',
 
image = 'Edit-clear.svg'
 
},
 
move = {
 
class = 'ombox-move',
 
image = 'Merge-split-transwiki default.svg'
 
},
 
protection = {
 
class = 'ombox-protection',
 
image = 'Padlock-silver-medium.svg'
 
},
 
notice = {
 
class = 'ombox-notice',
 
image = 'Information icon4.svg'
 
}
 
 
},
 
},
default              = 'notice',
+
delete = {
showInvalidTypeError = true,
+
class = 'tmbox-delete',
classes              = {'ombox'},
+
image = 'Ambox warning pn.svg'
allowSmall          = true,
+
},
imageEmptyCell      = true,
+
content = {
imageRightNone      = true
+
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 = 'Semi-protection-shackle-keyhole.svg'
 +
},
 +
notice = {
 +
class = 'tmbox-notice',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
+
default              = 'notice',
tmbox = {
+
showInvalidTypeError = true,
types = {
+
classes              = {'tmbox'},
speedy = {
+
usePlainlinksParam  = true,
class = 'tmbox-speedy',
+
allowId              = true,
image = 'Ambox warning pn.svg'
+
allowSmall          = true,
},
+
imageRightNone      = true,
delete = {
+
imageEmptyCell      = true,
class = 'tmbox-delete',
+
imageEmptyCellStyle  = true,
image = 'Ambox warning pn.svg'
+
templateCategory    = ' 討論訊息模板'
},
+
}
content = {
+
 
class = 'tmbox-content',
+
return {
image = 'Ambox important.svg'
+
ambox = ambox,
},
+
cmbox = cmbox,
style = {
+
fmbox = fmbox,
class = 'tmbox-style',
+
imbox = imbox,
image = 'Edit-clear.svg'
+
ombox = ombox,
},
+
tmbox = tmbox
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,
 
templateCategory    = 'Talk message boxes'
 
}
 
 
}
 
}

於 2020年1月16日 (四) 04:57 的最新修訂


local ambox = {
	types = {
		speedy = {
			class = 'ambox-speedy',
			image = 'Ambox warning pn.svg'
		},
		delete = {
			class = 'ambox-delete',
			image = 'Ambox warning pn.svg'
		},
		content = {
			class = 'ambox-content',
			image = 'Ambox important.png'
		},
		style = {
			class = 'ambox-style',
			image = 'Edit-clear1.png'
		},
		move = {
			class = 'ambox-move',
			image = 'Merge-split-transwiki default.svg'
		},
		protection = {
			class = 'ambox-protection',
			image = 'Semi-protection-shackle-keyhole.svg'
		},
		notice = {
			class = 'ambox-notice',
			image = 'Information icon4.svg'
		}
	},
	default                     = 'notice',
	allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
	allowSmall                  = true,
	smallParam                  = 'left',
	smallClass                  = 'mbox-small-left',
	substCheck                  = true,
	classes                     = {'metadata', 'ambox'},
	usePlainlinksParam          = true,
	allowId                     = true,
	imageEmptyCell              = true,
	imageCheckBlank             = true,
	imageSmallSize              = '20x20px',
	imageCellDiv                = true,
	useCollapsibleTextFields    = true,
	imageRightNone              = true,
	sectionDefault              = '條目',
	allowMainspaceCategories    = true,
	templateCategory            = '條目訊息模板',
        templateCategoryRequireName = true,
	templateErrorCategory       = '缺少參數的條目訊息模板',
	templateErrorParamsToCheck  = {'issue', 'fix', 'subst'}
}

local 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 = 'Semi-protection-shackle-keyhole.svg'
		},
		notice = {
			class = 'cmbox-notice',
			image = 'Information icon4.svg'
		}
	},
	default              = 'notice',
	showInvalidTypeError = true,
	classes              = {'cmbox'},
	usePlainlinksParam   = true,
	imageEmptyCell       = true
}

local 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,
	allowId                = true,
	classes              = {'fmbox'},
	usePlainlinksParam   = true,
	imageEmptyCell       = false,
	imageRightNone       = false
}

local 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 = 'Semi-protection-shackle-keyhole.svg'
		},
		license = {
			class = 'imbox-license',
			image = 'Imbox license.png'
		},
		featured = {
			class = 'imbox-featured',
			image = 'Cscr-featured.svg'
		},
		notice = {
			class = 'imbox-notice',
			image = 'Information icon4.svg'
		}
	},
	default              = 'notice',
	showInvalidTypeError = true,
	classes              = {'imbox'},
	usePlainlinksParam   = true,
	imageEmptyCell       = true,
	below                = true,
	templateCategory     = '檔案訊息模板'
}

local ombox = {
	types = {
		speedy = {
			class = 'ombox-speedy',
			image = 'Ambox warning pn.svg'
		},
		delete = {
			class = 'ombox-delete',
			image = 'Ambox warning pn.svg'
		},
		content = {
			class = 'ombox-content',
			image = 'Ambox important.svg'
		},
		style = {
			class = 'ombox-style',
			image = 'Edit-clear.svg'
		},
		move = {
			class = 'ombox-move',
			image = 'Merge-split-transwiki default.svg'
		},
		protection = {
			class = 'ombox-protection',
			image = 'Semi-protection-shackle-keyhole.svg'
		},
		notice = {
			class = 'ombox-notice',
			image = 'Information icon4.svg'
		},
		note = {
			class = 'ombox-notice',
			image = 'Information icon4.svg'
		}
	},
	default              = 'notice',
	showInvalidTypeError = true,
	classes              = {'ombox'},
	usePlainlinksParam   = true,
	allowSmall           = true,
	imageEmptyCell       = true,
	imageRightNone       = true
}

local 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 = 'Semi-protection-shackle-keyhole.svg'
		},
		notice = {
			class = 'tmbox-notice',
			image = 'Information icon4.svg'
		}
	},
	default              = 'notice',
	showInvalidTypeError = true,
	classes              = {'tmbox'},
	usePlainlinksParam   = true,
	allowId              = true,
	allowSmall           = true,
	imageRightNone       = true,
	imageEmptyCell       = true,
	imageEmptyCellStyle  = true,
	templateCategory     = '討論訊息模板'
}

return {
	ambox = ambox,
	cmbox = cmbox,
	fmbox = fmbox,
	imbox = imbox,
	ombox = ombox,
	tmbox = tmbox
}