Meta:Guides/Style Guide/Media

提供: wiki
< Meta:Guides‎ | Style Guide
2018年6月29日 (金) 03:43時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

テンプレート:Meta:Guides/index

Inserting YouTube's video

This tag lets you insert youtube videos in this wiki.

<youtube>eRsGyueVLvQ</youtube>

returns

Inserting Vimeo's video

This tag lets you insert vimeo videos in this wiki.

  • Given a video, for example http://vimeo.com/798022
  • Extract the video ID (in this case "798022")
  • Add the ID as you see below
  • You can specify the player width and height (width should max 640 px).
<vimeo width="640" height="360" >798022</vimeo>

returns

Inserting a YouTube's playlist

This tag lets you embed a youtube playlist.

<playlist>949455521A4E853B</playlist>

returns

<playlist>949455521A4E853B</playlist>


Credits

These tags have been developed by JesterKing and are actively maintained by others.