K (1 Version importiert) |
hw>Unknown user Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
==DescriptionMsg== | |||
{{AutoDocDescriptionMsg | |||
|name = ImageMapEdit | |||
|desc = {{int:imagemapedit-desc | |||
}} | |||
}} | |||
==License== | |||
{{AutoDocLicense | |||
|name = GPL-3.0-only | |||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.39.0 | |||
}} | |||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = FileTypeList | |||
|value = <nowiki>array ( | |||
0 => 'png', | |||
1 => 'gif', | |||
2 => 'jpg', | |||
3 => 'jpeg', | |||
)</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] | |||
|callback = ImageMapEdit::onBeforePageDisplay | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/OutputPageBeforeHTML OutputPageBeforeHTML] | |||
|callback = ImageMapEdit::onOutputPageBeforeHTML | |||
}} | |||
}} | |||
Version vom 1. Dezember 2023, 10:22 Uhr
DescriptionMsg
Erlaubt das Anlegen von ImageMaps auf Dateibeschreibungsseiten.
License
GPL v3
Requirements
- MediaWiki: 1.39.0
Config
Konfiguration
Name | Wert |
---|---|
FileTypeList | array ( 0 => 'png', 1 => 'gif', 2 => 'jpg', 3 => 'jpeg', ) |