Difference between revisions of "Template:Blueprint"

From Armagetron
m (Emphasized)
(Documented.)
 
Line 1: Line 1:
<div style="margin: 10px 50px 10px 50px; padding: 10px 10px 10px 13px; background-color: rgb(236, 236, 255); border: 1px solid rgb(0, 0, 255)">This wiki page has [https://blueprints.launchpad.net/armagetronad/+spec/{{{1}}} an associated Blueprint] on launchpad.</div>
+
<noinclude>
 +
{{Use Sandbox}}
 +
 
 +
Use this template to link to a blueprint tracked on launchpad.
 +
 
 +
==Usage==
 +
<nowiki>{{Blueprint|blueprint name}}</nowiki>
 +
Where <code>blueprint name</code> is what you find after the <code><nowiki>https://blueprints.launchpad.net/armagetronad/+spec/</nowiki></code> part from the URL on launchpad.
 +
===Example===
 +
For example, we want to link the blueprint which has for URL <code>https://blueprints.launchpad.net/armagetronad/+spec/sound-engine</code>. <code>blueprint name</code> here is <code>sound-engine</code>, so type this:
 +
<nowiki>{{Blueprint|sound-engine}}</nowiki>
 +
It will produce this:
 +
{{Blueprint|sound-engine}}
 +
 
 +
==Additional notes==
 +
* This will only work for blueprints related to Armagetron Advanced.
 +
* This should not trigger the Bot countermeasures(CAPTCHA).
 +
 
 +
==See Also==
 +
* [[Template:Bug]]
 +
* [[Template:Topic]]
 +
 
 +
</noinclude><includeonly><div style="margin: 10px 50px 10px 50px; padding: 10px 10px 10px 13px; background-color: rgb(236, 236, 255); border: 1px solid rgb(0, 0, 255)">This wiki page has [https://blueprints.launchpad.net/armagetronad/+spec/{{{1}}} an associated Blueprint] on launchpad.</div></includeonly>

Latest revision as of 13:55, 5 February 2009

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

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

Usage

{{Blueprint|blueprint name}}

Where blueprint name is what you find after the https://blueprints.launchpad.net/armagetronad/+spec/ part from the URL on launchpad.

Example

For example, we want to link the blueprint which has for URL https://blueprints.launchpad.net/armagetronad/+spec/sound-engine. blueprint name here is sound-engine, so type this:

{{Blueprint|sound-engine}}

It will produce this:

This wiki page has an associated Blueprint on launchpad.

Additional notes

  • This will only work for blueprints related to Armagetron Advanced.
  • This should not trigger the Bot countermeasures(CAPTCHA).

See Also