Difference between revisions of "Template:issuelink"

m
m
 
Line 18: Line 18:
  
 
</noinclude>
 
</noinclude>
<includeonly>[https://bitbucket.org/rude/love/issue/{{{issue|}}} {{{title|issue #{{{issue}}}</sup> }}}]</includeonly>
+
<includeonly>[https://bitbucket.org/rude/love/issue/{{{issue|}}} {{{title|issue #{{{issue}}} }}}]</includeonly>

Latest revision as of 22:49, 15 February 2011

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