Template:Ticket: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(+ Error message if ticket id is missing)
(+- Template:Error for error message; +- Slightly changed format of the link label)
 
Line 1: Line 1:
{{#if: {{{1|}}} | [http://sourceforge.net/p/flightgear/codetickets/{{{1}}}/ {{{2|ticket}}} {{{1}}}] | <big style="color:Red">{{tl|ticket}}: Ticket id missing</big> }}<!--
{{#if: {{{1|}}} <!-- Is the ticket id missing? -->
| <!-- No, go ahead -->
[http://sourceforge.net/p/flightgear/codetickets/{{{1}}}/ {{{2|Ticket}}} #{{{1}}}]
| <!-- Yes, throw an error -->
{{error|Ticket id missing|ticket}}
}}<!--
--><noinclude>{{Informative template|1=
--><noinclude>{{Informative template|1=
__NOTOC__
__NOTOC__
Line 10: Line 15:
; id: The number of the ticket on the issue tracker.
; id: The number of the ticket on the issue tracker.


; alt text: An optional alternative text to use instead of "issue".
; alt text: An optional alternative text to use instead of "Ticket".


== Examples ==
== Examples ==
Line 17: Line 22:


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


== Related templates ==
== Related templates ==

Latest revision as of 08:07, 6 July 2020

{{ticket}}: Ticket id missing

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 number of the ticket on the issue tracker.
alt text
An optional alternative text to use instead of "Ticket".

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

  • {{issue}} – 'Redirect' using this template to handle uses of the older name of the template.
  • {{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