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:
<span style="line-height: 25px">
<includeonly>{{YTPlaylistCite|{{{1}}}|channel=Joseph Anderson Channel Two|channel_icon=Joe-channel-2.png|title={{{title}}}}}</includeonly><noinclude>
<!---->[[File:YouTube.svg|25px|alt=YouTube Channel|link=]] [[File:Joe-channel-2.png|25px|link=]] Joseph Anderson Channel Two playlist: [https://www.youtube.com/playlist?list={{{playlist}}} “{{{title}}}”.
== Example ==
</span><noinclude>
E.g:
  <nowiki>{{JoeYT2PlaylistCite|PLtvGR9rxLjVjdYFloxRnpX2HZtuzSjzWv|title=Persona 5}}</nowiki>
{{JoeYT2PlaylistCite|PLtvGR9rxLjVjdYFloxRnpX2HZtuzSjzWv|title=Persona 5}}
 
== Template Data ==
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"playlist": {
"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.",
"suggested": true
"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>