User:andrybak/copy-section-link

copy-section-link
DescriptionSimplifies creating links to sections
Author(s)Enterprisey, The Earwig, andrybak
First released2024-07-01
UpdatedJune 30, 2024
    (0 days ago)
Skin supportVector 2022, Vector (2010), MonoBook, Timeless
SourceUser:Andrybak/copy-section-link.js

copy-section-link is a user script that adds a pilcrow (¶ symbol) to section headings that, when clicked, shows a popup with an appropriate wikilink and external link.

How to install

edit

It's recommend to install this script using the script-installer gadget, which can be turned on at

Preferences → Gadgets → Advanced →   Install scripts without having to manually edit JavaScript files (documentation)

Then you can go back to this page and click the big blue "Install" button in the infobox.

Configuration

edit

Add the following code to your common.js to get rid of the square brackets:

window.copySectionLinkNoSquareBrackets = true;

History

edit

This script is a fork of User:Enterprisey/copy-section-link, which was inspired by User:Bility/copySectionLink. Forking was necessary due to changes in HTML layout, which broke Enterprisey's version. This fork also includes fixes by User:The Earwig.