Pengguna:Iwan Novirion/tabs.js: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
k .
k Maintenance: Replacing addPortletLink() with mw.util.addPortletLink() (mw:ResourceLoader/Migration_guide_(users)#addPortletLink)
 
(5 revisi perantara oleh 2 pengguna tidak ditampilkan)
Baris 34:
// Create a tab that calls this function when pressed
addOnloadHook$(function () {
if(document.title.indexOf("Menyunting Pembicaraan Pengguna:") == 0) {
mw.util.addPortletLink('p-cactions', 'javascript:welcome()', 'wel', 'ca-welcome', 'Pesan selamat datang pengguna baru', '', '');
}
});
Baris 75:
// Create a tab that calls this function when pressed
addOnloadHook$(function () {
if(document.title.indexOf("Menyunting Pembicaraan Pengguna:") == 0) {
mw.util.addPortletLink('p-cactions', 'javascript:anon()', 'non', 'ca-welcome', 'Selamat datang pengguna anonim', '', '');
}
});
Baris 116:
// Create a tab that calls this function when pressed
addOnloadHook$(function () {
if(document.title.indexOf("Menyunting Pembicaraan Pengguna:") == 0) {
mw.util.addPortletLink('p-cactions', 'javascript:test()', 'tes', 'ca-welcome', 'Pesan gunakan bak pasir', '', '');
}
});
Baris 157:
// Create a tab that calls this function when pressed
addOnloadHook$(function () {
if(document.title.indexOf("Menyunting Pembicaraan Pengguna:") == 0) {
mw.util.addPortletLink('p-cactions', 'javascript:vandal()', 'van', 'ca-welcome', 'Pesan pengguna vandal', '', '');
}
});
Baris 198:
// Create a tab that calls this function when pressed
addOnloadHook$(function () {
if(document.title.indexOf("Menyunting Berkas:") == 0) {
mw.util.addPortletLink('p-cactions', 'javascript:lisensi()', 'lis', 'ca-welcome', 'Gambar tanpa lisensi', '', '');
}
});
Baris 239:
// Create a tab that calls this function when pressed
addOnloadHook$(function () {
if(document.title.indexOf("Menyunting Berkas:") == 0) {
mw.util.addPortletLink('p-cactions', 'javascript:sumber()', 'sum', 'ca-welcome', 'Gambar tanpa sumber', '', '');
}
});
Baris 280:
// Create a tab that calls this function when pressed
addOnloadHook$(function () {
var toFix = true;
if(document.title.indexOf("Menyunting Berkas:") == 0) { return false; }
 
*/ if(document.title.indexOf("Menyunting Pembicaraan Pengguna:") == 0) { return false; }
addOnloadHook(function () {
if(document.title.indexOf("Menyunting Berkas:") ||== /*0) {
mw.util.addPortletLink('p-cactions', 'javascript:hapus()', 'hapushps', 'ca-welcome', 'Hapus artikel', '', '');
*/ document.title.indexOf("Menyunting Pembicaraan Pengguna:") == 0)
toFix = falsereturn true;
if(document.title.indexOf("Menyunting") == 0)
= toFix; {
addPortletLink('p-cactions', 'javascript:hapus()', 'hapus', 'ca-welcome', 'Hapus artikel', '', '')
}
});