Wilcoboode (talk | contribs) No edit summary |
Wilcoboode (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
|- | |- | ||
! Select a Tutorial Video | ! Select a Tutorial Video | ||
{{ # | {{#if:{{{Video_1|}}}| | ||
{{!}}- {{# | {{!}}- | ||
{{!}} {{#explode:{{# | {{!}} {{#evl:{{#explode:{{{Video_1}}}|;|0}}|{{#explode:{{{Video_1}}}|;|1}}|1|player=example-player}}| | ||
}} | |||
{{#if:{{{Video_2|}}}| | |||
{{!}}- | |||
{{!}} {{#evl:{{#explode:{{{Video_2}}}|;|0}}|{{#explode:{{{Video_2}}}|;|1}}|2|player=example-player}}| | |||
}} | |||
{{#if:{{{Video_3|}}}| | |||
{{!}}- | |||
{{!}} {{#evl:{{#explode:{{{Video_3}}}|;|0}}|{{#explode:{{{Video_3}}}|;|1}}|3|player=example-player}}| | |||
}} | |||
{{#if:{{{Video_4|}}}| | |||
{{!}}- | |||
{{!}} {{#evl:{{#explode:{{{Video_4}}}|;|0}}|{{#explode:{{{Video_4}}}|;|1}}|4|player=example-player}}| | |||
}} | |||
{{#if:{{{Video_5|}}}| | |||
{{!}}- | |||
{{!}} {{#evl:{{#explode:{{{Video_5}}}|;|0}}|{{#explode:{{{Video_5}}}|;|1}}|5|player=example-player}}| | |||
}} | |||
{{#if:{{{Video_6|}}}| | |||
{{!}}- | |||
{{!}} {{#evl:{{#explode:{{{Video_6}}}|;|0}}|{{#explode:{{{Video_6}}}|;|1}}|6|player=example-player}}| | |||
}} | |||
{{#if:{{{Video_7|}}}| | |||
{{!}}- | |||
{{!}} {{#evl:{{#explode:{{{Video_7}}}|;|0}}|{{#explode:{{{Video_7}}}|;|1}}|7|player=example-player}}| | |||
}} | |||
{{#if:{{{Video_8|}}}| | |||
{{!}}- | |||
{{!}} {{#evl:{{#explode:{{{Video_8}}}|;|0}}|{{#explode:{{{Video_8}}}|;|1}}|8|player=example-player}}| | |||
}} | |||
{{#if:{{{Video_9|}}}| | |||
{{!}}- | |||
{{!}} {{#evl:{{#explode:{{{Video_9}}}|;|0}}|{{#explode:{{{Video_9}}}|;|1}}|9|player=example-player}}| | |||
}} | |||
{{#if:{{{Video_10|}}}| | |||
{{!}}- | |||
{{!}} {{#evl:{{#explode:{{{Video_10}}}|;|0}}|{{#explode:{{{Video_10}}}|;|1}}|10|player=example-player}}| | |||
}} | }} | ||
|} | |} | ||
<evlplayer w="640" h="360" id="example-player">{{#ev:youtube|{{{ | <evlplayer w="640" h="360" id="example-player">{{#ev:youtube|{{#explode:{{{Video_1}}}|;|0}}}}</evlplayer> | ||
<noinclude> | <noinclude> | ||
Line 14: | Line 50: | ||
{ | { | ||
"params": { | "params": { | ||
" | "Video1":{ | ||
"type": " | "type": "string", | ||
"default": " | "default": "videolink-videoname", | ||
"required": true, | "required": true, | ||
"suggested": true, | "suggested": true, | ||
"description": "The | "description": "The name and link of the video."}, | ||
" | "Video2":{ | ||
"type": "string", | |||
"default": "videolink-videoname", | |||
"required": false, | |||
"suggested": true, | |||
"description": "The name and link of the video."}, | |||
"Video3":{ | |||
"type": "string", | |||
"default": "videolink-videoname", | |||
"required": false, | |||
"suggested": true, | |||
"description": "The name and link of the video."}, | |||
"Video4":{ | |||
"type": "string", | |||
"default": "videolink-videoname", | |||
"required": false, | |||
"suggested": true, | |||
"description": "The name and link of the video."}, | |||
"Video5":{ | |||
"type": "string", | "type": "string", | ||
"default": "videoname", | "default": "videolink-videoname", | ||
"required": true, | "required": false, | ||
"suggested": true, | |||
"description": "The name and link of the video."}, | |||
"Video6":{ | |||
"type": "string", | |||
"default": "videolink-videoname", | |||
"required": false, | |||
"suggested": true, | |||
"description": "The name and link of the video."}, | |||
"Video7":{ | |||
"type": "string", | |||
"default": "videolink-videoname", | |||
"required": false, | |||
"suggested": true, | |||
"description": "The name and link of the video."}, | |||
"Video8":{ | |||
"type": "string", | |||
"default": "videolink-videoname", | |||
"required": false, | |||
"suggested": true, | |||
"description": "The name and link of the video."}, | |||
"Video9":{ | |||
"type": "string", | |||
"default": "videolink-videoname", | |||
"required": false, | |||
"suggested": true, | "suggested": true, | ||
"description": "The name of the video."}, | "description": "The name and link of the video."}, | ||
" | "Video10":{ | ||
"type": "string", | "type": "string", | ||
"default": "videolink", | "default": "videolink-videoname", | ||
"required": | "required": false, | ||
"suggested": true, | "suggested": true, | ||
"description": "The link of the video."} | "description": "The name and link of the video."} | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "Video1", | ||
" | "Video2", | ||
" | "Video3", | ||
"Video4", | |||
"Video5", | |||
"Video6", | |||
"Video7", | |||
"Video8", | |||
"Video9", | |||
"Video10" | |||
], | ], | ||
"description": "The videolink, and url for every video that should appear in the list. Currently supports up to 10 videos, only for youtube, requires at least one video", | "description": "The videolink, and url for every video that should appear in the list. Currently supports up to 10 videos, only for youtube, requires at least one video", |
Revision as of 15:28, 17 March 2021
Select a Tutorial Video
|
---|
The videolink, and url for every video that should appear in the list. Currently supports up to 10 videos, only for youtube, requires at least one video
Parameter | Description | Type | Status | |
---|---|---|---|---|
Video1 | Video1 | The name and link of the video.
| String | required |
Video2 | Video2 | The name and link of the video.
| String | suggested |
Video3 | Video3 | The name and link of the video.
| String | suggested |
Video4 | Video4 | The name and link of the video.
| String | suggested |
Video5 | Video5 | The name and link of the video.
| String | suggested |
Video6 | Video6 | The name and link of the video.
| String | suggested |
Video7 | Video7 | The name and link of the video.
| String | suggested |
Video8 | Video8 | The name and link of the video.
| String | suggested |
Video9 | Video9 | The name and link of the video.
| String | suggested |
Video10 | Video10 | The name and link of the video.
| String | suggested |
This page was last edited on 17 March 2021, at 15:28. Content is available under GPLv3 unless otherwise noted.