Jump to content

User:Chzz/notescript

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Chzz (talk | contribs) at 14:14, 12 July 2010 (pre). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Chzznote = {
	ChzznoteGet: function() {
		Chzznote.ChzzNode = addPortletLink( 'p-personal', "http://en.wikipedia.org/w/index.php?title=User:Shearonink/note&action=edit", 'Note', 'Note', 'Make a note', '' );
		Chzznote.ChzzNode.style.fontSize = 'normal';
	},
}
 
addOnloadHook( function() {
		Chzznote.ChzznoteGet();
 
	}
);