MediaWiki REL1_34
checkLanguage.php
Go to the documentation of this file.
1<?php
25 'lang', 'level', 'blacklist', 'whitelist', 'wikilang', 'output', 'prefix'
26];
28 'help', 'links', 'noexif', 'easy', 'duplicate', 'all'
29];
30require_once __DIR__ . '/../commandLine.inc';
31require_once 'checkLanguage.inc';
32require_once 'languages.inc';
33
34$cli = new CheckLanguageCLI( $options );
35
36try {
37 $cli->execute();
38} catch ( Exception $e ) {
39 print 'Error: ' . $e->getMessage() . "\n";
40}
$optionsWithoutArgs
$optionsWithArgs
while(( $__line=Maintenance::readconsole()) !==false) print
Definition eval.php:64