Difference between revisions of "Template:CVE/doc"

From blackwiki
Jump to navigation Jump to search
imported>Matthiaspaul
(→‎Parameters: improved documentation)
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
Line 58: Line 58:
 
*{{tl|Catalog lookup link}}
 
*{{tl|Catalog lookup link}}
  
<includeonly>
+
<includeonly>{{Sandbox other||
 
[[Category:Catalog lookup templates]]
 
[[Category:Catalog lookup templates]]
</includeonly>
+
}}</includeonly>

Revision as of 22:44, 24 April 2020

Usage

This template frames links to Common Vulnerabilities and Exposures IDs (CVE-IDs) database entries. Via the |id= parameter it can be used inside of the various {{citation}} and {{cite}} templates as well.

Parameters

  • Example 1:
{{CVE|2017-5754}}
will result in
CVE-2017-5754
  • Example 2:
{{CVE|2017-5753|candidate=yes}}
will result in
CAN-2017-5753
  • Example 3:
{{CVE|2017-5754|link=no}}
will result in
CVE-2017-5754
  • Example 4 (up to 9 parameters at the same time):
{{CVE|2017-5753|2017-5715}}
will result in
CVE-2017-5753, CVE-2017-5715
  • Example 5 (up to 9 parameters at the same time):
{{CVE|2017-5753|2017-5715|leadout=and}}
will result in
CVE-2017-5753 and CVE-2017-5715

See also