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