Pengguna:Iwan Novirion/duplicate.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).

// <source lang="javascript">

if (getParamValue("addarticle") != "" || getParamValue("duplicate") != "") $(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>