Skip to content

Commit

Permalink
Alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
nardog authored Feb 22, 2024
1 parent 92c7d1a commit ede0653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MoreMenu.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ window.MoreMenu.page = config => ({
url: `https://copyvios.toolforge.org?lang=${config.project.domain.split('.')[0]}&project=${config.project.domain.split('.')[1]}&title=${config.page.encodedName}&oldid=&action=search&use_engine=1&use_links=1`,
pageExists: true,
},
'link-count': {
url: `https://linkcount.toolforge.org/?project=${config.project.domain}&page=${config.page.encodedName}`,
},
'traffic-report': {
url: `https://pageviews.wmcloud.org?project=${config.project.domain}&pages=${config.page.encodedName}`,
pageExists: true,
},
'link-count': {
url: `https://linkcount.toolforge.org/?project=${config.project.domain}&page=${config.page.encodedName}`,
},
'transclusions': {
url: `https://${config.project.domain}/w/index.php?title=Special:WhatLinksHere/${config.page.encodedName}&hidelinks=1&hideredirs=1`,
namespaceRestrict: [2, 4, 5, 10, 11, 12, 13, 100, 101],
Expand Down

0 comments on commit ede0653

Please sign in to comment.