27 $name, $restriction =
'', $listed =
true, $function =
false, $file =
'default'
29 parent::__construct( ...func_get_args() );
30 $this->mIncludable =
true;
40class_alias( IncludableSpecialPage::class,
'IncludableSpecialPage' );
Shortcut to construct an includable special page.
__construct( $name, $restriction='', $listed=true, $function=false, $file='default')
isIncludable()
Whether it's allowed to transclude the special page via {{Special:Foo/params}}.to override bool
Parent class for all special pages.