Gebruiker:Southparkfan/common.js: verschil tussen versies

Uit Wikikids
Naar navigatie springen Naar zoeken springen
k
Regel 3: Regel 3:
 
importScript('User:Southparkfan/defsam.js');
 
importScript('User:Southparkfan/defsam.js');
 
importScriptURI('http://nl.wikipedia.org/w/index.php?title=User:Silver_Spoon/dpzoeker.js');
 
importScriptURI('http://nl.wikipedia.org/w/index.php?title=User:Silver_Spoon/dpzoeker.js');
  +
mw.loader.using('mediawiki.util', function () {
  +
jQuery(document).ready(function ($) {
  +
mw.util.addPortletLink(
  +
'p-tb',
  +
'//nl.wikipedia.org/wiki/Speciaal:Voorvoegselindex/' + mw.util.wikiUrlencode( wgPageName ),
  +
'Voorvoegselindex',
  +
'vvi',
  +
'Voorvoegselindex voor deze pagina'
  +
);
  +
});
  +
});

Versie van 3 sep 2013 17:14

importScript('User:Apoo/HotCat.js');
importScript('User:Southparkfan/Zeusmodus/zeus.js');
importScript('User:Southparkfan/defsam.js');
importScriptURI('http://nl.wikipedia.org/w/index.php?title=User:Silver_Spoon/dpzoeker.js');
mw.loader.using('mediawiki.util', function () {
  jQuery(document).ready(function ($) {
    mw.util.addPortletLink(
      'p-tb',
      '//nl.wikipedia.org/wiki/Speciaal:Voorvoegselindex/' + mw.util.wikiUrlencode( wgPageName ),
      'Voorvoegselindex',
      'vvi',
      'Voorvoegselindex voor deze pagina'
    ); 
  });
});
Afkomstig van Wikikids , de interactieve Nederlandstalige Internet-encyclopedie voor en door kinderen. "https://wikikids.nl/index.php?title=Gebruiker:Southparkfan/common.js&oldid=282148"