PortableInfobox/PortableInfobox.alias.php
2018-08-03 11:54:47 +02:00

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