Difference between revisions of "Template:Bug"

From Armagetron
(New page: [https://launchpad.net/bugs/{{{1}}} {{{1}}}])
 
(Documented.)
 
Line 1: Line 1:
[https://launchpad.net/bugs/{{{1}}} {{{1}}}]
+
<noinclude>
 +
{{Use Sandbox}}
 +
 
 +
Use this template to link to a bug tracked on launchpad.
 +
 
 +
==Usage==
 +
<nowiki>{{Bug|bug number}}</nowiki>
 +
Where <code>bug number</code> is the little number you can see in the bug's URL on launchpad.
 +
===Example===
 +
For example, we want to link the bug which has for URL <code>https://launchpad.net/bugs/123</code>. <code>bug number</code> here is <code>123</code>, so type this:
 +
<nowiki>{{Bug|123}}</nowiki>
 +
Will produce:
 +
{{Bug|123}}
 +
 
 +
==Additional notes==
 +
* This works for any bug tracked on launchpad, not only Armagetron Advanced's.
 +
* This should not trigger the Bot countermeasures(CAPTCHA).
 +
 
 +
</noinclude><includeonly>[https://launchpad.net/bugs/{{{1}}} bug {{{1}}}]</includeonly>

Latest revision as of 12:40, 5 February 2009

Don't forget you can use the sandbox to test this! :)

Use this template to link to a bug tracked on launchpad.

Usage

{{Bug|bug number}}

Where bug number is the little number you can see in the bug's URL on launchpad.

Example

For example, we want to link the bug which has for URL https://launchpad.net/bugs/123. bug number here is 123, so type this:

{{Bug|123}}

Will produce:

bug 123

Additional notes

  • This works for any bug tracked on launchpad, not only Armagetron Advanced's.
  • This should not trigger the Bot countermeasures(CAPTCHA).