MediaWiki

From The Brain Rot MediaWiki
Revision as of 10:12, 5 December 2024 by Andre (talk | contribs)
Jump to navigation Jump to search

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)

/* 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; }

This hides the tools from the sidebar

#p-tb { 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'] );


def quick_sort(arr):
	less = []
	pivot_list = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass


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