模板:YouTube/doc

维基百科,自由的百科全书
跳转到导航 跳转到搜索

本模板用作==外部連結==章节链接YouTube视频的外部链接。此模板并非参考来源模板,您可以使用{{cite AV media}}引用影音媒体。对于连续剧或连载式的媒体,使用{{cite episode}}或{{cite serial}}。要引用唱片封套上的说明文字(liner notes)及其他配有影音媒体的平面媒体,请使用{{cite AV media notes}}。

用法[编辑]

链接至视频[编辑]

{{YouTube|视频id|link=no|视频描述|h=小時數|m=分鐘數|s=秒數|language=語言}}

  • 参数说明:
    • 参数 1:视频id,即是在http://www.youtube.com/watch?v=https://music.youtube.com/watch?v=之后的YouTube id,须符合d:Property:P1651#P2302格式约束规定:64位整数的Base64编码,即符合以下的正则表达式:[-_0-9A-Za-z]{11}(即11个字符的半角的连字暨减号下横线阿拉伯数字、不区分大小写的英文字母
    • 参数 2(可省略):为视频给出了一个可选的描述。
      • 若省略此参数则描述会是包含本模板的页面名称。
    • h(可省略):视频要开始播放的小时数。若省略此参数则为0。
    • m(可省略):视频要开始播放的分钟数。若省略此参数则为0。
    • s(可省略):视频要开始播放的秒数。若省略此参数则为0。(注意:参数show不可用简称s,否则会与秒数冲突而无法正常显示。)
    • language(可省略):视频的语言。
    • link=no(可省略):用于取消YouTube条目链接。(此参数目前没有效果。)
示例[编辑]
  1. {{Youtube|PfcgWfKOp1g}}
  2. {{YouTube|9bZkp7q19f0|《江南Style》}}
  3. {{YouTube|c=UCidwPAdN3UO59sMOZX2cn6Q}}
  4. {{YouTube|show=startrek|''Star Trek: The Original Series''}}
  5. {{Youtube|PfcgWfKOp1g|Varias.Macau 85/86|m=3}}
  6. {{Youtube|PfcgWfKOp1g|Varias.Macau 85/86|m=3|s=04}}
  7. {{Youtube|PfcgWfKOp1g|Varias.Macau 85/86|m=3|s=04|language=zh-hk}}

链接至用户频道[编辑]

{{YouTube|user=userchannelname|title}}

  • 参数 user:填入“YouTube 用户频道名”,像是https://www.youtube.com/user/userchannelname
  • 可以使用简写 u 指定,即{{YouTube|u=userchannelname|title}}

{{YouTube|channel=userchannelid|title}}

{{YouTube|custom=yourcustomname|title}}

  • 参数 custom:填入“YouTube 自定义网址name”,像是https://www.youtube.com/c/yourcustomname

{{YouTube|handle=userhandlecode|title}}

  • 参数 handle:填入“YouTube 帐户代码”,像是https://www.youtube.com/@userhandlecode
  • 可以使用简写 @ 指定,即{{YouTube|@=userhandlecode|title}}

链接至视频清单[编辑]

{{YouTube|playlist=playlistid|title}}

模版数据[编辑]

以下是该模板的模板数据,适用于可视化编辑器等工具。

YouTube模板数据

<templatedata> { "description": "本模板用以在外部链接段落建立链接至YouTube网站的超链接。非参考来源模板。", "params": { "id": { "label": "YouTube 视频ID", "description": "视频ID是网址 https://www.youtube.com/watch?v=[视频ID] 之处", "aliases": [ "1" ], "example": "9bZkp7q19f0", "type": "string" }, "user": { "label": "YouTube 用户名", "description": "YouTube 用户名是在网址 https://www.youtube.com/user/[用户名] 之处", "aliases": [ "u" ], "example": "pewdiepie", "type": "string" }, "channel": { "label": "YouTube 频道ID", "description": "YouTube 频道ID是在网址 https://www.youtube.com/channel/[频道ID] 之处", "aliases": [ "c" ], "example": "UC-9-kyTW8ZkZNDHQJ6FgpwQ", "type": "string" }, "custom": { "label": "YouTube 自定义频道ID", "description": "YouTube 自定义频道ID是在网址 https://www.youtube.com/c/[自定义网址name] 之处", "example": "YouTubeCreators", "type": "string" }, "show": { "label": "YouTube 节目名称", "description": "YouTube 节目名称在网址 https://www.youtube.com/show/[showname] 之处", "example": "startrek", "type": "string" }, "playlist": { "label": "YouTube 播放清单ID", "description": "YouTube 播放清单ID是在网址 https://www.youtube.com/playlist?list=[播放清单ID] 之处", "aliases": [ "p" ], "example": "PLrEnWoR732-DZV1Jc8bUpVTF_HTPbywpE", "type": "string" }, "title": { "label": "Title", "description": "The name of the page being linked to", "suggested": true, "aliases": [ "1", "2" ], "example": "Gangnam Style", "default": "If it is a video, Video, if it is a show, the article's page name in italics, otherwise, the article's page name unformatted", "type": "string" }, "link": { "label": "Link on", "description": "Set this parameter to no to suppress the link to the YouTube article", "example": "no", "type": "string" }, "handle": { "aliases": [ "@" ], "label": "YouTube 帐号代码", "description": "YouTube 帐号代码是在网址 https://www.youtube.com/@[帐号代码] 处", "example": "youtubecreators", "type": "string" } }, "paramOrder": [ "id", "user", "channel", "custom", "handle", "show", "playlist", "title", "link" ] } </templatedata>

相关[编辑]