Template:Editnotices/Namespace/Category/doc
From The Right Wiki
Jump to navigationJump to search
File:Edit-copy green.svg | This is a documentation subpage for Template:Editnotices/Namespace/Category. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
- This template provides the editnotice for all category pages.
Hiding the message
This template is marked with the CSS id and CSS class name "category-namespace-editnotice"
, so that editors can apply their own CSS customisation if they wish, in particular to hide it (see WP:CSSHIDE for details). To hide the message, add:
#category-namespace-editnotice {
display: none !important;
}
into your skin.css, which will apply the effect to your current skin. To apply it to all skins, add the code to your common.css instead. See Wikipedia:Skin for details.