مدیاویکی:Gadget-twinkleconfig-2020.js: تفاوت میان نسخهها
پرش به ناوبری
پرش به جستجو
ترجمهٔ جزئی
جز (۱ نسخه واردشده) |
fa.wikipedia.org>Jeeputer (ترجمهٔ جزئی) |
||
خط ۱٬۲۳۳: | خط ۱٬۲۳۳: | ||
// convert mentions of templates in the helptip to clickable links | // convert mentions of templates in the helptip to clickable links | ||
cell.innerHTML = pref.helptip.replace(/{{(.+?)}}/g, | cell.innerHTML = pref.helptip.replace(/{{(.+?)}}/g, | ||
'{{<a href="' + mw.util.getUrl(' | '{{<a href="' + mw.util.getUrl('الگو:') + '$1" target="_blank">$1</a>}}'); | ||
} | } | ||
// add reset link (custom lists don't need this, as their config value isn't displayed on the form) | // add reset link (custom lists don't need this, as their config value isn't displayed on the form) | ||
خط ۱٬۷۲۵: | خط ۱٬۷۲۵: | ||
noticebox.style.fontSize = '100%'; | noticebox.style.fontSize = '100%'; | ||
noticebox.style.marginTop = '2em'; | noticebox.style.marginTop = '2em'; | ||
noticebox.innerHTML = '<p><b>تنظیمات توینکل شما ذخیره شد.</b></p><p>برای دیدن تغییرات باید <b>کاشه مرورگر را خالی کنید</b> (توضیح بیشتر در<a href="' + mw.util.getUrl(' | noticebox.innerHTML = '<p><b>تنظیمات توینکل شما ذخیره شد.</b></p><p>برای دیدن تغییرات باید <b>کاشه مرورگر را خالی کنید</b> (توضیح بیشتر در <a href="' + mw.util.getUrl('وپ:کاشه') + '" title="وپ:کاشه">وپ:کاشه</a>).</p>'; // localized | ||
Morebits.status.root.appendChild(noticebox); | Morebits.status.root.appendChild(noticebox); | ||
var noticeclear = document.createElement('br'); | var noticeclear = document.createElement('br'); |