Remove unused deprecated-self-close-category message
This tracking category was removed in 05bc6871.
Bug: T134423
Followup-to: I5c725175d05854139c95a2b3d8d35ff63cb6707b
Change-Id: Id2017e166a62b0de4b6dfe81fd0bcc9fad4af635
This commit is contained in:
parent
73f41c6f2b
commit
5833e420f0
3 changed files with 0 additions and 5 deletions
|
|
@ -47,7 +47,6 @@ class TrackingCategories {
|
|||
'node-count-exceeded-category',
|
||||
'expansion-depth-exceeded-category',
|
||||
'restricted-displaytitle-ignored',
|
||||
'deprecated-self-close-category',
|
||||
'template-loop-category',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -795,8 +795,6 @@
|
|||
"unsupported-content-model": "<strong>Warning:</strong> Content model $1 is not supported on this wiki.",
|
||||
"unsupported-content-diff": "Diffs are not supported for content model $1.",
|
||||
"unsupported-content-diff2": "Diffs between the content models $1 and $2 are not supported on this wiki.",
|
||||
"deprecated-self-close-category": "Pages using invalid self-closed HTML tags",
|
||||
"deprecated-self-close-category-desc": "The page contains invalid self-closed HTML tags, such as <code><b/></code> or <code><span/></code>. The behavior of these will change soon to be consistent with the HTML5 specification, so their use in wikitext is deprecated.",
|
||||
"duplicate-args-warning": "<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.",
|
||||
"duplicate-args-category": "Pages using duplicate arguments in template calls",
|
||||
"duplicate-args-category-desc": "The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.",
|
||||
|
|
|
|||
|
|
@ -1010,8 +1010,6 @@
|
|||
"unsupported-content-model": "Warning shown when trying to display content with an unknown model.\n\nParameters:\n* $1 - the technical name of the content model.",
|
||||
"unsupported-content-diff": "Warning shown when trying to display a diff between content with a model that does not support diffing (perhaps because it's an unknown model).\n\nParameters:\n* $1 - the technical name of the model of the content",
|
||||
"unsupported-content-diff2": "Warning shown when trying to display a diff between content that uses models that do not support diffing with each other.\n\nParameters:\n* $1 - the technical name of the model of the old content\n* $2 - the technical name of the model of the new content.",
|
||||
"deprecated-self-close-category": "This message is used as a category name for a [[mw:Special:MyLanguage/Help:Tracking categories|tracking category]] where pages are placed automatically if they contain invalid self-closed HTML tags, such as <code><b/></code> or <code><span/></code>. The behavior of these will change soon to be consistent with the HTML5 specification, so their use in wikitext is deprecated.",
|
||||
"deprecated-self-close-category-desc": "Invalid self-closed HTML tag category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|deprecated-self-close-category}}",
|
||||
"duplicate-args-warning": "If a page calls a template and specifies the same argument more than once, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>, this warning is displayed when previewing.\n\nParameters:\n* $1 - The calling page\n* $2 - The called template\n* $3 - The name of the duplicated argument",
|
||||
"duplicate-args-category": "This message is used as a category name for a [[mw:Special:MyLanguage/Help:Tracking categories|tracking category]] where pages are placed automatically if they contain template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.",
|
||||
"duplicate-args-category-desc": "Duplicate arguments category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Duplicate-args-category}}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue