Template:Vodlink
From QWiki
Documentation (view - edit)
This template produces a small image () that links to a vod.
Parameters
- | gamenum=
- Optional. If specified, this will populate the hoverover text for the VOD icon. If gamenum is between 1-9, image will have the number of the game over the icon.
- | source=
- Specify the source for the VOD. Acceptable arguments are:
- TLPD or TLPD-KR - Means vod= uses a TLPD ID that came from the TLPD SC2 Korean. E.G. Use source=TLPD if you're using vod=85720 from the link below:
- TLPD-INT - Means vod= uses a TLPD ID that came from the TLPD SC2 International. E.G. Use source=TLPD-INT if you're using vod=86361 from the link below:
- URL - Means vod= is a standard URL. E.G. Use source=URL if vod=http://www.youtube.com/bestVODever
- | vod=
- Either the TLPD ID for the game (see above), or the full URL for the VOD.
Blank template for vods with Korean TLPD IDs
You can copy the code snippet below and fill in the parameters to customize this template. gamenum= is optional.
{{vodlink |gamenum= |vod= |source=tlpd }}
Blank template for vods with International TLPD IDs
You can copy the code snippet below and fill in the parameters to customize this template. gamenum= is optional.
{{vodlink |gamenum= |vod= |source=tlpd-int }}
Blank template for vods that are not on TLPD
You can copy the code snippet below and fill in the parameters to customize this template. gamenum= is optional.
{{vodlink |gamenum= |vod= |source=url }}
Example 1
This code:
{{vodlink |gamenum=1 |vod=http://www.teamliquid.net |source=url }}
Example 2
This code:
{{vodlink |gamenum=2 |vod=86361 |source=tlpd-int }}
Example 3
This code:
{{vodlink |gamenum=2 |source=tlpd |vod=86361 }}
Adapted from Liquipedia