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

بدون خلاصۀ ویرایش
(صفحه‌ای تازه حاوی «// <nowiki> // DON'T REMOVE THIS LINE EVER ←‏global jQuery, mediaWiki, persianWikiTools, persianTools: /** * UI code for Persian tools *...» ایجاد کرد)
 
بدون خلاصۀ ویرایش
خط ۳۷۹: خط ۳۷۹:


// Buttons that add tags
// Buttons that add tags
/* برچسب ویکی\u200cسازی */
/* برچسب ویکی\u200cسازی *//*
tools.wikify = buttonGenerator(
tools.wikify = buttonGenerator(
function () {
function () {
خط ۳۹۲: خط ۳۹۲:
);
);


/* بدون منبع */
/* بدون منبع *//*
tools.noSource = buttonGenerator(
tools.noSource = buttonGenerator(
function () {
function () {
خط ۴۰۵: خط ۴۰۵:
);
);


/* حذف سریع */
/* حذف سریع *//*
tools.speedyDel = buttonGenerator(
tools.speedyDel = buttonGenerator(
function () {
function () {
خط ۴۲۰: خط ۴۲۰:
);
);


/* حذف زماندار */
/* حذف زماندار *//*
tools.prod = buttonGenerator(
tools.prod = buttonGenerator(
function () {
function () {
خط ۴۳۵: خط ۴۳۵:
);
);


/* منبع تصویر نامعلوم */
/* منبع تصویر نامعلوم *//*
tools.picSource = buttonGenerator(
tools.picSource = buttonGenerator(
function () {
function () {
خط ۴۴۸: خط ۴۴۸:
);
);


/* حق تکثیر تصویر نامعلوم */
/* حق تکثیر تصویر نامعلوم *//*
tools.picCopy = buttonGenerator(
tools.picCopy = buttonGenerator(
function () {
function () {
خط ۴۶۱: خط ۴۶۱:
);
);


/* تمیزکاری */
/* تمیزکاری *//*
tools.cleanup = buttonGenerator(
tools.cleanup = buttonGenerator(
function () {
function () {
خط ۴۷۳: خط ۴۷۳:
'broom'
'broom'
);
);
 
*/
/* اخطار نگاره */
/* اخطار نگاره *//*
tools.imgWarn = buttonGenerator(
tools.imgWarn = buttonGenerator(
function () {
function () {
خط ۴۹۱: خط ۴۹۱:
'aviso'
'aviso'
);
);
 
*/
/* حق تکثیر مشکوک */
/* حق تکثیر مشکوک *//*
tools.sus = buttonGenerator(
tools.sus = buttonGenerator(
function () {
function () {
خط ۵۰۴: خط ۵۰۴:
'sus'
'sus'
);
);
 
*/
/* نقض حق تکثیر */
/* نقض حق تکثیر *//*
tools.copyR = buttonGenerator(
tools.copyR = buttonGenerator(
function () {
function () {
خط ۵۲۲: خط ۵۲۲:
'copyr'
'copyr'
);
);
 
*/
/* لحن نامناسب */
/* لحن نامناسب */
tools.tone = buttonGenerator(
/*tools.tone = buttonGenerator(
function () {
function () {
$('#wpTextbox1').val('{' + '{لحن نامناسب}}\n' + $('#wpTextbox1').val());
$('#wpTextbox1').val('{' + '{لحن نامناسب}}\n' + $('#wpTextbox1').val());
خط ۵۳۵: خط ۵۳۵:
'tone'
'tone'
);
);
 
*/
// Buttons that help with wiki writing
// Buttons that help with wiki writing
/* تغییر جهت */
/* تغییر جهت */