Difference between revisions of "Template:Bilibili"

From Team Fortress Wiki
Jump to: navigation, search
m (.)
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="youtubebox ratio-{{{ratio|16x9}}} widths-{{{widths|{{{width|512}}}}}}" style="margin:0.75em 0em;">
+
<div class="youtubebox ratio-{{{ratio|16x9}}} widths-{{{width|512}}}" style="margin:0.75em 0em;"><div class="embedvideo autoResize">{{#if: {{{align|}}}|<div class="embedvideowrap bilibili-video" data-vaid="{{#expr:{{{1|294688464}}}}}" data-vdanmaku="{{#expr:{{{danmaku|0}}}}}" data-vpage="{{#expr:{{{page|1}}}}}" data-vwidth="{{#expr:{{{width|640}}}}}" data-vheight="{{#expr:{{{height|360}}}}}" style="text-align: {{{align|left}}}"></div>|<div class="embedvideowrap bilibili-video" data-vaid="{{#expr:{{{1|294688464}}}}}" data-vdanmaku="{{#expr:{{{danmaku|0}}}}}" data-vpage="{{#expr:{{{page|1}}}}}" data-vwidth="{{#expr:{{{width|640}}}}}" data-vheight="{{#expr:{{{height|360}}}}}"></div>}}</div>{{#if:{{{2|<noinclude>yes</noinclude>}}}| <br /><div>{{hatnote|1={{{2|Caption here.}}}}}}}</div><noinclude>
{{#if: {{{align|}}}|<div class="embedvideo autoResize" style="text-align: {{{align}}}"><div class="embedvideowrap bilibili-video" data-vbvid="{{{1|}}}" data-vwidth="{{{width|512}}}" data-vheight="{{{height|}}}">></div></div>|<div class="embedvideo autoResize"><div class="embedvideowrap bilibili-video" data-vbvid="{{{1|}}}" data-vwidth="{{{width|512}}}" data-vheight="{{{height|}}}">}}</div></div>{{#if:{{{2|<noinclude>yes</noinclude>}}}
+
{{Doc begin}}
| <br /><div style="margin-top:0.75em;">{{hatnote|1={{{2|Caption here.}}}}}</div>
+
This template will embed a Bilibili video inside an article.
}}</div><noinclude>{{Doc begin}}
 
  
This template will embed a video inside an article.
+
=== Usage ===
 +
* <code><nowiki>{{bilibili|710126347}}</nowiki></code> produces: {{bilibili|710126347}}
 +
* <code><nowiki>{{bilibili|21525619|Ready Up: Competitive Team Fortress 2 Documentary|width=512|height=320|align=center}}</nowiki></code> produces: {{bilibili|21525619|Ready Up: Competitive Team Fortress 2 Documentary|width=512|height=320|align=center}}
 +
* <code><nowiki>{{bilibili|96157214|danmaku=1}}</nowiki></code> produces: {{bilibili|96157214|danmaku=1}}
 +
* <code><nowiki>{{bilibili|710381282|page=6}}</nowiki></code> produces: {{bilibili|710381282|page=6}}
  
=== Syntax ===
+
=== Parameters ===
Basic:
+
; Bilibili aid (<span style="color: red">required</span>): This is the Bilibili video ID of the video you want to display.
<nowiki>{{bilibili|Bilibili bvid}}</nowiki>
+
:: You can find this information by [https://i.imgur.com/A4KY931.png copying the iframe code] and searching for the "aid" parameter or though the [https://api.bilibili.com/x/web-interface/view?bvid= Web Interface] ("bvid" can be found in the URL: <nowiki>https://www.bilibili.com/video/</nowiki><span style="color: red">BV1mQ4y1M7Cn</span>).
 
+
; Caption: Custom caption to include.
With a defined thumbnail width:
+
; {{code|width}}: Width of the video, in pixels. Default is '''640'''.
<nowiki>{{bilibili|Bilibili bvid|width=value|align=alignment}}</nowiki>
+
; {{code|height}}: Height of the video, in pixels. Default is '''360'''.
 
+
; {{code|align}}: Horizontal alignment of video. Default is '''left'''.
;Bilibili bvid: The Bilibili video id of the video to include.
+
; {{code|danmaku}}: Bullet screen/danmaku subtitles. Default is '''0''' (disabled).
;{{code|width}}: Width of the video, in pixels. Height is calculated based on ratio. Default is 512px.
+
; {{code|page}}: Videos uploaded in a playlist format share the same ID, you can use this parameter to specify which video to display. Default is '''1''' (first video).
;{{code|align}}: Horizontal alignment of video. Default is left.
 
  
 
=== See also ===
 
=== See also ===

Latest revision as of 00:53, 13 July 2023


Caption here.

Documentation for Bilibili

This template will embed a Bilibili video inside an article.

Usage

  • {{bilibili|710126347}} produces:
  • {{bilibili|21525619|Ready Up: Competitive Team Fortress 2 Documentary|width=512|height=320|align=center}} produces:

    Ready Up: Competitive Team Fortress 2 Documentary
  • {{bilibili|96157214|danmaku=1}} produces:
  • {{bilibili|710381282|page=6}} produces:

Parameters

Bilibili aid (required)
This is the Bilibili video ID of the video you want to display.
You can find this information by copying the iframe code and searching for the "aid" parameter or though the Web Interface ("bvid" can be found in the URL: https://www.bilibili.com/video/BV1mQ4y1M7Cn).
Caption
Custom caption to include.
width
Width of the video, in pixels. Default is 640.
height
Height of the video, in pixels. Default is 360.
align
Horizontal alignment of video. Default is left.
danmaku
Bullet screen/danmaku subtitles. Default is 0 (disabled).
page
Videos uploaded in a playlist format share the same ID, you can use this parameter to specify which video to display. Default is 1 (first video).

See also