미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
action=embedvideo
(main | embedvideo)
- 이 모듈은 read 권한을 요구합니다.
 - 출처: EmbedVideo
 - 라이선스: MIT
 
Get generated video embed code for given parameters.
변수:
- service
 Name of the service (youtube, twitch, ect)
- 이 변수는 필수 입력 사항입니다.
 - id
 The ID of the video for that service
- 이 변수는 필수 입력 사항입니다.
 - dimensions
 Either a numeric width (100) or width by height (100x100)
- alignment
 Alignment of video
- description
 Description of video
- container
 Accepts frame, or leave empty
- urlargs
 Additional arguments to pass in the video url (for some services)
- autoresize
 Auto resize video? (true or false)