Jump to content

Template:Fixed since

From FlightGear wiki

Tick icon Fixed since

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

Goal

To use when a task is done.

Usage

{{fixed since |release= |repo= |commit=}}
release
Optional FlightGear release from when the task was done.
repo
Optional source code repository for when linking to a commit.
commit
Optional commit. Must have a repository defined.

Example

FlightGear version

{{fixed since|release=2.10+}}

Tick icon Fixed since 2.10+

Commit

{{Fixed since|repo=simgear|commit=a97e14}}

Tick icon Fixed since SimGear commit a97e14

Technical details

The commit links uses the repository commit link templates. For a summary of those see the repo commit links section the table on the Category:Repository link templates category page.