மீடியாவிக்கி:Gadget-button-center.js

விக்கிமூலம் இலிருந்து

குறிப்பு - சேமித்த பின்னர், நீங்கள் செய்த மாற்றங்களைக் காண்பதற்கு உங்கள் உலவியின் இடைமாற்று அகற்றப்பட வேண்டும்.

  • மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
  • கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
  • இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
  • ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
/* Center*/
if ( typeof $ != 'undefined' && typeof $.fn.wikiEditor != 'undefined' ) {$( function() {
    $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
      'section': 'advanced',
      'group': 'format',
      'tools': {'center': {
          label: 'தேர்ந்தெடுக்கப்பட்ட பகுதி நடுமை செய்யவும் [alt-shift-c]',
          type: 'button',
          icon: '//upload.wikimedia.org/wikipedia/commons/5/5f/Button_center.png',
          action: {type: 'encapsulate',
            options: { pre: "{{center|",  post: "}}"
	}}}}});
	$('[accesskey=c]').removeAttr('accesskey');
	$('.wikiEditor-ui-toolbar [title="தேர்ந்தெடுக்கப் பட்ட பகுதியை [alt-shift-c]"]').attr('accesskey', 'c');
});}
"https://ta.wikisource.org/w/index.php?title=மீடியாவிக்கி:Gadget-button-center.js&oldid=957210" இலிருந்து மீள்விக்கப்பட்டது