Vector
Vector is a skin for MediaWiki. Vector has been the default skin on all Wikimedia wikis since 2010.
|
VectorComponentLanguageButton component. More...
Public Member Functions | |
__construct (string $label, string $ariaLabel, string $class, int $numLanguages, string $itemHTML, string $beforePortlet='', string $afterPortlet='', $title=null) | |
getTemplateData () | |
@inheritDoc | |
VectorComponentLanguageButton component.
MediaWiki\Skins\Vector\Components\VectorComponentLanguageDropdown::__construct | ( | string | $label, |
string | $ariaLabel, | ||
string | $class, | ||
int | $numLanguages, | ||
string | $itemHTML, | ||
string | $beforePortlet = '', | ||
string | $afterPortlet = '', | ||
$title = null ) |
string | $label | human readable |
string | $ariaLabel | label for accessibility |
string | $class | of the dropdown component |
int | $numLanguages | |
string | $itemHTML | the HTML of the list e.g. <li>...</li> |
string | $beforePortlet | no known usages. Perhaps can be removed in future |
string | $afterPortlet | used by Extension:ULS |
Title | null | $title |
MediaWiki\Skins\Vector\Components\VectorComponentLanguageDropdown::getTemplateData | ( | ) |
@inheritDoc
Implements MediaWiki\Skins\Vector\Components\VectorComponent.