Module:Editnotice load/config
Appearance
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
}