Feature summary:
Alias Special:Prefs to Special:Preferences
Use case(s):
Prefs is a common clipping used in computing for preferences. See https://en.wiktionary.org/wiki/prefs
This is like aliasing stats to statistics, which we have done.
Good first task
If you are a seasoned contributor, please leave this one for the newbies.
There's only a minor change required here to languages / messages / MessagesEn.php to add this alias. It's literally a change to one line of code (currently line 517) to add it to the array:
'Preferences' => [ 'Preferences' ],
to:
'Preferences' => [ 'Preferences', 'Prefs' ],