VideoTutorial

From RPTools Wiki
Revision as of 05:08, 26 June 2021 by Melek (talk | contribs) (Basic template for video tutorials.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template Usage

This template wraps video embed code intended for demonstration and tutorial videos.

Example Output

<iframe width="560" height="315" src="https://www.youtube.com/embed/9rVo2Yj-xcw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Example

{{VideoTutorial
|title=Tom Chapman's MapTool Tutorial
|URL=https://www.youtube.com/watch?v=9rVo2Yj-xcw
|embed=<iframe width="560" height="315" src="https://www.youtube.com/embed/9rVo2Yj-xcw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|caption=The first video in the series.

Source

Edit this section to view template source.