Template:Infobox bug/doc

From Wikipedia, the free encyclopedia

This infobox is used to add an infobox to article about software bugs, vulnerabilities and security bugs.

Usage[edit]

{{{name}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]]
{{{caption}}}
[[File:{{{screenshot}}}|{{{screenshot_size}}}|alt={{{screenshot_alt}}}]]
{{{screenshot_caption}}}
CVE identifier(s){{{CVE}}}
Date discovered{{{discovered}}}
Date patched{{{patched}}}
Discoverer{{{discoverer}}}
Affected hardware{{{affected hardware}}}
Affected software{{{affected software}}}
Used by{{{used by}}}
Website{{{website}}}
{{Infobox bug
| name = 
| image = 
| image_size = 
| alt = 
| caption = 
| screenshot = 
| screenshot_size = 
| screenshot_alt = 
| screenshot_caption = 
| CVE = 
| discovered = 
| patched = 
| discoverer = 
| affected hardware = 
| affected software = 
| used by = 
| website = 
}}

Parameters[edit]

Infobox bug parameters and basic guidelines
Parameter Explanation
name The name of the bug
image The logo of the bug or any image
image_size The size of the image
alt Alternate text for the image
caption Caption for the image
screenshot Screenshot of the bug
screenshot_size The size of the screenshot
screenshot_alt Alternate text for the screenshot
screenshot_caption Caption for the screenshot
CVE CVE (Common Vulnerabilities and Exposures) identification (example: CVE-2014-0160)
discovered Date of discovery (use {{Start date and age}})
patched Date of patch release (use {{Start date and age}})
discoverer Discoverer
affected hardware Affected hardware
affected software Affected software
used by
website Website for the bug (use {{URL}})

Example[edit]

Heartbleed
Logo representing Heartbleed. Security company Codenomicon gave Heartbleed both a name and a logo, contrbuting to public awareness of the issue.
CVE identifier(s)CVE-2014-0160
Date discoveredApril 1, 2014; 10 years ago (2014-04-01)
Date patchedApril 7, 2014; 10 years ago (2014-04-07)
DiscovererNeel Mehta
Affected softwareOpenSSL (1.0.1)
Websiteheartbleed.com
{{Infobox bug
| name = Heartbleed
| image = Heartbleed.svg
| image_size = 180px
| caption = Logo representing Heartbleed. Security company [[Codenomicon]] gave Heartbleed both a name and a logo, contrbuting to public awareness of the issue.
| CVE = [https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0160 CVE-2014-0160]
| discovered = {{Start date and age|2014|4|1}}
| patched = {{Start date and age|2014|4|7}}
| discoverer = Neel Mehta
| affected software = [[OpenSSL]] (1.0.1)
| website = {{URL|heartbleed.com}}
}}

Tracking category[edit]

TemplateData[edit]

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Infobox bug in articles based on its TemplateData.

TemplateData for Infobox bug

This infobox is used to add an infobox to article about software bugs, vulnerabilities and security bugs.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

The name of the bug

Stringrequired
Imageimage

The logo of the bug, or any relevant image.

Filesuggested
Image sizeimage_size

Size of the image, in pixels.

Example
180px
Stringsuggested
Alt textalt

Alternate text for the image (see [[Wikipedia:Manual of Style/Accessibility/Alternative text for images]]).

Contentoptional
Captioncaption

Caption of the image.

Contentsuggested
Screenshotscreenshot

A screenshot of the bug.

Fileoptional
Screenshot sizescreenshot_size

The size of the screenshot, in pixels.

Stringoptional
Screenshot alt textscreenshot_alt

Alternate text for the screenshot.

Contentoptional
Screenshot captionscreenshot_caption

Caption for the screenshot.

Contentoptional
CVECVE

CVE (Common Vulnerabilities and Exposures) identification.

Example
[https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0160 CVE-2014-0160]
Contentsuggested
Releasedreleased

no description

Unknownoptional
Date of discoverydiscovered

The date when the bug was discovered. Use {{Start date and age}}.

Stringoptional
Patch releasepatched

Date of patch release. Use {{Start date and age}}.

Stringoptional
Discovererdiscoverer

Discoverer of the bug.

Stringoptional
Affected hardwareaffected hardware

The hardware that the bug affects.

Contentoptional
Affected softwareaffected software

The software the bug affects.

Contentoptional
Used byused by

no description

Unknownoptional
Websitewebsite

Website for the bug (use {{URL}})

Stringoptional

See also[edit]