Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki-1.43.1/extensions/Math/
Upload File :
Current File : /var/www/html/mediawiki-1.43.1/extensions/Math/Math.alias.noTranslate.php

<?php
/**
 * Aliases for invisible Math special pages
 *
 * There is no need to translate the messages, since the PageTitle does not appear.
 *
 * @see Math.alias.php for special pages with visible titles.
 *
 * @file
 * @ingroup Extensions
 */

$specialPageAliases = [];

/** English (English) */
$specialPageAliases['en'] = [
	'MathShowImage' => [ 'MathShowImage' ],
	'MathWikibase' => [ 'MathWikibase' ]
];