User:DoubleYou/testpack/Video: Difference between revisions

From Step Mods | Change The Game
(Created page with "<includeonly>{{#tag:hsyoutube|http://www.youtube.com/watch?v={{{1}}}|title={{{2}}}|caption={{{3}}}}}</includeonly> <noinclude> ==Usage Examples== This template displays a Yout...")
 
No edit summary
Line 7: Line 7:
''parameter 3'' is the caption<br>
''parameter 3'' is the caption<br>
'''Code:'''
'''Code:'''
<pre>{{User:DoubleYou/testpack/Video
<pre>
{{User:DoubleYou/testpack/Video
|j4ZQpzf_iAE
|j4ZQpzf_iAE
|This is the title
|This is the title
|This is the caption
|This is the caption
}}</pre>
}}</pre>
'''Result:'''
'''Result:'''<br>
{{User:DoubleYou/testpack/Video
{{User:DoubleYou/testpack/Video
|j4ZQpzf_iAE
|j4ZQpzf_iAE

Revision as of 22:05, August 18, 2014


Usage Examples

This template displays a Youtube video link using the Highslide plugin.
parameter 1 is the Youtube id
parameter 2 is the title
parameter 3 is the caption
Code:

{{User:DoubleYou/testpack/Video
|j4ZQpzf_iAE
|This is the title
|This is the caption
}}

Result:
This is the title

This is the caption