مدیاویکی:Gadget-ShortLink.js: تفاوت میان نسخه‌ها

از امامت‌پدیا، دانشنامهٔ امامت و ولایت
بدون خلاصۀ ویرایش
 
(صفحه‌ای تازه حاوی «$(function() { // remove title from permalink $('#t-permalink > a').each(function () { $(this).prop('href', ($(this).prop('href') || '').replace(/title=[^&]*&/, '')); }); });» ایجاد کرد)
خط ۱: خط ۱:
mw.loader.load( '//commons.wikishia.net/w/index.php?title=MediaWiki:Gadget-ShortLink.js&action=raw&ctype=text/javascript' );
$(function() { // remove title from permalink
$('#t-permalink > a').each(function () {
$(this).prop('href', ($(this).prop('href') || '').replace(/title=[^&]*&/, ''));
});
});

نسخهٔ ‏۱۸ ژوئن ۲۰۲۴، ساعت ۰۹:۱۱

$(function() { // remove title from permalink
	$('#t-permalink > a').each(function () {
		$(this).prop('href', ($(this).prop('href') || '').replace(/title=[^&]*&/, ''));
	});
});