Template:YTCite: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
"required": true, | "required": true, | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Falco" | |||
] | ] | ||
}, | }, | ||
"channel_icon": { | "channel_icon": { | ||
"label": "Channel Icon", | "label": "Channel Icon", | ||
"description": "The icon for the channel.", | "description": "The icon for the channel, give as the name of the file but don't use the `File:` prefix.", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Falco.jpg" | |||
] | ], | ||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 57: | Line 59: | ||
"title", | "title", | ||
"time", | "time", | ||
"channel_icon" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 19:19, 22 January 2025
[[File:|25px|link=]] “{{{channel}}}” video: “{{{title}}}”.
Example
E.g:
{{YTCite|w8QqBQZEZdM|channel=Falco|channel_icon=Falco.jpg|title=Joseph Anderson Marble Races stream 1 with chat <nowiki>[02/14/2021]</nowiki>}}
“Falco” video: “Joseph Anderson Marble Races stream 1 with chat [02/14/2021]”.
Template Data
Cite a non-Joe YouTube channel.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Video Code | 1 video | The YouTube video code for the video being cited. | String | required |
Channel Name | channel | The name of the channel being cited.
| String | required |
Video Title | title | The title of the video. | String | required |
Time | time | The time in seconds into the video to cite. | Number | suggested |
Channel Icon | channel_icon | The icon for the channel, give as the name of the file but don't use the `File:` prefix.
| String | suggested |