PortableInfobox/includes/PortableInfobox.alias.php

19 lines
333 B
PHP
Raw Normal View History

2018-08-03 09:54:47 +00:00
<?php
/**
* Aliases for the PortableInfobox extension.
*
* @ingroup PortableInfobox
*/
$specialPageAliases = [];
/** English **/
$specialPageAliases['en'] = [
'AllInfoboxes' => [ 'Allinfoboxes', 'All Infoboxes', 'All infoboxes' ]
];
/** Polish */
$specialPageAliases['pl'] = [
2018-08-16 09:25:53 +00:00
'AllInfoboxes' => [ 'Wszystkie infoboksy' ]
];