Template:SGU list entry alt draft: Difference between revisions
Jump to navigation
Jump to search
m (tried putting desc. in <small>) |
(updated) |
||
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}}}| incomplete = {{i}}| | |data-sort-value={{{status}}}|{{#if: {{{status|}}} |{{#switch: {{{status}}}| skeleton = {{empty}}| open = {{open}}| incomplete = {{i}}| complete = {{Mag}}| verified = {{tick}} }}}} | ||
|<small>{{#if: {{{desc|}}} |{{{desc}}} }}</small> | |style="text-align: left"|<small>{{#if: {{{desc|}}} |{{{desc}}} }}</small> | ||
<noinclude> | <noinclude> | ||
=== Description === | === Description === | ||
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)) | ||
* | * '''incomplete''' &ndash transcription in progress ({{i}}) | ||
* | * '''verified''' &ndash transcript proof-read ({{tick}}) | ||
* '''open''' &ndash segments available for transcription ({{open}}) | |||
* '''skeleton''' &ndash skeleton merged with show notes, no transcription | |||
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 --> | |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> |
Revision as of 08:28, 19 September 2013
|[[SGU Episode {{{episode}}}|{{{episode}}}]] |style=white-space:nowrap|{{{date}}} |data-sort-value={{{status}}}| |style="text-align: left"|
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:
- Complete &ndash ready for proof-reading ((Mag))
- incomplete &ndash transcription in progress ()
- verified &ndash transcript proof-read ()
- open &ndash segments available for transcription ()
- skeleton &ndash skeleton merged with show notes, no transcription
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
{{SGU list entry alt draft |episode = |date = |status = |desc = }}