Difference between revisions of "Template:RHSA"
(fix example) |
m (Protected "Template:RHSA" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [http://rhn.redhat.com/errata/RHSA-{{{1}}}.html RHSA-{{{1 | + | <includeonly>[http://rhn.redhat.com/errata/RHSA-{{#replace:{{#sub:{{{1}}}|0|9}}|:|-}}.html RHSA-{{{1}}}]</includeonly><noinclude> |
Put in an RHSA (Red Hat Security Advisory) number with a link. | Put in an RHSA (Red Hat Security Advisory) number with a link. | ||
== Usage == | == Usage == | ||
− | <pre><nowiki>{{RHSA|2007:0993 | + | <pre><nowiki>{{RHSA|2007:0993-13}}</nowiki></pre> |
will give you | will give you | ||
− | {{RHSA|2007:0993 | + | {{RHSA|2007:0993-13}}. |
+ | |||
+ | <pre><nowiki>{{RHSA|2007:0936}}</nowiki></pre> | ||
+ | will give you | ||
+ | {{RHSA|2007:0936}}. | ||
+ | |||
+ | == Notes == | ||
+ | |||
+ | This template relies on [[mw:Extension:StringFunctions|StringFunctions]] extension installed. | ||
+ | |||
+ | == See also == | ||
+ | * [[Template:CVE]] | ||
+ | * [[Template:Bug]] | ||
[[Category: Templates for kernel download pages]] | [[Category: Templates for kernel download pages]] | ||
</noinclude> | </noinclude> |
Latest revision as of 10:58, 16 August 2010
Put in an RHSA (Red Hat Security Advisory) number with a link.
Usage
{{RHSA|2007:0993-13}}
will give you RHSA-2007:0993-13.
{{RHSA|2007:0936}}
will give you RHSA-2007:0936.
Notes
This template relies on StringFunctions extension installed.