Template:RT

From OLPC
Revision as of 11:24, 20 August 2008 by Adricnet (talk | contribs) (Clone Template:RT from Template:Ticket)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

#{{{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

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

See also

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