Changes between Version 1 and Version 2 of PageTemplates/VideoTutorials
- Timestamp:
- 06/25/14 14:22:19 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PageTemplates/VideoTutorials
v1 v2 1 == HeuristicLab Video Tutorials ==2 1 = <Tutorial Title> = 3 2 4 === Abstract ===5 3 <brief description> 4 5 {{{ 6 #!html 7 <div style="text-align: center; margin-top: 2em; margin-bottom: 2em;"> 8 <iframe width="800" height="450" src="//www.youtube-nocookie.com/embed/NGnDC14Pfic?rel=0&authohide=1&modestbranding=1" frameborder="0" allowfullscreen></iframe> 9 </div> 10 }}} 11 12 === Additional Material === 13 * link to attachment, wiki page, etc. 14 * link to attachment, wiki page, etc. 6 15 7 16 === Keywords === … … 9 18 * keyword 2 10 19 * keyword 3 11 12 === Additional Material ===13 * link to attachment, wiki page, etc.14 * link to attachment, wiki page, etc.15 16 === Video ===17 {{{18 #!html19 <iframe width="800" height="450" src="//www.youtube-nocookie.com/embed/NGnDC14Pfic?rel=0&authohide=1&modestbranding=1" frameborder="0" allowfullscreen></iframe>20 }}}