23 return trim( $namespace ) !==
'';
30 if ( !$this->mParams[
'exists'] ) {
41 if (
isset( $this->mParams[
'max'] ) && ( count(
$namespaces ) > $this->mParams[
'max'] ) ) {
42 return $this->
msg(
'htmlform-int-toohigh', $this->mParams[
'max'] );
46 if ( $namespace < 0 ) {
47 return $this->
msg(
'htmlform-select-badoption' );
50 $result = parent::validate( $namespace, $alldata );
51 if ( $result !==
true ) {
60 $this->mParent->getOutput()->enableOOUI();
71 if (
isset( $this->mParams[
'disabled'] ) ) {
72 $params[
'disabled'] = $this->mParams[
'disabled'];
75 if (
isset( $this->mParams[
'default'] ) ) {
76 $params[
'default'] = $this->mParams[
'default'];
79 if (
isset( $this->mParams[
'placeholder'] ) ) {
80 $params[
'placeholder'] = $this->mParams[
'placeholder'];
82 $params[
'placeholder'] = $this->
msg(
'mw-widgets-titlesmultiselect-placeholder' )->plain();
85 if (
isset( $this->mParams[
'max'] ) ) {
86 $params[
'tagLimit'] = $this->mParams[
'max'];
89 if (
isset( $this->mParams[
'input'] ) ) {
90 $params[
'input'] = $this->mParams[
'input'];
100 $params[
'classes'] = [
'mw-htmlform-field-autoinfuse' ];
102 $widget->setAttributes( [
'data-mw-modules' => implode(
',', $this->
getOOUIModules() ) ] );
112 return [
'mediawiki.widgets.NamespacesMultiselectWidget' ];
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
Implements a tag multiselect input field for namespaces.
validate( $value, $alldata)
Override this function to add specific validation checks on the field input.
shouldInfuseOOUI()
Whether the field should be automatically infused.
getInputOOUI( $value)
Same as getInputHTML, but returns an OOUI object.
loadDataFromRequest( $request)
Get the value that this input has been set to from a posted form, or the input's default value if it ...
getInputHTML( $value)
This function must be implemented to return the HTML to generate the input object itself.
getOOUIModules()
Get the list of extra ResourceLoader modules which must be loaded client-side before it's possible to...
Wrapper for Html::namespaceSelector to use in HTMLForm.
namespace being checked & $result
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on $request
namespace and then decline to actually register it & $namespaces