User:RetroCraft314/taxonomy.js

From Wikipedia, the free encyclopedia
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.
/* Adds link to create a Template:Taxonomy page for the current page. */

mw.loader.using("mediawiki.util", function() {
    mw.util.addPortletLink(
        "p-tb",
        "https://en.wikipedia.org/w/index.php?title=Template:Taxonomy/" + mw.config.get("wgPageName") + "&action=edit&preload=Template%3ATaxonomy%2Fpreload",
        "Taxon template",
        "t-taxon-template",
        "Create a Template:Taxonomy page",
        "4"
    );
});