Template:Fix/doc
| File:Edit-copy green.svg | Template:Strong for Template:Terminate sentence It may contain usage information, categories and other content that is not part of the original template page. |
Template:High-risk Template:Cascade-protected template
This meta-template can be used to create in-line tags with clean up messages which can be used to tag article issues on a line-by-line basis. Many templates are based upon it, like {{Citation needed}}.
It should not be used directly on pages by itself, except to build templates — instead, use one of the pre-existing derivatives if at all possible. Should there be no suitable derivative already, new ones can be created using the syntax that follows, but please discuss the need for any new template at Wikipedia talk:WikiProject Inline Templates first. Otherwise, the sub-template in question is likely to end up at Wikipedia:Templates for discussion, as it is better for Wikipedia to have a finite and well-tested set of in-line tags than to allow for endless variation.
Usage
<syntaxhighlight lang="wikitext" style="overflow: auto"> </syntaxhighlight>
Categories are ignored if the template is used on a talk page or on any other non-article page.
- The value specified via
|cat=must be in wikicode, Template:Em. - The value specified via
|cat-date=is used as part of a category name. It must be specified Template:Em square brackets, but Template:Em a "Category:" prefix. The full category name is obtained from the cat-date value, the word "from", and the date value.- For example, given
|cat-date=Category:Articles with dead external links |date=November 2025, the article will be placed in Category:Articles with dead external links from November 2025. - The Template:Para parameter is Template:Em normally pre-filled by any template using Template:Tlx or Template:Tlx as a meta-template; rather, it is coded in those derived templates as
|date={{{date|}}}so that an editor provided date is passed through (or null, otherwise).
- For example, given
See also
<templatedata>
{
"params": {
"nocat": {},
"cat-date": {},
"cat": {},
"cat-date2": {},
"cat2": {},
"cat-date3": {},
"cat3": {},
"date": {},
"name": {},
"text": {
"label": "Text",
"description": "Text to be displayed for the link"
},
"class": {
"description": "Additional CSS classes to add to the tag",
"type": "string"
},
"pre-text": {
"label": "Pre-text",
"description": "Optional unlinked text to be printed before the linked text",
"type": "line"
},
"link": {
"label": "Link",
"description": "The page that the text should link to",
"type": "wiki-page-name",
"default": "Wikipedia:Cleanup"
},
"title": {
"label": "Hover text",
"description": "Text that will be shown when the link is hovered over",
"type": "string",
"default": "The value of the {{{link}}} parameter"
},
"post-text": {
"label": "Post-text",
"description": "Optional unlinked text to print after the linked text",
"type": "line"
},
"special": {}
},
"format": "{{_|_=_}}"
}
</templatedata>