VideoTutorial: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Simplify template since embeds don't work.)
No edit summary
Line 1: Line 1:
<noinclude>
==Example VideoTutorial Template Output==
=Template Usage=
This template wraps video embed code intended for demonstration and tutorial videos.
 
==Example Output==
{{VideoTutorial
{{VideoTutorial
|https://www.youtube.com/watch?v=9rVo2Yj-xcw
|https://www.youtube.com/watch?v=9rVo2Yj-xcw
Line 9: Line 5:
|caption=The first video in the series.
|caption=The first video in the series.
}}
}}
==Example==
<pre>{{VideoTutorial
|https://www.youtube.com/watch?v=9rVo2Yj-xcw
|title=Tom Chapman's MapTool Tutorial
|caption=The first video in the series.
}}</pre>
=Source=
Edit this section to view template source.
</noinclude><includeonly><div style="float:right; padding:.5rem; border: 1px solid grey; background: #fafafa" class="video_tutorial">
<a href="{{{1}}}" target="_blank"><strong>{{#if: {{{2|}}} | {{{2}}} | Video Tutorial}}</strong></a>
{{#if: {{{3|}}} | <br><em>{{{3}}}</em> |}}
</div>
[[Category:Pages with Video Tutorials]]</includeonly>
<noinclude>[[Category:Templates]]</noinclude>

Revision as of 05:21, 26 June 2021

Example VideoTutorial Template Output