MediaWiki

From The Brain Rot MediaWiki
Revision as of 17:53, 6 December 2024 by Andre (talk | contribs)
Jump to navigation Jump to search

SideBar

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

This hides the tools from the sidebar

#p-tb { display: none; }

Footer

Poweredby logo This hides the Poweredby logo on pages.

# Edit LocalSettings.php and add line: 

unset( $wgFooterIcons['poweredby'] );


This hides the footer (Vector skin)

/* remove some */

#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; } 

/* Or remove them all*/
#footer-places { display: none; }




Disabling section links
<syntaxhighlight lang="python" line="1">
.mw-editsection { display: none;}

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