Difference between revisions of "Template:Editnotices/Namespace/Category"

From blackwiki
Jump to navigation Jump to search
imported>Smith609
(Boilerplate text for "Immediate children" group; these pages never need creating.)
imported>Smith609
(Direct link)
Line 1: Line 1:
{{#ifeq:{{#titleparts:{{PAGENAME}}|1}}|Immediate children|{{Editnotices/Group/Category:Immediate_children}}|{{#ifexist:{{FULLPAGENAME}}
+
{{#ifeq:{{#titleparts:{{PAGENAME}}|1}}|Immediate children|{{immediate children category|{{#titleparts:{{PAGENAME}}|1|2}}}}|{{#ifexist:{{FULLPAGENAME}}
 
| {{fmbox
 
| {{fmbox
 
   | type  = editnotice
 
   | type  = editnotice

Revision as of 20:28, 30 November 2010

Template documentation[view] [edit] [history] [purge]

Usage

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.

See also