Gebruiker:Xxmarijnw/zeusmodetemplates.js

Uit Wikipedia, de vrije encyclopedie

Opmerking: nadat u de wijzigingen hebt gepubliceerd is het wellicht nodig uw browsercache te legen.

  • Firefox / Safari: houd Shift ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
  • Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
  • Internet Explorer / Edge: houd Ctrl ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5
  • Opera: druk op Ctrl-F5.
//Dit is een aangepaste versie van Gebruiker:MoiraMoira/zeusmodetemplates.js.
//<nowiki>
//User talk templates
if ( mw.config.get('wgCanonicalNamespace') == "User_talk")
     {
     		 //
             qTemplate[++k] = '-'          ; qPos[k] = '10%'   ;qHidden[k]=1;
             //Adds a ''permblok'' template to the top of the page
             qTemplate[++k] = 'permblok'        ; qPos[k] ='top'    ; qCategory[k] = 'Sjabloon:permblok' ;
             //Adds a ''brp'' template to the top of the page
             qTemplate[++k] = 'brp'        ; qPos[k] ='top'    ; qCategory[k] = 'Sjabloon:brp' ;
			 //Adds a ''gpi'' template to the top of the page
             qTemplate[++k] = 'gpi'        ; qPos[k] ='top'    ; qCategory[k] = 'Sjabloon:gpi' ;
			 //Adds a ''vgp2'' template to the bottom of the page, this template must be substituted
             qTemplate[++k] = 'vgp2'       ; qPos[k] ='bottom' ;  qCategory[k] = 'Gebruiker:MoiraMoira/vgp'  ; qTemplateText[k] = '$1\n== Gebruikerspagina ==\n{{subst:Gebruiker:MoiraMoira/vgp|~~~~}}'; qDisplayText[k]='vgp2';
			 //Adds a ''og'' template to the bottom of the page
             qTemplate[++k] = 'og'         ; qPos[k] ='bottom' ;  qCategory[k] = 'Sjabloon:og'               ; qTemplateText[k] = '{{og|$2}}\n$1 ';qPrompt[k] = 'Naam og'                                                        ; qDefault[k] = ''              ; qDisplayText[k]='og';
             //Adds a ''bog'' template to the top of the page
             qTemplate[++k] = 'bog'         ; qPos[k] ='top' ;  qCategory[k] = 'Sjabloon:bog'               ; qTemplateText[k] = '{{bog}}\n$1 ' ; qDisplayText[k]='bog';
			 //Adds a ''ls'' template to the bottom of the page
             qTemplate[++k] = 'ls'         ; qPos[k] ='bottom' ;  qCategory[k] = 'Sjabloon:ls'               ; qTemplateText[k] = '$1\n==Externe links op $2==\n{{ls|$2}}~~~~'                ; qPrompt[k] = 'Artikel?'          ; qDefault[k] =  vandalizedPage ; qDisplayText[k]='ls';
			 //Adds a ''promo'' template to the bottom of the page, this template must be substituted
             qTemplate[++k] = 'promo'      ; qPos[k] ='bottom' ; qCategory[k] = 'Gebruiker:MoiraMoira/promo' ; qTemplateText[k] = '$1\n{{subst:Gebruiker:MoiraMoira/promo|$2}} ~~~~ ';  qPrompt[k] ='Naam artikel'; qDefault[k] = vandalizedPage;
             //Adds a ''vvn'' template to the bottom of the page, this template must be substituted
             qTemplate[++k] = 'vvn'      ; qPos[k] ='bottom' ; qCategory[k] = 'Sjabloon:vvn' ; qTemplateText[k] = '$1\n== $2 ==\n{{subst:vvn|$2}} ~~~~ ';  qPrompt[k] ='Naam artikel'; qDefault[k] = vandalizedPage;
             //Adds a ''vvn2'' template to the bottom of the page, this template must be substituted
             qTemplate[++k] = 'vvn2'      ; qPos[k] ='bottom' ; qCategory[k] = 'Sjabloon:vvn2' ; qTemplateText[k] = '$1\n== $2 ==\n{{subst:vvn2|$2}} ~~~~ ';  qPrompt[k] ='Naam artikel'; qDefault[k] = vandalizedPage;
             //Adds a ''tdm'' template to the bottom of the page, this template must be substituted
             qTemplate[++k] = 'tdm'      ; qPos[k] ='bottom' ; qCategory[k] = 'Gebruiker:Xxmarijnw/Sjabloon:Tdm' ; qTemplateText[k] = '$1\n{{subst:Gebruiker:Xxmarijnw/Sjabloon:Tdm|$2}}'; qPrompt[k] = 'Naam artikel'      ; qDefault[k] = vandalizedPage  ; qDisplayText[k]='tdm';     dontusesquirlyBrackets[k]=1;
             //Adds a ''vdmelding'' template to the bottom of the page, this template must be substituted
             qTemplate[++k] = 'vdmelding'  ; qPos[k] ='bottom' ; qCategory[k] = ''                           ; qTemplateText[k] = '$1\n{{subst:Gebruiker:JurgenNL/vandalismetekst|$2}} ~~~~ ' ; qPrompt[k] = 'Soort aansluiting' ; qDefault[k] = "school"        ; qDisplayText[k]='vdmelding'; dontusesquirlyBrackets[k]=1;
			 //Adds a ''hola'' template to the top of the page
			 qTemplate[++k] = 'hola'  ; qPos[k] ='top'    ; qCategory[k] = 'Sjabloon:Hola' ;
			 //Adds a ''welkom3-u'' template to the top of the page
			 qTemplate[++k] = 'welkom3-u'  ; qPos[k] ='top'    ; qCategory[k] = 'Sjabloon:Welkom3-u' ;
			 //Changes the default 'ds' text
             qDefault[8] = "Ongewenste bewerking op pagina ''" + vandalizedPage + "''" ;
	}
//End of usertalk templates
//</nowiki>