Template:RT: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
[http://rt.laptop.org/Ticket/Display.html?id={{{1}}} {{{2|}}}#{{{1}}}]<noinclude>
[http://rt.laptop.org/Ticket/Display.html?id={{{1}}} RT #{{{1}}} {{{2|}}}]<noinclude>


----
----


Simple 'helper' template to [http://rt.laptop.org/query reference tickets] in [http://RT.laptop.org/ RT].
Simple 'helper' template to [http://rt.laptop.org/ reference tickets] in [http://rt.laptop.org/ RT].


== Usage ==
== Usage ==

Revision as of 11:28, 20 August 2008

RT #{{{1}}}


Simple 'helper' template to reference tickets in RT.

Usage

{{RT
  | ticket   <!-- UNNAMED PARAMETER — number of the ticket -->
  | title    <!-- UNNAMED PARAMETER — OPTIONAL — text going before the number
                     (ie: bug, blocker, or whatever text). Default "" -->
}}

Sample

{{RT|1}} sums up the whole project.
The RT #1  doesn't sum up the whole project.
The {{RT|1752|Blocker}} was referenced in the news.
The RT #1752 Blocker was referenced in the news.

RT #14244 RT Structural Changes Needed for G1G1 2008

See also

Template:Trac, a similar template. Template:Ticket, from which this is based