Template:Infobox bug/doc: Difference between revisions

Content deleted Content added
add templatedata
Line 123:
== Tracking category ==
* {{Category link with count|Category:Pages using infobox bug with unknown parameters}}
 
== TemplateData ==
{{TemplateData header}}
<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "The name of the bug",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "The logo of the bug, or any relevant image.",
"type": "wiki-file-name",
"suggested": true
},
"image_size": {
"label": "Image size",
"description": "Size of the image, in pixels.",
"example": "180px",
"type": "string",
"suggested": true
},
"alt": {
"label": "Alt text",
"description": "Alternate text for the image (see [[Wikipedia:Manual of Style/Accessibility/Alternative text for images]]).",
"type": "content"
},
"caption": {
"label": "Caption",
"description": "Caption of the image.",
"type": "content",
"suggested": true
},
"screenshot": {
"label": "Screenshot",
"description": "A screenshot of the bug.",
"type": "wiki-file-name"
},
"screenshot_size": {
"label": "Screenshot size",
"description": "The size of the screenshot, in pixels.",
"type": "string"
},
"screenshot_alt": {
"label": "Screenshot alt text",
"description": "Alternate text for the screenshot.",
"type": "content"
},
"screenshot_caption": {
"label": "Screenshot caption",
"description": "Caption for the screenshot.",
"type": "content"
},
"CVE": {
"description": "CVE (Common Vulnerabilities and Exposures) identification.",
"example": "[https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0160 CVE-2014-0160]",
"type": "content",
"suggested": true
},
"released": {
"label": "Released"
},
"discovered": {
"label": "Date of discovery",
"description": "The date when the bug was discovered. Use {{Start date and age}}.",
"type": "string"
},
"patched": {
"label": "Patch release",
"description": "Date of patch release. Use {{Start date and age}}.",
"type": "string"
},
"discoverer": {
"label": "Discoverer",
"description": "Discoverer of the bug.",
"type": "string"
},
"affected hardware": {
"label": "Affected hardware",
"description": "The hardware that the bug affects.",
"type": "content"
},
"affected software": {
"label": "Affected software",
"description": "The software the bug affects.",
"type": "content"
},
"used by": {
"label": "Used by"
},
"website": {
"label": "Website",
"description": "Website for the bug (use {{URL}})",
"type": "string"
}
},
"format": "block",
"description": "This infobox is used to add an infobox to article about software bugs, vulnerabilities and security bugs."
}
</templatedata>
 
== See also ==