Template:JoeYTCite: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<span style="line-height: 20px">
<span style="line-height: 20px">
<!---->[[File:YouTube.svg|20px|alt=YouTube Channel]] [[File:Joe-icon.png|30px]] Joseph Anderson video: [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 video: [https://www.youtube.com/watch?v={{{video}}}&t={{{time}}}s “{{{title}}}”{{#if:{{{time}}}| at {{#time: H:i:s | @{{{time}}} }}}}].
</span>
</span>
<noinclude>
<noinclude>
Line 10: Line 10:
"description": "The YouTube video code for the video being cited.",
"description": "The YouTube video code for the video being cited.",
"type": "string",
"type": "string",
"required": true
},
"title": {
"label": "Video Title",
"description": "The title of the video.",
"required": true
"required": true
},
},
Line 16: Line 21:
"description": "The time in seconds into the video to cite.",
"description": "The time in seconds into the video to cite.",
"type": "number",
"type": "number",
"suggested": true
},
"title": {
"label": "Video Title",
"description": "The title of the video.",
"suggested": true
"suggested": true
}
}