Template:JoeYT2PlaylistCite: Difference between revisions
Created page with "<span style="line-height: 25px"> <!---->25px|alt=YouTube Channel|link= 25px|link= Joseph Anderson Channel Two playlist: [https://www.youtube.com/playlist?list={{{playlist}}} “{{{title}}}”. </span><noinclude> <templatedata> { "params": { "playlist": { "label": "Playlist Code", "description": "The YouTube playlist code for the playlist being cited.", "type": "string", "required": true }, "title": { "..." |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly>{{YTPlaylistCite|{{{1}}}|channel=Joseph Anderson Channel Two|channel_icon=Joe-channel-2.png|title={{{title}}}}}</includeonly><noinclude> | ||
== Example == | |||
</ | E.g: | ||
<nowiki>{{JoeYT2PlaylistCite|PLtvGR9rxLjVjdYFloxRnpX2HZtuzSjzWv|title=Persona 5}}</nowiki> | |||
{{JoeYT2PlaylistCite|PLtvGR9rxLjVjdYFloxRnpX2HZtuzSjzWv|title=Persona 5}} | |||
== Template Data == | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "1": { | ||
"label": "Playlist Code", | "label": "Playlist Code", | ||
"description": "The YouTube playlist code for the playlist being cited.", | "description": "The YouTube playlist code for the playlist being cited.", | ||
Line 14: | Line 18: | ||
"label": "Playlist Title", | "label": "Playlist Title", | ||
"description": "The title of the playlist.", | "description": "The title of the playlist.", | ||
" | "type": "string", | ||
"required": true | |||
} | } | ||
}, | }, | ||
"description": "Cite a playlist on Joe's second YouTube channel.", | "description": "Cite a playlist on Joe's second YouTube channel.", | ||
"format": "inline" | "format": "inline", | ||
"paramOrder": [ | |||
"1", | |||
"title" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |