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