Difference between revisions of "Template:CVE/doc"
Jump to navigation
Jump to search
imported>Matthiaspaul (→Parameters: improved documentation) |
imported>Matthiaspaul (expanded doc) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 54: | Line 54: | ||
:{{CVE|2017-5753|2017-5715|leadout=and}} | :{{CVE|2017-5753|2017-5715|leadout=and}} | ||
| + | |||
| + | * Example 6 (up to 9 parameters at the same time): | ||
| + | |||
| + | :<nowiki> | ||
| + | {{CVE|2017-5753|2017-5715|link=no}} | ||
| + | </nowiki> | ||
| + | |||
| + | :will result in | ||
| + | |||
| + | :{{CVE|2017-5753|2017-5715|link=no}} | ||
| + | |||
| + | * Example 7 (up to 9 parameters at the same time): | ||
| + | |||
| + | :<nowiki> | ||
| + | {{CVE|2017-5753|2017-5715|leadout=and|link=no}} | ||
| + | </nowiki> | ||
| + | |||
| + | :will result in | ||
| + | |||
| + | :{{CVE|2017-5753|2017-5715|leadout=and|link=no}} | ||
==See also== | ==See also== | ||
*{{tl|Catalog lookup link}} | *{{tl|Catalog lookup link}} | ||
| − | <includeonly> | + | <includeonly>{{Sandbox other|| |
[[Category:Catalog lookup templates]] | [[Category:Catalog lookup templates]] | ||
| − | </includeonly> | + | }}</includeonly> |
Latest revision as of 22:30, 4 May 2020
| 40px | This is a documentation subpage for Template:CVE. It contains usage information, categories and other content that is not part of the original template page. |
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
- Example 2:
- {{CVE|2017-5753|candidate=yes}}
- will result in
- 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
- Example 5 (up to 9 parameters at the same time):
- {{CVE|2017-5753|2017-5715|leadout=and}}
- will result in
- Example 6 (up to 9 parameters at the same time):
- {{CVE|2017-5753|2017-5715|link=no}}
- will result in
- Example 7 (up to 9 parameters at the same time):
- {{CVE|2017-5753|2017-5715|leadout=and|link=no}}
- will result in
See also