Goal is to provide a new pagination UI that can be used on special pages (and elsewhere), such as Special:Contributions, Special:Search, page history, Special:Allpages etc.
The new pagination would use Codex styles, buttons, icons and design tokens.
We initially explored creating a more general Codex component however the pagination used on SpecialPages tends to have the buttons (e.g. "next", "prev") as links and it does not require JavaScript. The contents of the special pages are also server-side generated and do not require JS.
Designs and styles for the pagination would be similar to the TablePager in the Codex Table component, and there are designs linked in this related task: https://phabricator.wikimedia.org/T368423
