Following T333211, the special pages link will be moved from the toolbox to the main menu in all skins. This is because the toolbox is intended for tools relating to the current page, not tools relating to the site.
{F58326470}
To minimize disruption, the special page link will be automatically appended to the "navigation" main menu if MediaWiki:Sidebar was modified until shortly after the [[ https://www.mediawiki.org/wiki/MediaWiki_1.44 | MediaWiki 1.44 release ]].
|Skin| Previous location:|new location
|Vector 2022|{F58326487}|{F58326485}
|Monobook|{F58349977}|{F58349985}|
(feel free to add screenshots for other skins)
# Actions
## Confirm new location
To avoid losing the link altogether in future:
* Communities that want to retain the new location and/or reposition it in the menu should update MediaWiki:Sidebar to include the following line: `** specialpages-url|specialpages`
* Communities that do not want this behaviour should modify MediaWiki:Specialpages-url to have the text `-` until shortly after the 1.44 release.
## Update scripts / styles
Site scripts/styles referencing `t-specialpages` should be updated to also reference `n-specialpages`
e.g.
```
#t-specialpages { color: red; }
```
should be updated to:
```
#n-specialpages, #t-specialpages { color: red; }
```
To find out if you are impacted please try this link:
https://global-search.toolforge.org/?q=t-specialpages®ex=1&namespaces=2%2C8&title=