MediaWiki:Gadget-Extra-Editbuttons.js: Difference between revisions
No edit summary |
Nazarzadeh (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 218: | Line 218: | ||
// Buttons that FIX wikitext | // Buttons that FIX wikitext | ||
/* ی ک | /* ی ک | ||
tools.ykArabic = buttonGenerator( | tools.ykArabic = buttonGenerator( | ||
function () { | function () { | ||
Line 230: | Line 230: | ||
'YehKeh' | 'YehKeh' | ||
); | ); | ||
*/ | |||
/* فاصلهٔ مجازی | /* فاصلهٔ مجازی | ||
tools.zwnj = buttonGenerator( | tools.zwnj = buttonGenerator( | ||
function () { | function () { | ||
Line 243: | Line 243: | ||
'ZWNJ' | 'ZWNJ' | ||
); | ); | ||
*/ | |||
/* اصلاح نویسه\u200cها و حالت\u200cهای غیراستاندارد | /* اصلاح نویسه\u200cها و حالت\u200cهای غیراستاندارد | ||
tools.applyOrthography = buttonGenerator( | tools.applyOrthography = buttonGenerator( | ||
function () { | function () { | ||
Line 256: | Line 256: | ||
'apply-orthography' | 'apply-orthography' | ||
); | ); | ||
*/ | |||
/* اصلاح ارقام | /* اصلاح ارقام | ||
tools.dig = buttonGenerator( | tools.dig = buttonGenerator( | ||
function () { | function () { | ||
Line 268: | Line 268: | ||
'ارقام', | 'ارقام', | ||
'numbers' | 'numbers' | ||
); | ); */ | ||
/* اصلاح ارقام مخصوص صفحه انتقال */ | /* اصلاح ارقام مخصوص صفحه انتقال */ | ||
Line 340: | Line 340: | ||
); | ); | ||
/* ابزار املا | /* ابزار املا */ | ||
tools.dictation = buttonGenerator( | tools.dictation = buttonGenerator( | ||
function () { | function () { | ||
Line 352: | Line 352: | ||
'dictation' | 'dictation' | ||
); | ); | ||
/* ابرابزار مخصوص صفحه انتقال */ | /* ابرابزار مخصوص صفحه انتقال */ | ||
tools.superToolMove = buttonGenerator( | tools.superToolMove = buttonGenerator( | ||
Line 366: | Line 366: | ||
); | ); | ||
/* اصلاحات قراردادن نقطه | /* اصلاحات قراردادن نقطه | ||
tools.punc = buttonGenerator( | tools.punc = buttonGenerator( | ||
function () { | function () { | ||
Line 377: | Line 377: | ||
'نقطه\u200cگذاری', | 'نقطه\u200cگذاری', | ||
'punctuation' | 'punctuation' | ||
); | ); */ | ||
// Buttons that add tags | // Buttons that add tags | ||
Line 566: | Line 566: | ||
); | ); | ||
/* پیوند درونی */ | /* پیوند درونی */ | ||
tools.wikiLink = buttonGenerator( | tools.wikiLink = buttonGenerator( |