Template:JoeYTCite: Difference between revisions
Appearance
Created page with "<span style="line-height: 20px"> <!---->20px|alt=YouTube Channel 30px Joseph Anderson: [https://www.youtube.com/watch?v={{{video}}}&t={{{time}}}s “{{{title}}}” at {{#time: H.i.s | @{{{time}}} }}] </span>" |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{YTCite|{{{1|}}}|channel=Joseph Anderson|channel_icon=Joe-icon.png|title={{{title|}}}|time={{{time|}}}}}<noinclude> | |||
== Example == | |||
</ | E.g: | ||
<nowiki>{{JoeYTCite|NtrAx-rVgco|title=The Witcher Critique - The Beginning of a Monster|time=100}}</nowiki> | |||
{{JoeYTCite|NtrAx-rVgco|title=The Witcher Critique - The Beginning of a Monster|time=100}} | |||
== Template Data == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"video" | |||
], | |||
"label": "Video Code", | |||
"description": "The YouTube video code for the video being cited.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"title": { | |||
"label": "Video Title", | |||
"description": "The title of the video.", | |||
"required": true, | |||
"type": "string" | |||
}, | |||
"time": { | |||
"label": "Time", | |||
"description": "The time in seconds into the video to cite.", | |||
"type": "number", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Cite Joe's main YouTube channel (See JoeYT2Cite for citing his second channel).", | |||
"format": "inline", | |||
"paramOrder": [ | |||
"1", | |||
"title", | |||
"time" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 15:19, 22 January 2025
“Joseph Anderson” video: “”.
Example
E.g:
{{JoeYTCite|NtrAx-rVgco|title=The Witcher Critique - The Beginning of a Monster|time=100}}
“Joseph Anderson” video: “The Witcher Critique - The Beginning of a Monster” at 00:01:40.
Template Data
Cite Joe's main YouTube channel (See JoeYT2Cite for citing his second channel).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Video Code | 1 video | The YouTube video code for the video 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 |