PortableInfobox/includes/PortableInfobox.alias.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' ]
];