Template:YoutubeVideo: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Got around to fixin this (I think this is a fix...)) | No edit summary | ||
| Line 1: | Line 1: | ||
| <div style="width: 100%; text-align: {{{alignment|center | <div style="width: 100%; text-align: {{#if: {{{alignment|}}}|{{{alignment}}}|center}};"> | ||
| <div style="display: inline-block; text-align: left;"> | <div style="display: inline-block; text-align: left;"> | ||
| <div style="width: {{{width| | <div style="width: {{#if: {{{width|}}}|{{{width}}}px|640px}}; margin: 20px auto; padding: 10px; border: 1px solid #ccc;"> | ||
| <iframe width="{{#if: {{{width|}}}|{{{width}}}|640}}" height="{{#expr: round(({{{width|}}} * 9) / 16, 0)}}" src="https://www.youtube.com/embed/{{{videoURL}}}" frameborder="0" allowfullscreen></iframe> | |||
| <iframe width="{{#if: {{{width|}}}|{{{width}}}|640}}" height="{{#expr: ({{{width|}}} * 0 | <div style="text-align: center;"><small>{{{caption|}}}</small></div> | ||
| </div> | </div> | ||
| </div> | </div> | ||
| </div> | </div> | ||
| <noinclude> | <noinclude> | ||
| <templatedata> | <templatedata> | ||
Revision as of 00:30, 27 December 2023
<iframe width="640" height="Expression error: Unexpected round operator." src="https://www.youtube.com/embed/{{{videoURL}}}" frameborder="0" allowfullscreen></iframe>
Stylishly embed youtube videos!
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| videoURL | videoURL | no description 
 | URL | required | 
| alignment | alignment | center is heavily suggested, as aligning it left/right can mess with the formatting of the article 
 | Unknown | required | 
| Video Width | width | no description 
 | Number | suggested | 
| Video Height | height | no description 
 | Number | suggested | 
| caption | caption | no description | Unknown | optional |