Difference between revisions of "Template:Tt"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<includeonly><span style="font-size:80%; margin-right: 5px; border-bottom: 1px dashed #4488ff; cursor: help;" title="Approximate timestamp for dialogue start" id="time-{{{1|00}}}-{{{2|00}}}" class="timestamp">({{{1|00}}}:{{{2|00}}})<span style="display: none; font-weight: bold;" id="time-{{{1|00}}}-{{{2|00}}}-link" title="Click here for direct link"> [[#time-{{{1|00}}}-{{{2|00}}}|⨂]]</span></span></includeonly><noinclude>{{documentation}}</noinclude>
<includeonly><span style="font-size:80%; margin-right: 5px; border-bottom: 1px dashed #4488ff; cursor: help;" title="Approximate timestamp for dialogue start" id="time-{{{1|00}}}-{{{2|00}}}" class="timestamp"><!--
With microseconds:
-->{{#if:{{{6|}}}|<!--
Start time:
--><input type="hidden" id="time-{{{1|00}}}-{{{2|00}}}-starttime" value="{{{1|00}}}:{{{2|00}}}.{{{3|000}}}" /><!--
End time:
--><input type="hidden" id="time-{{{1|00}}}-{{{2|00}}}-endtime" value="{{{4|00}}}:{{{5|00}}}.{{{6|000}}}" /><!--
Without microseconds:
Start time:
-->|{{#if:{{{4|}}}|<input type="hidden" id="time-{{{1|00}}}-{{{2|00}}}-starttime" value="{{{1|00}}:{{{2|00}}}" /><!--
End time:
--><input type="hidden" id="time-{{{1|00}}}-{{{2|00}}}-endtime" value="{{{3|00}}}:{{{4|00}}}" />|}}}}<!--
Print:
-->({{{1|00}}}:{{{2|00}}})<span style="display: none; font-weight: bold;" id="time-{{{1|00}}}-{{{2|00}}}-link" title="Click here for direct link"> [[#time-{{{1|00}}}-{{{2|00}}}|⨂]]</span></span></includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 21:38, 29 December 2011

Documentation for {{tt}}

Use

For use in transcript articles, where you can apply a timestamp to each dialogue line as provided in the transcript. Apply them before any dialogue is written, including author.

<poem>HERE'''Author''': Some dialogue...</poem>

A good indicator is the <poem> tag which it has to be applied right after, in addition, this tag is only used for dialogue and not scene descriptions, which should not have this template.

Hovering the time stamp will show a small paragraph symbol, which, when clicked, will link to the time stamp in question, at which point the time stamp will make itself noticeable.

Usage

This template takes up to six parameters, but requires its two firsts: minutes and seconds. The rest are intended for automatic subtitle generation.

Regular usage
{{tt|01|00}}
Result
(01:00)
Length without microseconds
{{tt|01|00|01|30}}
Result
<input type="hidden" id="time-01-00-starttime" value="{Template:1:00" /><input type="hidden" id="time-01-00-endtime" value="01:30" />(01:00)
Length with microseconds
{{tt|01|00|200|01|30|800}}
Result
<input type="hidden" id="time-01-00-starttime" value="01:00.200" /><input type="hidden" id="time-01-00-endtime" value="01:30.800" />(01:00)

Select the HTML of the latter two results to see the hidden values they produce.

Be regardless of hours, if the time stamp is beyond, just use 61:00 and so forth. In addition, if you should ever have a scenario beyond 100 minutes (not likely since the longest film is at 89 minutes), just add the extra digit.