User:Paranomia/stub.js

/*

 */

function stub() {

document.location.href = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + "/index.php&title=" + wgPageName + "action=edit";

var t = document.editform.wpTextbox1;

t.value = t.value + "{"+"{stub}}";

var b = document.editform.wpSummary;

b.value = "Tagged as a [" + "[WP:STUB|stub]]";

document.editform.wpSave.click(); }

addOnloadHook(tim() {

if(wgNamespaceNumber == 0)

{

addPortletLink('p-cactions', 'javascript:stub()', 'stub', 'ca-stub', 'Adds a stub tag to the article', , );

}});

/*

*/