Difference between revisions of "Template:Editnotices/Namespace/File/doc"
< Template:Editnotices | Namespace | File
Jump to navigation
Jump to search
imported>Technical 13 (per edit request.) |
imported>Ammarpad (it was fully protected, fix description) |
||
Line 3: | Line 3: | ||
=== Usage === | === Usage === | ||
− | * This template provides the [[WP:Editnotice|editnotice]] for all [[Help:File page|File page]]s. It can only be edited by {{lc:{{Sop | + | * This template provides the [[WP:Editnotice|editnotice]] for all [[Help:File page|File page]]s. It can only be edited by {{lc:{{Sop}}}}s. |
* The message is not shown if the page does not exist, to avoid distracting from the "use the upload form" message (which is provided by [[MediaWiki:Newarticletext]]). | * The message is not shown if the page does not exist, to avoid distracting from the "use the upload form" message (which is provided by [[MediaWiki:Newarticletext]]). | ||
Latest revision as of 11:48, 28 November 2018
![]() | This is a documentation subpage for Template:Editnotices/Namespace/File. 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 File pages. It can only be edited by template:sops.
- The message is not shown if the page does not exist, to avoid distracting from the "use the upload form" message (which is provided by MediaWiki:Newarticletext).
Hiding the message
This template is marked with the CSS id and CSS class name ".file-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
#file-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).