mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
18 lines
333 B
PHP
18 lines
333 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Aliases for the PortableInfobox extension.
|
||
|
*
|
||
|
* @ingroup PortableInfobox
|
||
|
*/
|
||
|
|
||
|
$specialPageAliases = [];
|
||
|
|
||
|
/** English **/
|
||
|
$specialPageAliases['en'] = [
|
||
|
'AllInfoboxes' => [ 'Allinfoboxes', 'All Infoboxes', 'All infoboxes' ]
|
||
|
];
|
||
|
|
||
|
/** Polish */
|
||
|
$specialPageAliases['pl'] = [
|
||
|
'AllInfoboxes' => [ 'Wszystkie infoboksy' ]
|
||
|
];
|