From 3c1c0706a0f19a9de8b8daea5b0dcf079fb025e0 Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Tue, 25 Jul 2023 01:29:00 -0700 Subject: [PATCH] restriction: insideMainspaceOnly --- modules/friendlytag.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/friendlytag.js b/modules/friendlytag.js index e0fe35d02..be7a0bd65 100644 --- a/modules/friendlytag.js +++ b/modules/friendlytag.js @@ -918,8 +918,8 @@ Twinkle.tag.redirectList = { 'Grammar, punctuation, and spelling': { 'Abbreviation': [ { tag: 'R from acronym', description: 'redirect from an acronym (e.g. POTUS) to its expanded form' }, - { tag: 'R from airport code', description: 'redirect from an airport\'s IATA or ICAO code to that airport\'s article ' }, - { tag: 'R from airline code', description: 'redirect from an airline\'s IATA or ICAO code to that airline\'s article ' }, + { tag: 'R from airport code', description: 'redirect from an airport\'s IATA or ICAO code to that airport\'s article ', restriction: 'insideMainspaceOnly' }, + { tag: 'R from airline code', description: 'redirect from an airline\'s IATA or ICAO code to that airline\'s article ', restriction: 'insideMainspaceOnly' }, { tag: 'R from initialism', description: 'redirect from an initialism (e.g. AGF) to its expanded form' }, { tag: 'R from MathSciNet abbreviation', description: 'redirect from MathSciNet publication title abbreviation to the unabbreviated title' }, { tag: 'R from NLM abbreviation', description: 'redirect from a NLM publication title abbreviation to the unabbreviated title' }