All public logs
From WytheriaWiki
Combined display of all available logs of WytheriaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:50, 20 May 2024 Deathschaos talk contribs created page User:Deathschaos/common.js (Created page with "// Check if we're editing a page. if ( [ 'edit', 'submit' ].indexOf( mw.config.get( 'wgAction' ) ) !== -1 ) { // Add a hook handler. mw.hook( 'wikiEditor.toolbarReady' ).add( function ( $textarea ) { // Configure a new toolbar entry on the given $textarea jQuery object. $textarea.wikiEditor( 'addToToolbar', { section: 'secondary', group: 'default', tools: { dothing: { type: 'element', element: function ( context ) { // Note that the `context`...")