Difference between revisions of "Template:CVE/doc"

From blackwiki
Jump to navigation Jump to search
imported>Matthiaspaul
(updated doc)
imported>Matthiaspaul
(added example)
Line 16: Line 16:
 
:{{CVE|2017-5754}}
 
:{{CVE|2017-5754}}
  
*Example 2 (up to 9 parameters at the same time):
+
*Example 2:
 +
 
 +
:<nowiki>
 +
{{CVE|2017-5754|link=no}}
 +
</nowiki> 
 +
 
 +
:will result in
 +
 
 +
:{{CVE|2017-5754|link=no}}
 +
 
 +
*Example 3 (up to 9 parameters at the same time):
  
 
:<nowiki>
 
:<nowiki>

Revision as of 11:43, 20 July 2019

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-5754|link=no}}
will result in
CVE-2017-5754
  • Example 3 (up to 9 parameters at the same time):
{{CVE|2017-5753|2017-5715}}
will result in
CVE-2017-5753, CVE-2017-5715
{{CVE|2017-5753|candidate=yes}}
will result in
CAN-2017-5753

See also