Jump to content

Main public logs

Combined display of all available logs of Bonfire Star Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:17, 23 November 2025 Phidao talk contribs created page Syntax Highlighting (Created page with "== Introduction == SyntaxHightlight_GeSHi<ref>[https://www.mediawiki.org/wiki/Extension:SyntaxHighlight SyntaxHighlight]</ref> allows for a means of adding color to code text. == Enabling == Enable by adding this to LocalSettings.php. <syntaxhighlight lang=bash> wfLoadExtension( 'SyntaxHighlight_GeSHi' ); </syntaxhighlight> == Example markup == <pre> <syntaxhighlight lang=bash> wfLoadExtension( 'SyntaxHighlight_GeSHi' ); </syntaxhighlight> </pre> == Some availabl...")