Jump to content

MediaWiki:EmojiPicker.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 November 2025

  • curprev 13:0313:03, 1 November 2025 Cdjensen94 talk contribs 1,021 bytes +1,021 Created page with "mw.loader.using([]).then(() => { const $box = $('#wpTextbox1'); if (!$box.length) return; // Use the globally provided EmojiButton from EmojiLib const EmojiButton = window.EmojiButton; if (!EmojiButton) { console.error('EmojiButton global missing'); return; } const $trigger = $('<button type="button" id="emoji-trigger" class="mw-ui-button">😀 Emoji</button>'); const $tools = $('#wikiEditor-ui-toolbar, .editOptions').first(); ($tools.length ? $tools :..."