Difference between revisions of "Template:Bug"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(use interwiki)
m (Protected "Template:Bug" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>[[bug:{{{1}}}|OpenVZ Bug #{{{1}}}]]</includeonly><noinclude>This template is obsoleted, use interwiki syntax instead.
+
[[bugzilla:{{{1}}}|OpenVZ Bug #{{{1}}}]]<noinclude>
  
Example: <nowiki>[[bug:567]]</nowiki> will produce [[bug:a567]].
+
Used to insert a link to a bug.
 +
 
 +
== Usage ==
 +
<pre><nowiki>{{Bug|123}}</nowiki></pre>
 +
will give you
 +
{{Bug|123}}
 +
 
 +
== See also ==
 +
* [[Template:B]] for short link to a bug
 +
 
 +
[[Category: Templates for download pages]]
 +
</noinclude>

Latest revision as of 13:43, 20 July 2010

[[bugzilla:{{{1}}}|OpenVZ Bug #{{{1}}}]]

Used to insert a link to a bug.

Usage

{{Bug|123}}

will give you OpenVZ Bug #123

See also