diqa/semantic-translation

Provides Wiki-Page-ID / Title translation for SemanticForms

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:mediawiki-extension

dev-master 2018-02-11 10:45 UTC

This package is auto-updated.

Last update: 2024-04-29 03:38:18 UTC


README

Converts title-attributes into wiki titles and vice-versa

Configuration

  1. $wgSTFieldsToTranslate

    Array of field names to translate, e.g.

     [ 'Bau', 'Ensemble' ]
        
     meaning all fields with these names are translated in 
     every form where they appear.
    

    It is also possible to fully qualify the field names, e.g.

     [ 'Objekt[Bau]', 'Ensemble' ]
    
     meaning that the field 'Bau' is only translated in the form 'Objekt'.
    
  2. $wgSTProperty

    Name of Title-Property

    (if missing a default is used depending on the content language of the wiki)