Pengguna:Iwan Novirion/duplicate.js

Revisi sejak 8 Februari 2013 20.33 oleh Iwan Novirion (bicara | kontrib) (new)
(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)

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).

// <source lang="javascript">

if (getParamValue("addarticle") != "" || getParamValue("duplicate") != "") $j(document).ready(function () {

  var temp = "\{\{universal replace\|" + getParamValue("addarticle") + "|" + getParamValue("duplicate") + "\}\}";
  document.editform.wpTextbox1.value = document.editform.wpTextbox1.value + temp;
  document.editform.wpSummary.value = temp;

});

// </source>