Template:SGU list entry alt draft: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
(updated)
(added logical sort value to status)
 
Line 1: Line 1:
|[[SGU Episode {{{episode}}}|{{{episode}}}]]
|[[SGU Episode {{{episode}}}|{{{episode}}}]]
|style=white-space:nowrap|{{{date}}}
|style=white-space:nowrap|{{{date}}}
|data-sort-value={{{status}}}|{{#if: {{{status|}}} |{{#switch: {{{status}}}| skeleton = {{empty}}| open = {{open}}| incomplete = {{i}}| complete = {{Mag}}| verified = {{tick}} }}}}
|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>
|style="text-align: left"|<small>{{#if: {{{desc|}}} |{{{desc}}} }}</small>
<noinclude>
<noinclude>
Line 13: Line 13:


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


Example:
Example:

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       =
}}