Difference between revisions of "Template:OlpcBug"

From Sugar Labs
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 4: Line 4:
  
 
This template formats a link to Trac tickets on dev.laptop.org.
 
This template formats a link to Trac tickets on dev.laptop.org.
Fur bugs tracked in the Sugar Labs tracker, use [[Template:Bug]].
+
(Similar to [[Template:Trac]], but without an option to label the link.)
 +
 
 +
For bugs tracked in the Sugar Labs tracker, use [[Template:Bug]].
  
 
== Sample usage ==
 
== Sample usage ==
  
 
<tt>
 
<tt>
   <nowiki>{{</nowiki>Bug|''Trac ticket number''<nowiki>}}</nowiki></tt>
+
   <nowiki>{{</nowiki>OlpcBug|''Trac ticket number''<nowiki>}}</nowiki></tt>
 
 
<nowiki>{{Bug|5867}}</nowiki>
 
produces {{Bug|5867}}
 
  
== See also ==
+
<nowiki>{{OlpcBug|5867}}</nowiki>
* {{tl|Trac}}, a fancier template
+
produces {{OlpcBug|5867}}
* <nowiki><trac></nowiki> tag on http://wiki.laptop.org only (as of October 2007)
 
  
 
</noinclude>
 
</noinclude>

Latest revision as of 17:11, 15 July 2012

#{{{1}}}

This template formats a link to Trac tickets on dev.laptop.org. (Similar to Template:Trac, but without an option to label the link.)

For bugs tracked in the Sugar Labs tracker, use Template:Bug.

Sample usage

 {{OlpcBug|Trac ticket number}}
{{OlpcBug|5867}}

produces #5867