Pengguna:Hidayatsrf/MySubpages.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).
// https://en.wiki-indonesia.club/wiki/User:PrimeHunter/My_subpages.js
/* This script adds a link saying "Subpages" to subpages of your user page.
To use the script, add the following line to Special:MyPage/common.js:
importScript('User:PrimeHunter/My_subpages.js'); // Linkback: [[User:PrimeHunter/My subpages.js]]
*/
$( document ).ready( function() {
mw.util.addPortletLink(
'p-personal',
mw.util.getUrl( 'Special:PrefixIndex/User:' ) + mw.config.get( 'wgUserName' ) + '/',
'Subpages',
'pt-mysubpages',
'Show your subpages',
null,
'#pt-preferences'
);
});