PortableInfobox/includes/PortableInfobox.alias.php
2018-08-16 11:25:53 +02:00

19 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' ]
];