User notice: T385346
Feature summary (what you would like to be able to do and where):
Reconsider the existing location of the special pages link. It's currently in page tools with other links that are associated with the page, however this link has nothing to do with the page.
This was pointed out by @IKhitron and again later by @aliu
https://www.mediawiki.org/w/index.php?title=Talk:Reading/Web/Desktop_Improvements&oldid=5850154#Special_pages_link
One possible option would be to move it to the main menu.
Benefits (why should this be implemented?):
This would hopefully make it clearer what these links are for and how they relate to the content or the site.
Acceptance criteria
- Update https://gerrit.wikimedia.org/g/mediawiki/core/+/f682e8881c9b141c55bebfc8559eac2ca17b990e/includes/skins/Skin.php#2104 so that the link is no longer added to special page and added to main menu instead.
- Ensure communities are informed by upcoming change prior to deploying
Requirement
Relocate the Special Pages link from the Page Tools section to the Main Menu to improve clarity and navigation. This change aims to better reflect its site-wide functionality, as it is not directly related to the specific page content.
BDD
Feature: Relocate Special Pages link for improved site navigation
Scenario: Special Pages link is moved from Page Tools to the Main Menu
Given a user is browsing any page on a Wikimedia project
When they open the Main Menu
Then they should see the Special Pages link listed under the appropriate section
And the Special Pages link should no longer be present in the Page Tools sectionTest Steps
Test Case 1: Verify Special Pages link is visible in the Main Menu
- Visit any page on https://en.m.wikipedia.beta.wmflabs.org/.
- Open the Main Menu from the top-left navigation.
- Confirm that the Special Pages link is listed in the menu.
- AC1: The Special Pages link is present in the Main Menu.
Test Case 2: Verify Special Pages link is no longer in the Page Tools section
- Visit any page on https://en.m.wikipedia.beta.wmflabs.org/.
- Locate the Page Tools section.
- Confirm that the Special Pages link is not present in the Page Tools section.
- AC2: The Special Pages link is removed from the Page Tools section.
Test Case 3: Verify Special Pages link functionality in the Main Menu
- Follow Test Case 1 to locate the Special Pages link in the Main Menu.
- Click on the Special Pages link.
- Confirm that it redirects correctly to the Special Pages page.
- AC3: The link redirects to the Special Pages page as expected.
QA Results - Beta
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T333211#10531074 |
| 2 | ✅ | T333211#10531074 |
| 3 | ✅ | T333211#10531074 |
QA Results - Prod
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T333211#10542519 |
| 2 | ✅ | T333211#10542519 |
| 3 | ✅ | T333211#10542519 |










