Pengguna:Arystanbek/welcome2.js
Catatan: Setelah menyimpan, Anda harus memintas tembolok (cache) peramban Anda untuk melihat perubahannya. Google Chrome, Firefox, Microsoft Edge dan Safari: Tahan tombol ⇧ Shift dan klik Muat ulang (Reload) di tombol bilah alat. Untuk detail dan instruksi tentang peramban lain, lihat halaman menghapus singgahan (Inggris).
function welcome() {
if(wgCanonicalNamespace == 'Special') return;
if(document.getElementById("wikiPreview")) return;
if(document.getElementById("histlegend")) return;
if(document.getElementById("difference")) return;
if(document.getElementById("watchdetails")) return;
if ( document.getElementById( "ca-edit" ) ) {
var sElm = document.getElementById( "ca-addsection" ) ? 'ca-addsection' : 'ca-edit';
var sText = 'sd';
var sLink = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + "/index.php?title=" + encodeURIComponent(mw.config.get('wgPageName')) + "&action=edit&preload=Pengguna:Kenrick95/Sd";
document.open(sLink);
mw.util.addPortletLink( 'p-cactions', sLink, sText, 'ca-welcome','Sapa pengguna baru ini', null, document.getElementById( sElm ).nextSibling );
document.editform.wpSummary.value = 'Selamat datang di Wikipedia Bahasa Indonesia !';
document.editform.submit();
}
}
/*
$(function () {
if(document.title.indexOf("Menyunting Pembicaraan Pengguna:") == 0) {
welcome();
});
*/
$(welcome());