Template:YouTube: Difference between revisions
From VRChat Wiki
m fix: swap to embedvideo over custom impl |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#ev:youtube|id={{{id|{{{1|PWLPw4RE9Ig}}}}}}|width={{{width|{{{2|560px}}}}}}|poster={{{thumb|{{{3|PWLPw4RE9Ig}}}}}}}} | {{#ev:youtube|id={{{id|{{{1|PWLPw4RE9Ig}}}}}}|width={{{width|{{{2|560px}}}}}}|poster={{{thumb|{{{3|{{Thumbnail|{{{id|{{{1|PWLPw4RE9Ig}}}}}}}}}}}}}}|title={{{title|{{{4|}}}}}}}} | ||
<noinclude> | <noinclude> | ||
== Documentation == | == Documentation == | ||
| Line 12: | Line 12: | ||
{{YouTube|PWLPw4RE9Ig|100%}} <nowiki>{{YouTube|PWLPw4RE9Ig|100%}}</nowiki> | {{YouTube|PWLPw4RE9Ig|100%}} <nowiki>{{YouTube|PWLPw4RE9Ig|100%}}</nowiki> | ||
<hr> | <hr> | ||
{{YouTube|PWLPw4RE9Ig|thumb=File:VRChat - Create, Share, Play Thumbnail.webp}} <nowiki>{{YouTube|PWLPw4RE9Ig|thumb=File:VRChat - Create, Share, Play Thumbnail.webp}}</nowiki> | {{YouTube|PWLPw4RE9Ig|title=VRChat - Create, Share, Play|thumb=File:VRChat - Create, Share, Play Thumbnail.webp}} <nowiki>{{YouTube|PWLPw4RE9Ig|title=VRChat - Create, Share, Play|thumb=File:VRChat - Create, Share, Play Thumbnail.webp}}</nowiki> | ||
=== Template parameters === | === Template parameters === | ||
| Line 24: | Line 24: | ||
| width || <code>2</code>|| Width in CSS units (e.g. 200px, 100%), Default: 560px, Recommended for 9 / 16 Ratio: 360px | | width || <code>2</code>|| Width in CSS units (e.g. 200px, 100%), Default: 560px, Recommended for 9 / 16 Ratio: 360px | ||
|- | |- | ||
| thumb || <code>3</code>|| Local file to use as thumbnail | | thumb || <code>3</code>|| Local file to use as thumbnail | ||
|- | |||
| title || <code>4</code>|| Video title | |||
|} | |} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 22:54, 2 February 2026
Documentation
Embeds a YouTube video.
{{Youtube|id|width|thumb}}
Example Usage
{{YouTube|PWLPw4RE9Ig}}
{{YouTube|PWLPw4RE9Ig|200px}}
{{YouTube|PWLPw4RE9Ig|100%}}
{{YouTube|PWLPw4RE9Ig|title=VRChat - Create, Share, Play|thumb=File:VRChat - Create, Share, Play Thumbnail.webp}}
Template parameters
| Name | Variable | Description |
|---|---|---|
| id | 1 |
ID of the video |
| width | 2 |
Width in CSS units (e.g. 200px, 100%), Default: 560px, Recommended for 9 / 16 Ratio: 360px |
| thumb | 3 |
Local file to use as thumbnail |
| title | 4 |
Video title |