User:Bradv/Scripts/WhatLinksHereSnippets
Appearance
< User:Bradv | Scripts
Author(s) | bradv🍁 |
---|---|
Status | Stable |
First released | November 30, 2020 |
Browsers | All modern browsers |
Skins | Vector |
Source | User:Bradv/Scripts/WhatLinksHereSnippets.js |
WhatLinksHereSnippets.js allows for an editor to see "snippets" of code for transcluded templates in order to see how they are being used.
Usage
[edit]To use the script, add the following to your skin-specific Javascript file.
importScript('User:Bradv/Scripts/WhatLinksHereSnippets.js'); // Backlink: [[User:Bradv/Scripts/WhatLinksHereSnippets.js]]
Once installed, a right-aligned "Show snippets" button will appear on the WhatLinksHere display. By clicking that button, any transclusions will be expanded, with the template use highlighted.
"Snow snippets" button, display collapsed | "Hide snippets" button, display expanded |