Template:Ticket: Difference between revisions
Jump to navigation
Jump to search
(helper template for tickets in dev.laptop.org) |
mNo edit summary |
||
Line 1: | Line 1: | ||
[http://dev.laptop.org/ticket/{{{1}}} {{{2| |
[http://dev.laptop.org/ticket/{{{1}}} {{{2|}}}#{{{1}}}]<noinclude> |
||
---- |
---- |
||
Line 10: | Line 10: | ||
| ticket <!-- UNNAMED PARAMETER — number of the ticket --> |
| ticket <!-- UNNAMED PARAMETER — number of the ticket --> |
||
| title <!-- UNNAMED PARAMETER — OPTIONAL — text going before the number |
| title <!-- UNNAMED PARAMETER — OPTIONAL — text going before the number |
||
(ie: bug, blocker, or whatever text). Default |
(ie: bug, blocker, or whatever text). Default "" --> |
||
<nowiki>}}</nowiki> |
<nowiki>}}</nowiki> |
||
Revision as of 21:22, 18 April 2008
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.