Template: Transcript

From LibrePlanet
Jump to: navigation, search

Purpose

Format the transcript of a speech or video in a readable way.

It's used in conjunction with the Template:VideoWebM and the Template:Well for better results.

Usage

{{Transcript|insert introduction here, with links if any| Insert text of the speech here, including {{Well|highlighted sentence}} and {{VideoWebM|URL of video|Caption of video}} if you have that. You may use any number of Wells and Videos for your speech (e.g. different versions of the video, and several highlighted sentences.) Once the speech is done, don't forget to close the tag with }}

Example

The above example will look like:


insert introduction here, with links if any
Insert text of the speech here, including highlighted sentence
highlighted sentence
and video
<video controls="controls">

<source src="URL of video" type='video/webm; codecs="vp8, vorbis"' />

</video>

Caption of video

if you have that.

You may use any number of Wells and Videos for your speech (e.g. different versions of the video, and several highlighted sentences.)

Once the speech is done, don't forget to close the tag with