Manual:$wgUseContentMediaStyles
This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version 1.41.0. |
Parser: $wgUseContentMediaStyles | |
---|---|
Temporary flag to stop shipping the styles for the legacy media HTML structure that has been replaced when $wgParserEnableLegacyMediaDOM is false . |
|
Introduced in version: | 1.41.0 (Gerrit change 936799; git #f99dc836) |
Deprecated in version: | 1.41.0 (Gerrit change 952895; git #bb8cd2ec) |
Removed in version: | still in use |
Allowed values: | Unspecified |
Default value: | false |
Other settings: Alphabetical | By function |
Details Edit
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.