Wilcoboode (talk | contribs) No edit summary |
Wilcoboode (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" style="float:right; margin-left: 10px; font-size: 130%;" | {| class="wikitable" style="float:right; margin-left: 10px; font-size: 130%;" | ||
|- | |- | ||
! Select a Tutorial Video | ! Select a Tutorial Video | ||
{{# | {{ #for: {{{Videos}}} | | ||
{{!}}- | |||
{{!}} {{#evl: {{{Video$n$link}}}|{{{Video$n$name}}}|1|player=example-player}}| | |||
{{!}}- | |||
{{!}} {{#evl | |||
}} | }} | ||
|} | |} | ||
Line 65: | Line 14: | ||
{ | { | ||
"params": { | "params": { | ||
" | "Videos":{ | ||
"type": " | "type": "number", | ||
"default": " | "default": "1", | ||
"required": true, | "required": true, | ||
"suggested": true, | "suggested": true, | ||
"description": "The | "description": "The amount of videos."}, | ||
" | "Video1name":{ | ||
"type": "string", | "type": "string", | ||
"default": " | "default": "videoname", | ||
"required": | "required": true, | ||
"suggested": true, | "suggested": true, | ||
"description": "The name | "description": "The name of the video."}, | ||
" | "Video1link":{ | ||
"type": "string", | "type": "string", | ||
"default": "videolink | "default": "videolink", | ||
"required | "required": true, | ||
"suggested": true, | "suggested": true, | ||
"description": "The | "description": "The link of the video."} | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "Videos", | ||
" | "Video1name", | ||
" | "Video1link" | ||
], | ], | ||
"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 14:53, 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 | |
---|---|---|---|---|
Videos | Videos | The amount of videos.
| Number | required |
Video1name | Video1name | The name of the video.
| String | required |
Video1link | Video1link | The link of the video.
| String | required |
This page was last edited on 17 March 2021, at 14:53. Content is available under GPLv3 unless otherwise noted.