Template:Ticket: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Removing the number sign; +-cat: Templates → Link templates)
(Update)
Line 1: Line 1:
[https://code.google.com/p/flightgear-bugs/issues/detail?id={{{1}}} {{{2|issue}}} {{{1}}}]<noinclude>
[http://sourceforge.net/p/flightgear/codetickets/{{{1}}}/ {{{2|issue}}} {{{1}}}]<!--
{{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 [https://code.google.com/p/flightgear-bugs/ FlightGear bug and feature request tracker].
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].


== Usage ==
== Usage ==
  <nowiki>{{</nowiki>'''issue'''<nowiki>|</nowiki>issue id<nowiki>|</nowiki>''alternative text''<nowiki>}}</nowiki>
  {{obr}}'''issue'''{{!}}id{{!}}''alt text''{{cbr}}


;issue id: The id of the issue on the tracker, an integer number
; id: The id of the issue on the tracker.


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


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


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


[[Category:Link templates]]
[[Category:Link templates]]
}}
 
</noinclude>
</noinclude>

Revision as of 17:24, 17 March 2015

issue {{{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 issue on the FlightGear bug and feature request tracker.

Usage

{{issue|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" ({{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.

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

See bug 202 for the fix.