mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 03:35:53 +00:00
8 lines
83 B
PHP
8 lines
83 B
PHP
<?php
|
|
|
|
$magicWords = [];
|
|
|
|
$magicWords['en'] = [
|
|
'infobox' => [ 0, 'infobox' ],
|
|
];
|