Add linter category for "inline-media-caption"

Bug: T297443
Depends-On: I4cdbfe46bce7556d2187a5f1c908b3538d1185fb
Change-Id: I83d51c40b3c4c1f3e5de327aba6f05e65d9814c7
This commit is contained in:
Arlo Breault 2021-12-10 17:58:55 -05:00
parent 2fa7a30f14
commit e8a1b8218c
3 changed files with 12 additions and 0 deletions

View file

@ -173,6 +173,12 @@
"enabled": true,
"priority": "medium",
"no-params": true
},
"inline-media-caption": {
"dbid": 19,
"enabled": true,
"priority": "high",
"no-params": true
}
}
},

View file

@ -13,6 +13,8 @@
"linter-category-fostered-desc": "These pages have fostered content.",
"linter-category-html5-misnesting": "Misnested tag with different rendering in HTML5 and HTML4",
"linter-category-html5-misnesting-desc": "These misnested tags will behave differently in HTML5 compared to HTML4.",
"linter-category-inline-media-caption": "Inline media with captions",
"linter-category-inline-media-caption-desc": "These pages have inline media with captions.",
"linter-category-misc-tidy-replacement-issues": "Miscellaneous issues",
"linter-category-misc-tidy-replacement-issues-desc": "These pages have other issues that cause them to be rendered differently from how they appeared previously",
"linter-category-misnested-tag": "Misnested tags",
@ -54,6 +56,7 @@
"linter-pager-bogus-image-options-details": "Bogus file option",
"linter-pager-deletable-table-tag-details": "Table tag that should be deleted",
"linter-pager-html5-misnesting-details": "Misnesting (now broken)",
"linter-pager-inline-media-caption-details": "Inline media with captions",
"linter-pager-misc-tidy-replacement-issues-details": "Miscellaneous markup errors",
"linter-pager-misnested-tag-details": "Misnested tag which should be properly nested",
"linter-pager-missing-end-tag-details": "Missing end tag",

View file

@ -18,6 +18,8 @@
"linter-category-fostered-desc": "Description of category",
"linter-category-html5-misnesting": "Name of lint error category. See [[:mw:Help:Lint errors/html5-misnesting]]",
"linter-category-html5-misnesting-desc": "Description of category",
"linter-category-inline-media-caption": "Name of lint error category. See [[:mw:Help:Lint errors/inline-media-caption]]",
"linter-category-inline-media-caption-desc": "Description of category",
"linter-category-misc-tidy-replacement-issues": "Name of lint error category. See [[:mw:Help:Lint errors/misc-tidy-replacement-issues]]",
"linter-category-misc-tidy-replacement-issues-desc": "Description of category",
"linter-category-misnested-tag": "Name of lint error category. See [[:mw:Help:Lint errors/misnested-tag]]",
@ -59,6 +61,7 @@
"linter-pager-bogus-image-options-details": "Table column heading",
"linter-pager-deletable-table-tag-details": "Table column heading",
"linter-pager-html5-misnesting-details": "Table column heading.",
"linter-pager-inline-media-caption-details": "Table column heading",
"linter-pager-misc-tidy-replacement-issues-details": "Table column heading",
"linter-pager-misnested-tag-details": "Table column heading",
"linter-pager-missing-end-tag-details": "Table column heading",