નોંધ: પાનું પ્રકાશિત કર્યા પછી, તમારે તમારા બ્રાઉઝરની કૅશ બાયપાસ કરવાની આવશ્યકતા પડી શકે છે.

  • ફાયરફોક્સ / સફારી: શીફ્ટ દબાવેલી રાખીને રિલોડ પર ક્લિક કરો, અથવા તો Ctrl-F5 કે Ctrl-R દબાવો (મેક પર ⌘-R)
  • ગુગલ ક્રોમ: Ctrl-Shift-R દબાવો (મેક પર ⌘-Shift-R)
  • ઈન્ટરનેટ એક્સપ્લોરર/એજ: Ctrl દબાવેલી રાખીને રિફ્રેશ પર ક્લિક કરો, અથવા Ctrl-F5 દબાવો
  • Opera: Ctrl-F5 દબાવો
/* 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');
});}