Add InfoboxBuilder alias to Special:PortableInfoboxBuilder (#56)

This commit is contained in:
Universal Omega 2022-01-07 22:45:21 -07:00 committed by GitHub
parent 452150c0fd
commit c1fd031956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ $specialPageAliases = [];
/** English **/
$specialPageAliases['en'] = [
'AllInfoboxes' => [ 'AllInfoboxes' ],
'PortableInfoboxBuilder' => [ 'PortableInfoboxBuilder' ]
'PortableInfoboxBuilder' => [ 'InfoboxBuilder', 'PortableInfoboxBuilder' ]
];
/** Polish */