User:Lcawte/SHelium Wiki

From mediawiki.org

SHellium Wiki wiki "makeover". Please correct any code you see here on the talk page of this user sub page.

Extensions[edit]

  • Extension:Nuke - Allows quick deletion of all/selected pages edited or created by a user. Good for wiki maintenance or vandal fighting.
require_once("$IP/extensions/Nuke/Nuke.php");
  • Extension:SyntaxHighlight GeSHi - Allows code syntax to be highlighted, useful for SHellium Wiki as there are often examples of code on pages. Also brightens up the site.
require_once("$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");
$wgSyntaxHighlightDefaultLang = "bash";
  • Extension:Gadgets - The Gadgets extension adds a place for customized CSS and JS tools/fixes for users to enable. As SHellium has a strong community of coders, this would be a great project for them to work on, and also give users tools to enhance the wiki.
require_once( "$IP/extensions/Gadgets/Gadgets.php" );