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 20:42, 17 August 2024 (Created page with 'return { pseudo_ns_name = "Template:Editnotices", --the name of the pseudo-namespace for the editnotice loader editnotice_css = "sysop-show templateeditor-show extendedmover-show", --Additional CSS to add to the editnotice loader for those who cannot edit editnotices editnotice_types = { protection = "prot_title", protection_id = "prot_page", title = "title", page = "page", group = "group", user = "user", category = "cat", namespace = "ns...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
return {
	pseudo_ns_name = "Template:Editnotices", --the name of the pseudo-namespace for the editnotice loader
	editnotice_css = "sysop-show templateeditor-show extendedmover-show", --Additional CSS to add to the editnotice loader for those who cannot edit editnotices
	editnotice_types = {
		protection = "prot_title",
		protection_id = "prot_page",
		title = "title",
		page = "page",
		group = "group",
		user = "user",
		category = "cat",
		namespace = "ns",
		invalid = "Invalid"
	},
	enable_user_editnotice = true
}