Manual:$wgUseContentMediaStyles
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate>
This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version <tvar name=ver>1.41.0</tvar>.</translate> |
<translate> Parser</translate>: $wgUseContentMediaStyles | |
---|---|
Temporary flag to stop shipping the styles for the legacy media HTML structure that has been replaced when $wgParserEnableLegacyMediaDOM is false . |
|
<translate> Introduced in version:</translate> | 1.41.0 (Gerrit change 936799; git #f99dc836) |
<translate> Deprecated in version:</translate> | 1.41.0 (Gerrit change 952895; git #bb8cd2ec) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | <translate> Unspecified</translate> |
<translate> Default value:</translate> | false |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Temporary flag to stop shipping the styles for the legacy media HTML structure that has been replaced when $wgParserEnableLegacyMediaDOM is false
.
This is configured separately to give time for templates and extensions that mimic the the parser output to be migrated away. See phab:T318433.