Difference between revisions of "Template:Weapon Demonstration/doc"
m (Created page with "To display weapon demonstration videos on pages. See Weapon Demonstration project for more...") |
Kestrelguy (talk | contribs) m (Moved from the "Templates" category to the "Template documentation" subcategory.) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | To display [[Team Fortress Wiki:Weapon Demonstration|weapon demonstration]] videos on pages. See [[Team Fortress Wiki:Weapon Demonstration|Weapon Demonstration | + | To display [[Team Fortress Wiki:Weapon Demonstration|weapon demonstration]] videos on pages. See [[Team Fortress Wiki:Weapon Demonstration|Weapon Demonstration Project Video]] for more info on specific videos. |
=== Usage === | === Usage === | ||
Line 8: | Line 8: | ||
* {{tlx|Weapon Demonstration}} on the Scattergun article generates: | * {{tlx|Weapon Demonstration}} on the Scattergun article generates: | ||
− | {{Weapon Demonstration| | + | {{Weapon Demonstration|iA7lAe9fcuc}} |
To manually choose a weapon video, insert the YouTube video ID as an unnamed parameter: | To manually choose a weapon video, insert the YouTube video ID as an unnamed parameter: | ||
Line 36: | Line 36: | ||
Parameters <code>width</code> and <code>ratio</code> work like the {{tl|Youtube}} template. | Parameters <code>width</code> and <code>ratio</code> work like the {{tl|Youtube}} template. | ||
− | [[ | + | As weapon demonstrations frequently become outdated with patches, this template can be adapted to flag demonstrations as "outdated". By editing [[Template:Dictionary/demonstrations#Outdating Patches|this page]], and adding code as such: <code>scattergun-outdate: <nowiki>{{patch name|6|27|2012|date=true}}</nowiki></code>.<br> |
− | </ | + | This will appear on the page as: <span style="color:red">Note:</span> This demonstration has been out of date since {{Patch name|6|27|2012|date=true}}. |
+ | |||
+ | [[Category:Template documentation|Weapon Demonstration]] |
Latest revision as of 01:02, 6 July 2021
To display weapon demonstration videos on pages. See Weapon Demonstration Project Video for more info on specific videos.
Usage
Simply place the template on the weapon article.
If a link to a patch which outdates the demonstration is found in {{Dictionary/demonstrations}}
, it will display a notice that the demonstration is outdated.
{{Weapon Demonstration}}
on the Scattergun article generates:
Demonstration
To manually choose a weapon video, insert the YouTube video ID as an unnamed parameter:
{{Weapon Demonstration|y0A7D2ufqrU}}
To manually choose a weapon video by weapon name, insert the name of the weapon as weapon
parameter:
{{Weapon Demonstration|weapon=Bat}}
To customize the level of the header, add the headerlevel
parameter:
{{Weapon Demonstration|headerlevel=h3}}
To remove the header, add the noheader
parameter:
{{Weapon Demonstration|noheader=true}}
To remove the hatnote (but not the header), add the nohatnote
parameter:
{{Weapon Demonstration|nohatnote=true}}
To make the video show up as a thumbnail, use tn=yes
:
{{Weapon Demonstration|weapon=Homewrecker|tn=yes}}
Parameters width
and ratio
work like the {{Youtube}}
template.
As weapon demonstrations frequently become outdated with patches, this template can be adapted to flag demonstrations as "outdated". By editing this page, and adding code as such: scattergun-outdate: {{patch name|6|27|2012|date=true}}
.
This will appear on the page as: Note: This demonstration has been out of date since June 27, 2012.