Mediawiki

From bio-physics-wiki

Revision as of 21:37, 11 July 2015 by Andreas Piehler (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to change the Sidebar


  1. go to 'localhost/wiki/index.php?title=MediaWiki:Sidebar' as administrator
  2. You will see the content of the sidebar, or navigation links, on a Wiki page as a list with a format of Link|name like this:
  • navigation
    • mainpage|mainpage



How to enable Latex environment


For detailed description see: http://www.mediawiki.org/wiki/Extension:MathJax

Download "Mathjax.php" and "mwMathJaxConfig.js" into the folder your_wiki/extensions/Mathjax
Add the following into LocalSettings.php code...
require_once( "$\$$IP/extensions/MathJax/MathJax.php" );
$\$$wgParserCacheType = CACHE_NONE;



create CSS menu https://www.youtube.com/watch?v=eOG90Q8EfRo