Due to issues with fake accounts being created all account creation is now managed by the Systems Operator and Manager of the D6 Holocron. If you wish to have an account created at all please be sure to E-mail bsdoblivion@d6holocron.com with your requested alias. (((>*.*<)))

Extension:Gadgets/Scripts/SubPages.js

From D6Holocron
Revision as of 10:01, 18 July 2011 by WikiSysop (talk | contribs) (Created page with "<source lang=javascript> * subpages *: addOnloadHook( function() { var NSWithoutSubpages = new Array( -1, 6, 8, 12, 13, 14, 15, 104, 105); if ( document.getElementById( 'p-t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/** subpages **/
addOnloadHook( function() {
	var NSWithoutSubpages = new Array( -1, 6, 8, 12, 13, 14, 15, 104, 105);
	if ( document.getElementById( 'p-tb' ) && NSWithoutSubpages.indexOf( wgNamespaceNumber ) == -1 ) {
		var subpagesLink = '/wiki/Special:PrefixIndex/' + wgPageName + '/';
		addPortletLink( 'p-tb', subpagesLink, 'Subpages', 't-subpages', 'Subpages of this page' );
	}
});