Template:SGU list entry alt draft: Difference between revisions
Jump to navigation
Jump to search
(alternative template) |
(attempt include description variable) |
||
Line 2: | Line 2: | ||
|{{{date}}} | |{{{date}}} | ||
|{{#if: {{{status|}}} |{{#switch: {{{status}}}| incomplete = {{i}}| verified = {{tick}}| open = {{open}} }}}} | |{{#if: {{{status|}}} |{{#switch: {{{status}}}| incomplete = {{i}}| verified = {{tick}}| open = {{open}} }}}} | ||
|{{{desc}}} | |||
<noinclude> | <noinclude> | ||
=== Description === | === Description === | ||
Line 22: | Line 23: | ||
|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> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 07:52, 9 November 2012
|[[SGU Episode {{{episode}}}|{{{episode}}}]] |{{{date}}} | |{{{desc}}}
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 (),
- "verified" to enter the tick icon () when verified, and
- "open" to enter the open icon (), 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 --> }}