K (1 Version importiert) |
hw>Unknown user Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpiceUserInfo | ||
|desc = {{int:bs-userinfo-description | |||
{{ | }} | ||
}} | |||
==License== | |||
{{AutoDocLicense | |||
|name = GPL-3.0-only | |||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.35.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 4.0 | |||
}} | |||
}} | |||
==IntegratesInto== | |||
{{AutoDocIntegratesInto | |||
|into = {{AutoDocListItem | |||
|item = BlueSpiceUserInfo | |||
}} | |||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = UserInfoHiddenMeta | |||
|value = <nowiki>array ( | |||
0 => 'email', | |||
)</nowiki> | |||
}} | |||
}} | |||
==ApiModules== | |||
{{AutoDocApiModules | |||
|APIModules = {{AutoDocCallback | |||
|name = bs-userinfometa | |||
|callback = \BlueSpice\UserInfo\Api\Meta | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSFoundationRendererMakeTagAttribs BSFoundationRendererMakeTagAttribs] | |||
|callback = \BlueSpice\UserInfo\Hook\BSFoundationRendererMakeTagAttribs\AddMetaData::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] | |||
|callback = \BlueSpice\UserInfo\Hook\BeforePageDisplay\AddResources::callback | |||
}} | |||
}} | |||
Version vom 7. Dezember 2021, 10:54 Uhr
DescriptionMsg
Stellt ausklappbare Infos zu Benutzerlinks und Benutzerbildern zur Verfügung
License
GPL v3
Requirements
- MediaWiki: 1.35.0
- BlueSpiceFoundation: 4.0
IntegratesInto
- BlueSpiceUserInfo
Config
Konfiguration
Name | Wert |
---|---|
UserInfoHiddenMeta | array ( 0 => 'email', ) |
ApiModules
API Modules
- bs-userinfometa