Manual:$wgParserEnableLegacyHeadingDOM/zh
Appearance
此功能已在版本1.45.0被完全移除。 |
| 解析器: $wgParserEnableLegacyHeadingDOM | |
|---|---|
| 解析器输出标题时使用过时的HTML结构。 |
|
| 引进版本: | 1.43.0(Gerrit change 842859; git #f0c7fa92) |
| 弃用版本: | 1.44.0(Gerrit change 1023980; git #a30f08f6) |
| 移除版本: | 1.45.0(Gerrit change 1143895; git #789696bf) |
| 允许的值: | (boolean) |
| 默认值: | false (1.44)true (1.43) |
| 其他设置: 按首字母排序 | 按功能排序 | |
细节
Sets whether the legacy HTML structure for headings in the output from the Parser is enabled or not. The legacy structure includes section edit links (and other markup added by some extensions) inside the headings rather than outside them, leading to poor accessibility. This does not affect headings on special pages. Note that each skin also has to indicate support for the new structure. 更多信息: Heading HTML changes