Template:issuelink

A small template to link to an issue in the tracker.

It's a basic template that takes two key parms, and one optional parm as follows.

Given the link:

https://bitbucket.org/rude/love/issue/1/Microphone_Input

The template should be called as:

{{issuelink|issue=1}}

Resulting in:

issue #1

We can add the optional title parm to give it a nicer name:

{{issuelink|issue=1|title=Microphone input}}

Resulting in:

Microphone input