Manuel:$wgAllowRdfaAttributes
Cette fonctionnalité a été supprimée entièrement dans la version 1.27.0. |
Sortie: $wgAllowRdfaAttributes | |
---|---|
Permet aux attributs RDFa d'être utilisés dans le wikitext. |
|
Introduit dans la version : | 1.16.0 (r59024) |
Retiré dans la version : | 1.27.0 (Gerrit change 277562; git #I17a7bff) |
Valeurs autorisées : | (booléen) |
Valeur par défaut : | false |
Autres paramètres : Alphabétique | Par Fonction |
Détails
Permet aux attributs RDFa d'être utilisés dans le wikitext.
For this to work $wgHtml5
must be set to true
, which is the default as well as unchangeable since MW 1.22+.
Starting with MW 1.27+ RDFa attributes will be allowed by default.
However the RDFa version to use must explicitly be set with $wgHtml5Version
to HTML+RDFa 1.0
or XHTML+RDFa 1.0
.