Main public logs
Combined display of all available logs of TwainFrame. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:19, 25 June 2025 KB talk contribs created page MediaWiki:MoveEdittools.js (Created page with "* * @description: Move Edittools direct below the edit field. * @author: User:Perhelion (mw:MediaWiki_talk:Edittools#Move_Edittools_just_below_the_edit_window_or_summary) * 13:04, 21 May 2018 (UTC) *: $(function () { if (/^(edit|submit)$/.test(mw.config.get('wgAction'))) { var eForm = document.getElementById('editform'); if (!eForm) return; var eTools = eForm.getElementsByClassName('mw-editTools')[0]; // DIV var eOptions = eForm.getElementsByClassName('edi...")