Difference between revisions of "Template:Editnotices/Namespace/Category/doc"
< Template:Editnotices | Namespace | Category
Jump to navigation
Jump to search
imported>Rd232 |
imported>Rd232 (→Hiding the message: update) |
||
| Line 10: | Line 10: | ||
:<tt><nowiki>#category-namespace-editnotice { display: none !important; } </nowiki></tt> | :<tt><nowiki>#category-namespace-editnotice { display: none !important; } </nowiki></tt> | ||
| − | into [[Special:Mypage/ | + | into [[Special:Mypage/skin.css]], which redirects to your current skin's CSS file (open in new tab/window to see). See [[Wikipedia:Skin]]. |
| − | |||
=== See also === | === See also === | ||
Revision as of 10:52, 13 May 2010
| 40px | This is a documentation subpage for Template:Editnotices/Namespace/Category. It contains 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 Special:Mypage/skin.css, which redirects to your current skin's CSS file (open in new tab/window to see). See Wikipedia:Skin.