On November 27th, 2022, the 8,000th article was added to the SuccuWiki!

MediaWiki:Gadget-SubPages.js: Difference between revisions

From SuccuWiki - The Wiki of the Succubi
Jump to navigation Jump to search
(Created page with "<source lang=javascript> ** SubPages ** addOnloadHook(function () { var subpagelink = '/wiki/Special:PrefixIndex/' + wgPageName + '/'; addPortletLink('p-tb', subpagelink, ...")
 
m (1 revision)
(No difference)

Revision as of 15:40, 25 December 2012

<source lang=javascript>
** SubPages **
addOnloadHook(function () {
  var subpagelink = '/wiki/Special:PrefixIndex/' + wgPageName + '/';
  addPortletLink('p-tb', subpagelink, 'Subpages', 't-subpages', 'Subpages of this page');
});
<source>