Skip to content

Commit

Permalink
remove optional params from {{R from emoji}}
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jul 20, 2023
1 parent b960263 commit 123b775
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions modules/friendlytag.js
Original file line number Diff line number Diff line change
Expand Up @@ -1126,25 +1126,7 @@ Twinkle.tag.redirectList = {
{ tag: 'R to article without mention', description: 'redirect to an article without any mention of the redirected word or phrase', 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',
subgroup: [{
name: 'emojiName',
type: 'input',
label: 'Emoji name',
tooltip: 'Enter the name of the emoji'
}, {
type: 'checkbox',
list: [
{
name: 'emojiIsFlag',
label: 'Flag',
tooltip: 'Is the emoji a flag emoji?'
}
]
}]
},
{ tag: 'R from emoji', description: 'redirect from an emoji to an article describing the depicted concept or the emoji itself' },
{ tag: 'R from phrase', description: 'redirect from a phrase to a more general relevant article covering the topic' },
{ tag: 'R from list topic', description: 'redirect from the topic of a list to the equivalent list' },
{ tag: 'R from member', description: 'redirect from a member of a group to a related topic such as the group or organization' },
Expand Down

0 comments on commit 123b775

Please sign in to comment.