Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.42 KB

File metadata and controls

63 lines (35 loc) · 1.42 KB

HeaderExtension

Die Pflege der MediaWiki-Erweiterung HeaderExtension wird von WikiMANNia verwaltet.

The maintenance of the MediaWiki extension HeaderExtension is managed by WikiMANNia.

El mantenimiento de la extensión de MediaWiki HeaderExtension está gestionado por WikiMANNia.

Description

Adds an easy system for adding and configuring head sripts for wiki on MediaWiki powered websites from the LocalSettings.php file.

Installation instructions can be found at MediaWiki.

Configuration

Add meta data

  • $wgHeaderHeadItems (array)

Add skripts

  • $wgHeaderMetaItems (array)

Compatibility

This extension works from REL1_35 and has been tested up to MediaWiki version 1.45.3.

Version history

v1.1.1

As found here (Sep 30, 2020)

v1.2.0

  • Add translations "de", "es"
  • Preventing empty code from being inserted

v1.3.0

  • Renaming from HeadScript to HeaderExtension

v2.0.0

  • Add: Meta data also can be inserted

v2.1.0

  • Refactoring
  • Add: Localisations
  • Supports REL1_29

v3.0.0

  • Refactoring
  • Supports REL1_35

v3.1.0

  • Refactoring
  • Added translations from translatewiki.net translators
  • Supports REL1_45