Skip to content

Commit

Permalink
restriction: insideMainspaceOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jul 25, 2023
1 parent 2fc0c83 commit 3c1c070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/friendlytag.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 3c1c070

Please sign in to comment.