Extension:Gadgets/Scripts/SubPages.js
Fra Villmark
(Forskjeller mellom versjoner)
Admin (Diskusjon | bidrag)
(Ny side: <source lang=javascript> - →* subpages *: addOnloadHook(function () { var NSWithoutSubpages = new Array(-1, 6, 8, 12, 13, 14, 15, 104, 105); if (document.getElementById('p-tb') && NSWit…)
(Ny side: <source lang=javascript> - →* subpages *: addOnloadHook(function () { var NSWithoutSubpages = new Array(-1, 6, 8, 12, 13, 14, 15, 104, 105); if (document.getElementById('p-tb') && NSWit…)
Nåværende revisjon fra 22. jul 2009 kl. 23:55
<source lang=javascript> /** 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 lienSouspages = '/wiki/Special:PrefixIndex/' + wgPageName + '/';
addPortletLink('p-tb', lienSouspages, 'Subpages', 't-subpages', 'Subpages of this page');
}
}); </source>

