Template:SGU list entry alt draft: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (added 'no-wrap' to date)
m (tried putting desc. in <small>)
Line 2: Line 2:
|style=white-space:nowrap|{{{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}}} }}
|<small>{{#if: {{{desc|}}} |{{{desc}}} }}</small>
<noinclude>
<noinclude>
=== Description ===
=== Description ===

Revision as of 03:43, 3 September 2013

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