K (1 Version importiert) |
hw>Unknown user Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpicePlayer | ||
|desc = {{int:bs-player-extension-description | |||
{{ | }} | ||
}} | |||
{{ | ==License== | ||
{{ | {{AutoDocLicense | ||
|name = GPL-3.0-only | |||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.31.0 | |||
}} | |||
}} | |||
==DefaultUserOptions== | |||
{{AutoDocDefaultUserOptions | |||
|options = {{AutoDocOption | |||
|name = bs-showtime-pref-autostart | |name = bs-showtime-pref-autostart | ||
| | |value = <nowiki>false</nowiki> | ||
}} | |||
{{ | }} | ||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = ShowtimePrefHeight | |||
|value = <nowiki>240</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = ShowtimePrefWidth | |||
|value = <nowiki>320</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSInsertMagicAjaxGetData BSInsertMagicAjaxGetData] | |||
|callback = \BlueSpice\Player\Hook\BSInsertMagicAjaxGetData\AddDescription::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/GetPreferences GetPreferences] | |||
|callback = \BlueSpice\Player\Hook\GetPreferences\Autostart::callback | |||
}} | |||
}} | |||
Version vom 7. Dezember 2021, 10:53 Uhr
DescriptionMsg
Bindet einen Media Player auf einer Seite ein.
License
GPL v3
Requirements
- MediaWiki: 1.31.0
DefaultUserOptions
Benutzeroptionen
Name | Wert |
---|---|
bs-showtime-pref-autostart | false |
Config
Konfiguration
Name | Wert |
---|---|
ShowtimePrefHeight | 240 |
ShowtimePrefWidth | 320 |