Template: Transcript

From LibrePlanet
Jump to: navigation, search
m (Example)
(Add intro)
 
Line 9: Line 9:
  
 
<nowiki>
 
<nowiki>
{{Transcript|
+
{{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.
 
Insert text of the speech here, including {{Well|highlighted sentence}} and {{VideoWebM|URL of video|Caption of video}} if you have that.
Line 22: Line 22:
 
The above example will look like:
 
The above example will look like:
  
{{Transcript|
+
{{Transcript|insert introduction here, with links if any|
  
 
Insert text of the speech here, including highlighted sentence {{Well|highlighted sentence}} and video {{VideoWebM|URL of video|Caption of video}} if you have that.
 
Insert text of the speech here, including highlighted sentence {{Well|highlighted sentence}} and video {{VideoWebM|URL of video|Caption of video}} if you have that.
Line 31: Line 31:
  
 
</noinclude>
 
</noinclude>
<includeonly><div class="transcript" style="font-family: sans-serif; font-size: larger">{{{1}}}</div></includeonly>
+
<includeonly><div class="transcript" style="font-family: sans-serif; font-size: larger"><div style="border:2px solid grey; padding: 1em; margin-bottom: 2em;">{{{1}}}</div>{{{2}}}</div></includeonly>

Latest revision as of 16:56, 2 October 2013

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