MediaWiki: Difference between revisions

From The Brain Rot MediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
     display: none !important;
     display: none !important;
}
}
</pre>
</pre>This hides the footer (Vector skin)<pre>
/* CSS placed here will be applied to all skins */


<pre>
#footer-places-privacy { display: none; }
/* CSS placed here will be applied to all skins */
#footer-places-about { display: none; }
#ca-talk {
#footer-places-disclaimer { display: none; }
    display: none !important;
 
}
/* Or remove them all*/
#footer-places { display: none; }
</pre>
</pre>



Revision as of 06:44, 5 December 2024

Sidebar Typing MediaWiki:Sidebar in search bar, and validating with Enter.

Common.css Typing MediaWiki:Common.css in search bar, and validating with Enter.

This hides the [Discussion] tab on pages.

/* CSS placed here will be applied to all skins */
#ca-talk {
    display: none !important;
}

This hides the footer (Vector skin)

/* CSS placed here will be applied to all skins */

  1. footer-places-privacy { display: none; }
  2. footer-places-about { display: none; }
  3. footer-places-disclaimer { display: none; }

/* Or remove them all*/

  1. footer-places { display: none; }

Mainpage Typing MediaWiki:Mainpage in search bar, and validating with Enter.

Poweredby logo This hides the Poweredby logo on pages.

# Edit LocalSettings.php and add line: 

unset( $wgFooterIcons['poweredby'] );


  • navigation
    • mainpage|mainpage-description
    • recentchanges-url|recentchanges
    • randompage-url|randompage
    • helppage|help-mediawiki
  • SEARCH
  • TOOLBOX
  • LANGUAGES