Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// Tables. Mobile visual cue for scrollable area. // https://en.wikipedia.org/wiki/Template_talk:Sticky_table_start#Mobile_visual_cue_for_scrollable_area // https://en.wikipedia.org/wiki/User:Jroberson108/Template:Sticky_table_start/ScrollCue importScript('User:Jroberson108/Template:Sticky table start/ScrollCue.js');// Backlink: [[User:Jroberson108/Template:Sticky table start/ScrollCue.js]]// Below the editing window keep the template list closed by default. Can open list manually. // https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)/Archive_219#h-Can_the_template_list_be_closed_by_default_in_the_editing_window?-20250510014000 localStorage.setItem('mwedit-state-templatesUsed','0');// No longer needed. I use "Xtools" in Appearance section of gadget preferences. Page views are shown just below the page header.// https://en.wikipedia.org/wiki/Special:Preferences#mw-prefsection-gadgets-gadget-section-appearance // https://en.wikipedia.org/wiki/User:PrimeHunter/Pageviews.js // It creates a "Page views" link in the Tools section of the sidebar.// There is a "Page statistics" link and a "Pageviews" link at top of history page. // Those exist with and without this user script.// importScript('User:PrimeHunter/Pageviews.js'); // Backlink: [[User:PrimeHunter/Pageviews.js]]// It was not working. May be fixed by the time you read this. Or go here:// https://en.wikipedia.org/wiki/Help:Tables_and_locations#Convert_US_state_abbreviations_to_full_names // Convert US state abbreviations to full names. // https://en.wikipedia.org/wiki/User_talk:Qwerfjkl/scripts/convertAbbreviations#Does_not_work_in_Vector_2010_and_2022._Or_in_Monobook// Puts "Convert abbreviations" link in sidebar when in edit window. // https://en.wikipedia.org/wiki/User:Qwerfjkl/scripts/convertAbbreviations // importScript('User:Qwerfjkl/scripts/convertAbbreviations.js'); // Backlink: [[User:Qwerfjkl/scripts/convertAbbreviations.js]]// Not using this for now.// Unfloats the topbar in Vector-2022 skin.// https://en.wikipedia.org/wiki/User:Novem_Linguae/Scripts/Vector2022NoFloatingTopBar.js // importScript('User:Novem Linguae/Scripts/Vector2022NoFloatingTopBar.js'); // Backlink: [[User:Novem Linguae/Scripts/Vector2022NoFloatingTopBar.js]]