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.
importScript('User:AzaToth/twinkle.js');TwinkleConfig={watchRevertedPages:[],watchSpeedyPages:[],watchSpeedyPages:[],};importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');importScript('User:S/tags.js');// Stub tag tab. Original version by [[User:ais523]], on a request by [[User:thesublime514]].// Enhancements made on requests by [[User:Alai]] and [[User:jj137]].// ([[User:ais523/stubtagtab2.js]])// <source lang="javascript">$(function(){if(mw.config.get('wgNamespaceNumber')==0&&wgAction=="view"){if(document.getElementById("ca-edit"))mw.util.addPortletLink('p-cactions','javascript:stubtagtab()','stub','ca-stubtag','Add a stub tag to this page','');}if(___location.href.indexOf("&autoaddstubtag=")!=-1&&document.getElementById('wpTextbox1')!=null){varx=decodeURIComponent(___location.href.split("&autoaddstubtag=")[1]);if(x.indexOf("-stub")==-1)x+="-stub";document.getElementById('wpTextbox1').value+="\n{"+"{"+x+"}}";//add to the end of the articledocument.getElementById('wpSummary').value="Tagging with {"+"{"+x+"}} using [[WP:US/S|user scripts]]";document.getElementById('wpPreview').click();}});functionstubtagtab(){varh;// A list of subpages of WikiProject Stub sorting/Stub types/ that are relevant to thisvara=['Commerce','Culture','Education','Geography','Government, law, and politics','History','Leisure','Military and weaponry','Miscellaneous','Organizations','People','Religion, mythology, faiths, and beliefs','Science','Sports','Technology','Transport'];vari=0;h="<div style='color:#000000; background-color:#fff8f8;'>• ";while(i<a.length){h+="<a href='javascript:stubtagmenu(\""+a[i]+"\");'>"+a[i]+"</a> • ";i++;}h+="</div><div id='stubtagmenudiv' style='color:#000000; background-color:#fffff8;'></div>";document.getElementById("contentSub").innerHTML=h;}functionstubtagmenurender(a){if(a.responseText.indexOf("<render>")==-1){document.getElementById('stubtagmenudiv').innerHTML="<i>Could not fetch stub type data.</i>";return;}vars=a.responseText.split("<render>")[1].split("</render>")[0];s=s.split("<").join("<").split(">").join(">");s=s.split(""").join('"').split("&").join('&');s=s.split('<a href="http://en.wikipedia.org/wiki/Template:');vari=s.length;while(--i)s[i]=s[i].split('" title').join('\');" title');s=s.join('<a temphref="javascript:stubtagwith(\'');s=s.split('<a href=').join('<a style="color:#000000;" notanhref=');s=s.split('<a temphref=').join('<a href=');document.getElementById('stubtagmenudiv').innerHTML=s;}functionstubtagmenu(x){//Fetch the relevant subpage of the WikiProjectvara=sajax_init_object();a.open('GET',mw.config.get('wgServer')+mw.config.get('wgScriptPath')+'/api.php?action=render&text='+encodeURIComponent('__NOTOC____NOEDITSECTION__{{Wikipedia:WikiProject Stub sorting/Stub types/'+x+'}}')+'&format=xml');a.onreadystatechange=function(){stubtagmenurender(a)};a.send('');}functionstubtagwith(x){if(x==null||x=="")return;___location.href=mw.config.get('wgServer')+mw.config.get('wgScript')+"?title="+encodeURIComponent(mw.config.get('wgPageName'))+"&action=edit&autoaddstubtag="+encodeURIComponent(x);}// </source> <!--[[Category:Wikipedia scripts]]-->