Difference between revisions of "Template:Bug"

From Sugar Labs
Jump to navigation Jump to search
(Template:Bug moved to Template:OlpcBug: Use Bug for dev.sugarlabs.org bugs, OlpcBug for dev.laptop.org bugs.)
 
Line 1: Line 1:
#REDIRECT [[Template:OlpcBug]]
+
[http://dev.sugarlabs.org/ticket/{{{1|0000}}} #{{{1}}}][[Category:Trac Reference]]<noinclude>
 +
 
 +
[[Category:Template]]
 +
 
 +
This template formats a link to Trac tickets on dev.sugarlabs.org.
 +
See also [[Template:OlpcBug]].
 +
 
 +
== Sample usage ==
 +
 
 +
<tt>
 +
  <nowiki>{{</nowiki>Bug|''Trac ticket number''<nowiki>}}</nowiki></tt>
 +
 
 +
<nowiki>{{Bug|5867}}</nowiki>
 +
produces {{Bug|5867}}
 +
 
 +
== See also ==
 +
* {{tl|Trac}}, a fancier template
 +
* <nowiki><trac></nowiki> tag on http://wiki.laptop.org only (as of October 2007)
 +
 
 +
</noinclude>

Revision as of 00:30, 26 November 2008

#{{{1}}}

This template formats a link to Trac tickets on dev.sugarlabs.org. See also Template:OlpcBug.

Sample usage

 {{Bug|Trac ticket number}}
{{Bug|5867}}

produces #5867

See also