Template:SGU list entry alt draft: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
(added sort key for status)
m (added 'no-wrap' to date)
Line 1: Line 1:
|[[SGU Episode {{{episode}}}|{{{episode}}}]]
|[[SGU Episode {{{episode}}}|{{{episode}}}]]
|{{{date}}}
|style=white-space:nowrap|{{{date}}}
|data-sort-value={{{status}}}|{{#if: {{{status|}}} |{{#switch: {{{status}}}| incomplete = {{i}}| verified = {{tick}}| open = {{open}} }}}}
|data-sort-value={{{status}}}|{{#if: {{{status|}}} |{{#switch: {{{status}}}| incomplete = {{i}}| verified = {{tick}}| open = {{open}} }}}}
|{{#if: {{{desc|}}} |{{{desc}}} }}
|{{#if: {{{desc|}}} |{{{desc}}} }}

Revision as of 17:40, 9 November 2012

|[[SGU Episode {{{episode}}}|{{{episode}}}]] |style=white-space:nowrap|{{{date}}} |data-sort-value={{{status}}}| |

Description

DRAFT

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

Usage

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:

  • "incomplete" to enter the transcription in progress icon (Transcription in progress),
  • "verified" to enter the tick icon (Transcript Verified) when verified, and
  • "open" to enter the open icon (Open for transcription), indicating when sections are open to other transcribers.

Example:

{{SGU list entry
|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 -->
}}