Template:YouTube Video: Difference between revisions
Template page
More actions
imported>PurPur13 Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..." |
imported>PurPur13 No edit summary |
||
| Line 6: | Line 6: | ||
<caption source="caption1"/> | <caption source="caption1"/> | ||
</image> | </image> | ||
<data source=" | <data source="video_id"> | ||
<label> | <label>Video ID</label> | ||
</data> | </data> | ||
<data source=" | <data source="uploader"> | ||
<label> | <label>Uploader</label> | ||
</data> | </data> | ||
<data source="collab_with"> | |||
<label>Collab with</label> | |||
</data> | |||
<data source="original_title"> | |||
<label>Original title</label> | |||
</data> | |||
<data source="thumbnail_creator"> | |||
<label>Thumbnail creator</label> | |||
</data> | |||
<group> | |||
<header>Content</header> | |||
<data source="category"> | |||
<label>Category</label> | |||
</data> | |||
<data source="type"> | |||
<label>Type</label> | |||
</data> | |||
<data source="length"> | |||
<label>Length</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Chronology</header> | |||
<data source="previous"> | |||
<label>Previous</label> | |||
</data> | |||
<data source="next"> | |||
<label>Next</label> | |||
</data> | |||
<data source="series"> | |||
<label>Series</label> | |||
</data> | |||
<data source="upload_date"> | |||
<label>Upload date</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Community</header> | |||
<data source="viewers"> | |||
<label>Viewers</label> | |||
</data> | |||
<data source="likes"> | |||
<label>Likes</label> | |||
</data> | |||
<data source="dislikes"> | |||
<label>Dislikes</label> | |||
</data> | |||
<data source="comments"> | |||
<label>Comments</label> | |||
</data> | |||
<data source="pinned_comment_author"> | |||
<label>Pinned Comment Author</label> | |||
</data> | |||
<data source="hearted_comment(s)_author(s)"> | |||
<label>Hearted Comment(s) Author(s)</label> | |||
</data> | |||
<data source="twitter_mentions"> | |||
<label>{{tt|Twitter Mentions|information found using TubeBuddy}}</label> | |||
</data> | |||
<data source="facebook_likes"> | |||
<label>{{tt|Facebook Likes|information found using TubeBuddy}}</label> | |||
</data> | |||
<data source="reddit_upvotes"> | |||
<label>{{tt|Reddit Upvotes|information found using TubeBuddy}}</label> | |||
</data> | |||
<data source="subtitle_languages"> | |||
<label>Subtitle Languages</label> | |||
</data> | |||
</group> | |||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage:<pre> | ||
{{YouTube Video | {{YouTube Video | ||
|image1=Example | |image1=Example | ||
|caption1=Example | |caption1=Example | ||
| | |title1=Example | ||
| | |video_id=Example | ||
|uploader=Example | |||
|collab_with=Example | |||
|original_title=Example | |||
|category=Example | |||
|type=Example | |||
|length=Example | |||
|previous=Example | |||
|next=Example | |||
|series=Example | |||
|upload_date=Example | |||
|viewers=Example | |||
|likes=Example | |||
|dislikes=Example | |||
|comments=Example | |||
|pinned_comment_author=Example | |||
|hearted_comment(s)_author(s)=Example | |||
|twitter_mentions=Example | |||
|facebook_likes=Example | |||
|reddit_upvotes=Example | |||
|subtitle_languages=Example | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||