Template:JoeYTCite: Difference between revisions
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 |
||
Line 2: | Line 2: | ||
<!---->[[File:YouTube.svg|20px|alt=YouTube Channel]] [[File:Joe-icon.png|30px]] Joseph Anderson: [https://www.youtube.com/watch?v={{{video}}}&t={{{time}}}s “{{{title}}}” at {{#time: H.i.s | @{{{time}}} }}] | <!---->[[File:YouTube.svg|20px|alt=YouTube Channel]] [[File:Joe-icon.png|30px]] Joseph Anderson: [https://www.youtube.com/watch?v={{{video}}}&t={{{time}}}s “{{{title}}}” at {{#time: H.i.s | @{{{time}}} }}] | ||
</span> | </span> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"video": { | |||
"label": "Video Code", | |||
"description": "The YouTube video code for the video being cited.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"time": { | |||
"label": "Time", | |||
"description": "The time in seconds into the video to cite.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"title": { | |||
"label": "Video Title", | |||
"description": "The title of the video.", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Cite Joe's main YouTube channel (See [[JoeYT2Cite]] for citing his second channel).", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |