Content deleted Content added
→Disable images on specific pages: page name |
→Disable specific images: common.cssc/e |
||
Line 64:
You can also disable specific images by individual filename. To enable this option, follow the instructions listed below:
{{ctop|title=Instructions
<syntaxhighlight lang="css" inline>body a[href="/wiki/File:(file name)"] {display: none;}</syntaxhighlight>
Where you'll replace
<syntaxhighlight lang="css" inline>body a[href="/wiki/File:Silver-service-star.png"] {display: none;}</syntaxhighlight>
Line 79:
<syntaxhighlight lang="css" inline>body a[href="//commons.wikimedia.org/wiki/File:(file name)"] {display: none;}</syntaxhighlight>
Where, again, you'll replace
{{cbot}}
|