Advertisement
Urbanecm

Untitled

Mar 22nd, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery( document ).ready( function ( $ ) {
  2.     $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
  3.         section: 'advanced',
  4.         group: 'format',
  5.         tools: {
  6.             buttonId: {
  7.                 label: 'Comment visible only for editors',
  8.                 type: 'button',
  9.                 icon: '//upload.wikimedia.org/wikipedia/commons/a/a0/Button_keep.png',
  10.                 action: {
  11.                     type: 'encapsulate',
  12.                     options: {
  13.                         pre: '',
  14.                         peri: '{{WP:NS/Vyřešeno}}',
  15.                         post: ''
  16.                     }
  17.                 }
  18.             }
  19.         }
  20.     } );
  21. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement