Difference between revisions of "Template:Editnotices/Namespace/Module/sandbox"

From blackwiki
Jump to navigation Jump to search
imported>Andy M. Wang
 
imported>WOSlinker
(use svg image)
Line 28: Line 28:
 
Some helpful links: [[mw:Extension:Scribunto/Lua reference manual|Lua reference manual]]{{#ifeq: {{lc: {{SUBPAGENAME}} }} | testcases
 
Some helpful links: [[mw:Extension:Scribunto/Lua reference manual|Lua reference manual]]{{#ifeq: {{lc: {{SUBPAGENAME}} }} | testcases
 
   | |, {{#ifexist:{{FULLPAGENAME}}/testcases|[[{{FULLPAGENAME}}/testcases|testcases]] <small style="font-style: normal">([{{fullurl:{{FULLPAGENAME}}/testcases|action=edit}} edit])</small>.|testcases <small style="font-style: normal">([{{fullurl:{{FULLPAGENAME}}/testcases|action=edit&preload=Template:Documentation/preload-module-testcases}} create])</small>.}}}}| textstyle =
 
   | |, {{#ifexist:{{FULLPAGENAME}}/testcases|[[{{FULLPAGENAME}}/testcases|testcases]] <small style="font-style: normal">([{{fullurl:{{FULLPAGENAME}}/testcases|action=edit}} edit])</small>.|testcases <small style="font-style: normal">([{{fullurl:{{FULLPAGENAME}}/testcases|action=edit&preload=Template:Documentation/preload-module-testcases}} create])</small>.}}}}| textstyle =
| image = File:Imbox notice.png
+
| image = File:Information icon4.svg
 
}}<!--
 
}}<!--
 
-->}}<noinclude>
 
-->}}<noinclude>

Revision as of 23:33, 26 November 2018

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

Usage

Hiding the message

This template is marked with the CSS id and CSS class name ".module-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

#module-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).