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.
/**
 * TemplateScript adds configurable templates and scripts to the sidebar, and adds an example regex editor.
 * @see https://meta.wikimedia.org/wiki/TemplateScript
 */
// <pre>
$.getScript('//tools.wmflabs.org/meta/scripts/pathoschild.templatescript.js', function() {
    if(typeof pathoschild === 'undefined' || !pathoschild.TemplateScript || !pathoschild.TemplateScript.Add) return;
	pathoschild.TemplateScript.Add([
		{ name: 'welcome', template: '== Welcome! ==



Hi Chris55! I noticed [[Special:Contributions/Chris55|your contributions]] and wanted to welcome you to the Wikipedia community. I hope you like it here and decide to stay.

As you get started, you may find this short tutorial helpful:

{{Clickable button 2|Help:Introduction|Learn more about editing|class=mw-ui-progressive|style=margin-left: 1.6em;}}

Alternatively, the  [[Wikipedia:Contributing to Wikipedia|contributing to Wikipedia]] page covers the same topics.

If you have any questions, we have a friendly space where experienced editors can help you here:

{{Clickable button 2|Wikipedia:Teahouse|Get help at the Teahouse|style=margin-left: 1.6em;}}

If you are not sure where to help out, you can find a task here:

{{Clickable button 2|Wikipedia:Task Center|Volunteer at the Task Center|style=margin-left: 1.6em;}}

Please remember to sign your messages on [[Help:Talk pages|talk page]]s by typing four tildes (<nowiki>~~~~</nowiki>); this will automatically insert your username and the date.

Happy editing! <!-- Template:Welcome--> [[User:Jon (WMF)|Jon (WMF)]] ([[User talk:Jon (WMF)|talk]]) 05:11, 23 February 2021 (UTC)', position: 'after', editSummary: 'welcome!', forNamespaces: 3, forActions: 'edit' },
		// add your own templates or scripts here
	]);
});