Manual:$wgXhtmlNamespaces/ja

Category:MediaWiki configuration settings/ja#XhtmlNamespacesCategory:MediaWiki configuration settings introduced in version 1.9.0/ja#XhtmlNamespacesCategory:MediaWiki configuration settings still in use/ja#XhtmlNamespacesCategory:Output variables/ja#XhtmlNamespaces
出力: $wgXhtmlNamespaces
Permit other XHTML namespaces in addition to the w3.org default.
導入されたバージョン:1.9.0 (r18943)
除去されたバージョン:使用中
許容される値:(配列)
既定値:[]

詳細

Permit other namespaces in addition to the w3.org default.

Use the prefix for the key and the namespace for the value. 例:

$wgXhtmlNamespaces['svg'] = 'http://www.w3.org/2000/svg';

Normally we wouldn't have to define this in the root <html> element, but IE needs it there in some circumstances.

Category:MediaWiki configuration settings/ja Category:MediaWiki configuration settings introduced in version 1.9.0/ja Category:MediaWiki configuration settings still in use/ja Category:Output variables/ja