Template:SGU list entry alt draft: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
(alternative template)
 
(added logical sort value to status)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
|[[SGU Episode {{{episode}}}|{{{episode}}}]]
|[[SGU Episode {{{episode}}}|{{{episode}}}]]
|{{{date}}}
|style=white-space:nowrap|{{{date}}}
|{{#if: {{{status|}}} |{{#switch: {{{status}}}| incomplete = {{i}}| verified = {{tick}}| open = {{open}} }}}}
|data-sort-value= {{#switch: {{{status}}}| skeleton = 1| open = 2| incomplete = 3| complete = 4| verified = 5}}|{{#switch: {{{status}}}| skeleton = {{empty}}| open = {{open}}| incomplete = {{i}}| complete = {{Mag}}| verified = {{tick}} }}
|style="text-align: left"|<small>{{#if: {{{desc|}}} |{{{desc}}} }}</small>
<noinclude>
<noinclude>
=== Description ===
=== Description ===
Line 12: Line 13:


The parameter "status" can be one of the following:  
The parameter "status" can be one of the following:  
*"incomplete" to enter the transcription in progress icon ({{i}}),
* '''verified''' &ndash; transcript proof-read ({{tick}})
*"verified" to enter the tick icon ({{tick}}) when verified, and
* '''Complete''' &ndash; ready for proof-reading ({{Mag}})
*"open" to enter the open icon ({{open}}), indicating when sections are open to other transcribers.
* '''incomplete''' &ndash; transcription in progress ({{i}})
* '''open''' &ndash; segments available for transcription ({{open}})
* '''skeleton''' &ndash; skeleton merged with show notes, no transcription  ({{empty}})


Example:
Example:
<pre>
<pre>
{{SGU list entry
{{SGU list entry alt draft
|episode    = 378                      <!-- episode number -->
|episode    = 378                      <!-- episode number -->
|date      = 2012-10-13              <!-- broadcast date -->
|date      = 2012-10-13              <!-- broadcast date -->
|status    = incomplete              <!-- when transcript complete, remove value -->
|status    = incomplete              <!-- when transcript complete, remove value -->
|desc      = item 1, item 2          <!-- very brief podcast highlights -->
}}
</pre>
=== Copy ===
<pre>
{{SGU list entry alt draft
|episode    =
|date      =
|status    =
|desc      =
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 07:53, 19 September 2013

|[[SGU Episode {{{episode}}}|{{{episode}}}]] |style=white-space:nowrap|{{{date}}} |data-sort-value= | |style="text-align: left"|

Description[edit]

DRAFT

This template is used to add formatted entries to the collapsible table on the SGU Episodes page.

Usage[edit]

Entries should be added in order, as the table does not automatically order itself on opening.

The parameter "status" can be one of the following:

  • verified – transcript proof-read (Transcript Verified)
  • Complete – ready for proof-reading (Ready for proofreading)
  • incomplete – transcription in progress (Transcription in progress)
  • open – segments available for transcription (Open for transcription)
  • skeleton – skeleton merged with show notes, no transcription (Show notes only)

Example:

{{SGU list entry alt draft
|episode    = 378                      <!-- episode number -->
|date       = 2012-10-13               <!-- broadcast date -->
|status     = incomplete               <!-- when transcript complete, remove value -->
|desc       = item 1, item 2           <!-- very brief podcast highlights -->
}}

Copy[edit]

{{SGU list entry alt draft
|episode    =
|date       =
|status     =
|desc       =
}}