Template:Ticket: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Johan G moved page Template:Issue to Template:Ticket: Reflecting Gitorious vs. SourceForge jargon)
(issue → ticket – Gitorious vs. SourceForge jargon; Template:Tickets; +rel templ: register to sf, create ticket; +-rel templ: issue tracker → tickets)
Line 1: Line 1:
[http://sourceforge.net/p/flightgear/codetickets/{{{1}}}/ {{{2|issue}}} {{{1}}}]<!--
[http://sourceforge.net/p/flightgear/codetickets/{{{1}}}/ {{{2|ticket}}} {{{1}}}]<!--
--><noinclude>{{Informative template|1=
--><noinclude>{{Informative template|1=
__NOTOC__
__NOTOC__
== Goal ==
== Goal ==
This template can be used in running text to link to a specific issue on the [http://sourceforge.net/p/flightgear/codetickets/ FlightGear bug and feature request tracker].
This template can be used in running text to link to a specific ticket on the {{tickets|issue tracker}}.


== Usage ==
== Usage ==
  {{obr}}'''issue'''{{!}}id{{!}}''alt text''{{cbr}}
  {{obr}}'''ticket'''{{!}}id{{!}}''alt text''{{cbr}}


; id: The id of the issue on the tracker.
; id: The id of the issue on the tracker.
Line 13: Line 13:


== Examples ==
== Examples ==
  <nowiki>When global "reinit" ({{issue|419}}) get resolved it might be possible to change aircraft during the session.</nowiki>
  <nowiki>When global "reinit" ({{ticket|419}}) get resolved it might be possible to change aircraft during the session.</nowiki>
When global "reinit" ({{issue|419}}) get resolved it might be possible to change aircraft during the session.
When global "reinit" ({{ticket|419}}) get resolved it might be possible to change aircraft during the session.


  <nowiki>See {{issue|202|bug}} for the fix.</nowiki>
  <nowiki>See {{ticket|202|bug}} for the fix.</nowiki>
See {{issue|202|bug}} for the fix.
See {{ticket|202|bug}} for the fix.


== Related templates ==
== Related templates ==
{{tl|issue tracker}} – For linking to either ticket creation or account registration form
* {{tl|create ticket}} – For linking to a form creating a new issue tracker ticket
* {{tl|register to sf}} – For linking to the SourceForge form for registering a new account
* {{tl|tickets}} – For linking to the list of tickets on the issue tracker


}}
}}

Revision as of 21:18, 4 April 2015

ticket {{{1}}}

The following template description is not displayed when the template is inserted in an article.

Goal

This template can be used in running text to link to a specific ticket on the issue tracker.

Usage

{{ticket|id|alt text}}
id
The id of the issue on the tracker.
alt text
An optional alternative text to use instead of "issue".

Examples

When global "reinit" ({{ticket|419}}) get resolved it might be possible to change aircraft during the session.

When global "reinit" (ticket 419) get resolved it might be possible to change aircraft during the session.

See {{ticket|202|bug}} for the fix.

See bug 202 for the fix.

Related templates

  • {{create ticket}} – For linking to a form creating a new issue tracker ticket
  • {{register to sf}} – For linking to the SourceForge form for registering a new account
  • {{tickets}} – For linking to the list of tickets on the issue tracker