Gebruiker:Rots61/common.js: verschil tussen versies

Uit Wikikids
Naar navigatie springen Naar zoeken springen
Regel 5: Regel 5:
 
if (isMainPage)
 
if (isMainPage)
 
{window.location="https://wikikids.nl/User:Rots61/gp";}
 
{window.location="https://wikikids.nl/User:Rots61/gp";}
  +
  +
mw.loader.using('mediawiki.util', function() {
  +
mw.util.addPortletLink('p-tb',
  +
'https://nl.wikipedia.nl/wiki/' + encodeURIComponent(mw.config.get('wgPageName')),
  +
'Wikipedia ', '#wikipedialink', mw.config.get('wgPageName') + " op Wikipedia ");
  +
});

Versie van 11 nov 2019 19:02

// Andere hoofdpagina

var mpTitle = "Gebruiker:Rots61";
var isMainPage = wgPageName == mpTitle
if (isMainPage) 
{window.location="https://wikikids.nl/User:Rots61/gp";}

mw.loader.using('mediawiki.util', function() {
	mw.util.addPortletLink('p-tb', 
		'https://nl.wikipedia.nl/wiki/' + encodeURIComponent(mw.config.get('wgPageName')), 
		'Wikipedia ', '#wikipedialink', mw.config.get('wgPageName') + " op Wikipedia ");
});
Afkomstig van Wikikids , de interactieve Nederlandstalige Internet-encyclopedie voor en door kinderen. "https://wikikids.nl/index.php?title=Gebruiker:Rots61/common.js&oldid=582056"