MediaWiki: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
Footer | |||
'''Poweredby logo''' | '''Poweredby logo''' | ||
Line 36: | Line 37: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Header == | |||
Disabling section links | Disabling section links | ||
Line 43: | Line 44: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Custom CSS == | |||
== MainPage == | |||
'''Mainpage''' | '''Mainpage''' | ||
Typing MediaWiki:Mainpage in search bar, and validating with Enter. | Typing MediaWiki:Mainpage in search bar, and validating with Enter. |
Revision as of 17:58, 6 December 2024
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; }
Header
Disabling section links
.mw-editsection { display: none;}
Custom CSS
MainPage
Mainpage Typing MediaWiki:Mainpage in search bar, and validating with Enter.