Template:RT
Jump to navigation
Jump to search
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 doesn't sum 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