mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-27 09:41:46 +00:00
Add InfoboxBuilder alias to Special:PortableInfoboxBuilder (#56)
This commit is contained in:
parent
452150c0fd
commit
c1fd031956
|
@ -5,7 +5,7 @@ $specialPageAliases = [];
|
||||||
/** English **/
|
/** English **/
|
||||||
$specialPageAliases['en'] = [
|
$specialPageAliases['en'] = [
|
||||||
'AllInfoboxes' => [ 'AllInfoboxes' ],
|
'AllInfoboxes' => [ 'AllInfoboxes' ],
|
||||||
'PortableInfoboxBuilder' => [ 'PortableInfoboxBuilder' ]
|
'PortableInfoboxBuilder' => [ 'InfoboxBuilder', 'PortableInfoboxBuilder' ]
|
||||||
];
|
];
|
||||||
|
|
||||||
/** Polish */
|
/** Polish */
|
||||||
|
|
Loading…
Reference in a new issue