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

Konten dihapus Konten ditambahkan
k revisi
k .
Baris 164:
 
//Tab berkas gambar tanpa lisensi
function tanpa_lisensilisensi() {
// Find the edit box
Baris 170:
//The welcome template you are wanting to use
var welcome_msg = 'tanpa_lisensiTanpa lisensi'
// The code to be added to the page
var tag = '{{'+'substgnt'+':'+ welcome_msg +'}}';
// If the edit box doesn't already have this tag...
Baris 200:
addOnloadHook(function () {
if(document.title.indexOf("Menyunting Berkas:") == 0) {
addPortletLink('p-cactions', 'javascript:tanpa_lisensilisensi()', 'lis', 'ca-welcome', 'Gambar tanpa lisensi', '', '');
}
});
 
//Tab berkas gambar tanpa sumber
function tanpa_sembersumber() {
// Find the edit box
Baris 211:
//The welcome template you are wanting to use
var welcome_msg = 'tanpa_sumberTanpa sumber'
// The code to be added to the page
var tag = '{{'+'substgnt'+':'+ welcome_msg +'}}';
// If the edit box doesn't already have this tag...
Baris 241:
addOnloadHook(function () {
if(document.title.indexOf("Menyunting Berkas:") == 0) {
addPortletLink('p-cactions', 'javascript:tanpa_sumbersumber()', 'sum', 'ca-welcome', 'Gambar tanpa sumber', '', '');
}
});