From 2a444b5b03e947a1f41e20f30e913e90bd99ddc4 Mon Sep 17 00:00:00 2001 From: DR-WP <143805920+DreamRimmer@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:42:29 +0530 Subject: [PATCH] Tag: Add {{R from company name}} Tag: Add {{R from company name}} --- modules/twinkletag.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/twinkletag.js b/modules/twinkletag.js index 3478c8b24..70c4b9d3f 100644 --- a/modules/twinkletag.js +++ b/modules/twinkletag.js @@ -1121,6 +1121,7 @@ Twinkle.tag.redirectList = { Miscellaneous: { 'Related information': [ { tag: 'R to article without mention', description: 'redirect to an article without any mention of the redirected word or phrase', restriction: 'insideMainspaceOnly' }, + { tag: 'R from company name', description: 'redirect from a company name to a related article', restriction: 'insideMainspaceOnly' }, { tag: 'R to decade', description: 'redirect from a year to the decade article', restriction: 'insideMainspaceOnly' }, { tag: 'R from domain name', description: 'redirect from a domain name to an article about a website', restriction: 'insideMainspaceOnly' }, { tag: 'R from emoji', description: 'redirect from an emoji to an article describing the depicted concept or the emoji itself' },