Wikimedia Foundation Governance Wiki foundationwiki https://foundation.wikimedia.org/wiki/Home MediaWiki 1.39.0-wmf.26 first-letter Media Special Talk User User talk Wikimedia Wikimedia talk File File talk MediaWiki MediaWiki talk Template Template talk Help Help talk Category Category talk Resolution Resolution talk Legal Legal talk Minutes Minutes talk Policy Policy talk Archive Archive talk Campaign Campaign talk TimedText TimedText talk Module Module talk Translations Translations talk Gadget Gadget talk Gadget definition Gadget definition talk User talk:MMoss (WMF) 3 35333 145930 145893 2022-08-25T22:12:36Z RP88 13435 thanks wikitext text/x-wiki == [[:Category:DMCA 2022]] == Would you mind adding <code><nowiki>{{DMCA intro|2022}}</nowiki></code> to [[:Category:DMCA 2022]] so that it works like [[:Category:DMCA 2021]] and is correctly categorized into [[:Category:DMCA]]? Thanks. [[User:RP88|RP88]] ([[User talk:RP88|talk]]) 20:44, 24 August 2022 (UTC) :Happy to! Abuse Filter is currently not my friend with the short page, but once I get my user rights sorted then I'll post it shortly. [[User:MMoss (WMF)|MMoss (WMF)]] ([[User talk:MMoss (WMF)|talk]]) 23:13, 24 August 2022 (UTC) ::Thanks, I appreciate you taking the time to address my minor fussy request. —[[User:RP88|RP88]] ([[User talk:RP88|talk]]) 22:12, 25 August 2022 (UTC) e7wrecm6baas04r3s3oszzrzgw2ca85 User:Deepest the/common.js 2 35336 145928 2022-08-25T12:21:53Z Deepest the 50075 Created page with "function forceLinksToEdit() { var links = document.getElementById('bodyContent').getElementsByTagName('a'); for(var i=0; i<links.length; i++) { if(!links[i].href.match('/w/index.php')) { links[i].href = links[i].href.replace(/(#|$)/, "?action=edit$1"); } } } $(forceLinksToEdit);" javascript text/javascript function forceLinksToEdit() { var links = document.getElementById('bodyContent').getElementsByTagName('a'); for(var i=0; i<links.length; i++) { if(!links[i].href.match('/w/index.php')) { links[i].href = links[i].href.replace(/(#|$)/, "?action=edit$1"); } } } $(forceLinksToEdit); gdf9fjlxrcedeu3y1e6jl322139137g User:Deepest the/vector-2022.js 2 35337 145929 2022-08-25T12:29:12Z Deepest the 50075 Created page with "function bidiSwitchSetup() { var editform = document.getElementById( 'editform' ); if ( editform === null ) { return; } bidiAddButton( editform, 'Default', function( style ) { style.direction = 'inherit'; style.unicodeBidi = 'inherit'; } ); bidiAddButton( editform, 'dir=ltr', function( style ) { style.direction = 'ltr'; } ); bidiAddButton( editform, 'dir=rtl', function( style ) { style.direction = 'rtl'; } ); bidiAddButton( editform, 'bidi=normal', f..." javascript text/javascript function bidiSwitchSetup() { var editform = document.getElementById( 'editform' ); if ( editform === null ) { return; } bidiAddButton( editform, 'Default', function( style ) { style.direction = 'inherit'; style.unicodeBidi = 'inherit'; } ); bidiAddButton( editform, 'dir=ltr', function( style ) { style.direction = 'ltr'; } ); bidiAddButton( editform, 'dir=rtl', function( style ) { style.direction = 'rtl'; } ); bidiAddButton( editform, 'bidi=normal', function( style ) { style.unicodeBidi = 'normal'; } ); bidiAddButton( editform, 'bidi=override', function( style ) { style.unicodeBidi = 'bidi-override'; } ); } function bidiAddButton( before, label, action ) { var button = document.createElement( 'input' ); button.type = 'button'; button.value = label; button.onclick = function( event ) { var box = document.getElementById( 'wpTextbox1' ); if ( box === null ) { alert( 'Broken! Edit box missing.' ); } else { //var style = document.getOverrideStyle(box, null); var style = box.style; action( style ); } }; before.parentNode.insertBefore( button, before ); } $( bidiSwitchSetup ); 18jipx14ewegq7vbhlwowwfn7cp02ih