Jump to content

Manual:$wgParserEnableLegacyHeadingDOM/zh

From mediawiki.org
This page is a translated version of the page Manual:$wgParserEnableLegacyHeadingDOM and the translation is 38% complete.
解析器: $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