Jump to content

Module:Editnotice load/config

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Awesome Aasim (talk | contribs) at 01:25, 18 August 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
return {
	pseudo_ns_name = "Template:Editnotices", --the name of the pseudo-namespace for the editnotice loader
	editnotice_classes = "sysop-show templateeditor-show extendedmover-show", --Additional classes to add to the editnotice loader for those who cannot edit editnotices
	editnotice_types = {
		protection = "Protection",
		protection_id = "ProtectionID",
		title = "Page", -- historical reasons
		page = "PageID",
		group = "Group",
		category = "Category",
		namespace = "Namespace"
	},
	user_editnotice = "Editnotice",
	editnotice_names = {
		protection = "Title protection notice",
		protection_id = "Page protection notice",
		title = "Title notice",
		page = "Page notice",
		group = "Group notice",
		category = "Category notice",
		namespace = "Namespace notice"
	}
}