PortableInfobox/includes/PortableInfoboxAliases.php

16 lines
347 B
PHP

<?php
$specialPageAliases = [];
/** English **/
$specialPageAliases['en'] = [
'AllInfoboxes' => [ 'AllInfoboxes' ],
'PortableInfoboxBuilder' => [ 'InfoboxBuilder', 'PortableInfoboxBuilder' ]
];
/** Polish */
$specialPageAliases['pl'] = [
'AllInfoboxes' => [ 'Wszystkie infoboksy' ],
'PortableInfoboxBuilder' => [ 'Kreator infoboksów' ]
];