Main Page

From HeatSync Labs Wiki
Revision as of 16:55, 4 September 2009 by WikiSysop (Talk | contribs)

Jump to: navigation, search

/* Main page hacks. Remove default "Main Page" header */ var mpTitle = "Main Page"; var isMainPage = (document.title.substr(0, document.title.lastIndexOf(" - ")) == mpTitle); var isDiff = (document.location.search && (document.location.search.indexOf("diff=") != -1 || document.location.search.indexOf("oldid=") != -1));

if (isMainPage && !isDiff) { document.write('<style type="text/css">/*<![CDATA[*/ #siteSub, #contentSub, h1.firstHeading { display: none !important; } /*]]>*/</style>'); }


MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software.

Getting started

Personal tools