Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
jQuery(document).ready(function($){if(mw.config.get('wgNamespaceNumber')!=-1&&document.getElementsByName('wpTextbox1')[0]){varportletlink=mw.util.addPortletLink('p-tb','#','Chk4unkwn','t-cfu');$(portletlink).click(function(e){e.preventDefault();wpBuildCheckForUnknownParameters();});}// -------------------------------------------------------------------------------- //functionwpBuildCheckForUnknownParameters(){varmycontent=document.getElementById('wpTextbox1');// Copy the contents of the text window so we can modify it without problemsvarmytxt=mycontent.value;varmytxt2=mycontent.value;// Remove {PAGENAME}, {BASEPAGENAME}, ...mytxt=mytxt.replace(/\{\{(?:PAGENAME|BASEPAGENAME|FULLPAGENAME|CURRENTYEAR)\}\}/g,'');// Replace some bracesmytxt=mytxt.replace(/([^\{])\{([^\{])/g,'$1{$2');mytxt=mytxt.replace(/([^\}])\}([^\}])/g,'$1}$2');// Remove newlines and tabs which confuse the regexp searchmytxt=mytxt.replace(/[\s]/gm,' ');// Compress whitespacemytxt=mytxt.replace(/[\s][\s]+/gm,' ');// Remove some HTML commentsmytxt=mytxt.replace(/<!--(?:[^>]|[^-]>|[^-]->)*-->/gm,'');// Remove some includeonly tagsmytxt=mytxt.replace(/<\/?includeonly>/gm,'');// Remove some noinclude sectionsmytxt=mytxt.replace(/<noinclude>(?:[^<>]|<\/?[^n][^<>]*>)*<\/noinclude>/gm,'');// Add a leading and trailing newline to make pattern matches less complicatedmytxt='\n'+mytxt+'\n';// Avoid false matchesmytxt2=mytxt2.replace(/(\{\{\{[^\{\}\|]*)/g,'$1₳₳');mytxt2=mytxt2.replace(/[\s]+₳/g,'₳');// Now start extracting the parametersvarplist=[];varklist={};varloopcount=0;while((mytxt.search(/[^{}]/gm)>=0)&&(loopcount<10)){varp=mytxt.match(/(\{\{\{[^{}\|]*\|?[^\{\}\|=]*\}\}\})/g);if(p){for(varj=0;j<p.length;++j){p[j]=p[j].replace(/\{\{\{([^{}\|]*)\|?[^\{\}\|=]*\}\}\}/g,'$1');p[j]=p[j].replace(/^[\s]+/,'');p[j]=p[j].replace(/[\s]+$/,'');p[j]=p[j].replace(/([\(\)])/g,'\\$1');varr=newRegExp("\\{\\{\\{[\\s]*"+p[j]+"\\|?[^\\{\\}\\|=]*\\}\\}\\}",'g');mytxt=mytxt.replace(r,'');p[j]=p[j].replace(/\\/g,'');if(klist[p[j]]==undefined){klist[p[j]]=mytxt2.indexOf('{{{'+p[j]+'₳₳');plist.push(p[j]);}}// Remove templates, parserfunctions, and other double brace expressionsmytxt=mytxt.replace(/([^\{])\{\{(?:[^{}]|\{\{[^{}]*\}\})*\}\}/gm,'$1');mytxt=mytxt.replace(/\{\{(?:[^{}]|\{\{[^{}]*\}\})*\}\}([^\}])/gm,'$1');}loopcount++;}if(mytxt.search(/[\{\}]/gm)>=0){mytxt=mytxt.replace(/([\{\}])/gm,'\n<!-- UNPROCESSED HERE -->$1');alert('Did not finish processing: '+mytxt);}else{alert('Found '+plist.length+' unique keys');}varalphasort=confirm('Sort parameters alphabetically?');// Sortif(alphasort==true){plist.sort();}else{plist=plist.sort(function(a,b){returnklist[a]-klist[b]});}myfullpagename=mw.config.get('wgPageName');myfullpagename=myfullpagename.replace(/_/g,' ');mypagename=myfullpagename.replace(/^Template:/,'');mypagename=mypagename.charAt(0).toLowerCase()+mypagename.slice(1);// Finally, build the blank templatemytxt='{'+'{#invoke:'+'Check for unknown parameters|check|unknown='+'{'+'{main other|['+'[Category:Pages using '+mypagename+' with unknown parameters'+'|_VALUE_{'+'{PAGENAME}'+'}]'+']}'+'}|preview=Page using ['+'['+myfullpagename+']'+'] with '+'unknown parameter "_VALUE_"|ignoreblank=y';for(vark=0;k<plist.length;++k){mytxt=mytxt+"| "+plist[k]+" ";}mytxt=mytxt+"}}";alert(mytxt);mycontent.value=mycontent.value+mytxt;// Move upmycontent.value=mycontent.value.replace(/([\r\n \t][\r\n \t]*)(\{\{#invoke:Check for unknown parameters(?:\{\{(?:\{\{[^{}]*\}\}|[^{}])*\}\}|[^{}])*\}\})/gi,'$2$1');mycontent.value=mycontent.value.replace(/(<noinclude>(?:<!--[^<>]*-->|[^<>])*<\/noinclude>)(\{\{#invoke:Check for unknown parameters(?:\{\{(?:\{\{[^{}]*\}\}|[^{}])*\}\}|[^{}])*\}\})/gi,'$2$1');mycontent.value=mycontent.value.replace(/([\r\n \t][\r\n \t]*)(\{\{#invoke:Check for unknown parameters(?:\{\{(?:\{\{[^{}]*\}\}|[^{}])*\}\}|[^{}])*\}\})/gi,'$2$1');mysummary='Adding unknown parameter tracking through [[Category:Pages using '+mypagename+' with unknown parameters]] using [[Module:check for unknown parameters]]';vareditsummary=document.getElementsByName('wpSummary')[0];if(typeofeditsummary=='object'){if(editsummary.value.indexOf(mysummary)==-1){if(editsummary.value.match(/[^\*\/\s][^\/\s]?\s*$/)){editsummary.value+='; '+mysummary;}else{editsummary.value+=mysummary;}}}}// -------------------------------------------------------------------------------- //});