From Fedora Project Wiki

m (Add category)
m (re-word)
Line 1: Line 1:
{{#if: {{{1|}}} | <code>[https://fedorahosted.org/{{{1}}} {{{1}}}] {{#if: {{{2|}}} |[https://fedorahosted.org/{{{1}}}/ticket/{{{2}}} #{{{2}}}] | [https://fedorahosted.org/{{{1}}}/newticket File ticket]}} </code> }} <noinclude>
{{#if: {{{1|}}} | <code>[https://fedorahosted.org/{{{1}}} {{{1}}} trac] {{#if: {{{2|}}} |ticket#[https://fedorahosted.org/{{{1}}}/ticket/{{{2}}} {{{2}}}] | [https://fedorahosted.org/{{{1}}}/newticket File ticket]}} </code> }} <noinclude>
{{tempdoc}}
{{tempdoc}}
[[Category:QA_Templates]]
[[Category:QA_Templates]]
</noinclude>
</noinclude>

Revision as of 12:51, 14 June 2010

Template documentation [edit]

This documentation is transcluded from Template:Ticket/doc. It will not be transcluded on pages that use this template.

This template is used to return a formatted URL to a fedorahosted.org TRAC ticket.

Parameters

Hosted Project Name

A valid fedora hosted project. For a list of projects, see https://fedorahosted.org/web. Examples include:

  • fedora-qa
  • rel-eng
  • infrastructure

Ticket Number

An optional TRAC ticket number to reference. Must be a valid ticket number for the project referenced.

Examples

{{Ticket|fedora-qa}}
fedora-qa trac File ticket
{{Ticket|infrastructure|2120}}
infrastructure trac ticket#2120