PortableInfobox/includes/PortableInfoboxAliases.php

16 lines
347 B
PHP
Raw Normal View History

2018-08-03 09:54:47 +00:00
<?php
$specialPageAliases = [];
/** English **/
$specialPageAliases['en'] = [
2021-12-17 18:00:14 +00:00
'AllInfoboxes' => [ 'AllInfoboxes' ],
'PortableInfoboxBuilder' => [ 'InfoboxBuilder', 'PortableInfoboxBuilder' ]
2018-08-03 09:54:47 +00:00
];
/** Polish */
$specialPageAliases['pl'] = [
2021-12-17 18:00:14 +00:00
'AllInfoboxes' => [ 'Wszystkie infoboksy' ],
'PortableInfoboxBuilder' => [ 'Kreator infoboksów' ]
2018-08-16 09:25:53 +00:00
];