Following T333211, the special pages link will be moved from the toolbox to the main menu
{F58326470}
Previous location:
{F58326487}
New location:
{F58326485}
To minimize disruption, the special page link will be automatically appended to the main menu where MediaWiki:Sidebar has been modified until shortly after the [[ https://www.mediawiki.org/wiki/MediaWiki_1.44 | MediaWiki 1.44 release ]].
# 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 `-`.
## 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=