Template:Ticket

From OLPC
Jump to: navigation, search

#{{{1}}}


Simple 'helper' template to reference tickets in dev.laptop.org.

Usage

{{Ticket
  | 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 {{Ticket|1}} sums up the whole project.
The #1 sums up the whole project.
The {{Ticket|1752|Blocker}} was referenced in the news.
The Blocker#1752 was referenced in the news.

See also

Template:Trac, a similar template.

Also, wiki.laptop.org includes a <trac>nnnn</trac> extension tag that does something similar— maybe this template should switch to that?