Template:Ticket: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Adding an extra parameter to allow for example "bug" to be used instead of "issue")
m (Parameters as definition lists)
Line 8: Line 8:
  <nowiki>{{</nowiki>'''issue'''<nowiki>|</nowiki>issue id<nowiki>|</nowiki>''alternative text''<nowiki>}}</nowiki>
  <nowiki>{{</nowiki>'''issue'''<nowiki>|</nowiki>issue id<nowiki>|</nowiki>''alternative text''<nowiki>}}</nowiki>


* <tt>'''issue id'''</tt>: The id of the issue on the tracker, an integer number
;issue id: The id of the issue on the tracker, an integer number
* <tt>'''''alternative text'''''</tt>: An optional alternative text to use instead of "issue"
 
;alternative text: An optional alternative text to use instead of "issue"


== Examples ==
== Examples ==

Revision as of 17:39, 7 December 2013

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|issue id|alternative text}}
issue id
The id of the issue on the tracker, an integer number
alternative 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 report}} for the fix.

See bug report #202 for the fix.