Template:SGU list entry: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (Extra carriage return)
m (what happens if I drop this "padding"?)
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
|style="text-align: center"|[[SGU Episode {{{episode}}}|{{{episode}}}]]
<includeonly>|style="text-align: center"|[[SGU Episode {{{episode}}}|{{{episode}}}]]
|style="text-align: center;" style=white-space:nowrap|{{{date}}}
|style="text-align: center;" style=white-space:nowrap|{{{date}}}
|style="padding-left: 0.5em;padding-right: 0.3em"|
|data-sort-value={{#switch: {{{status}}}| open = 1| incomplete = 2| proofread = 3| verified = 4}}|{{#switch: {{lc:{{{status}}}}}| incomplete = {{i}}| proofread = {{mag}}| verified = {{tick}}|{{open}}}}
{{#if: {{{status|}}} |{{#switch: {{{status}}}| incomplete = {{i}}| verified = {{tick}}| open = {{open}} }}}}
|{{#if: {{{other|}}} |{{#switch: {{lc:{{{other}}}}}| n = {{blank}} | y = {{tick}}| {{{other}}} }}|{{mark}}}}
<noinclude>
|{{#if: {{{theme|}}} |{{#switch: {{lc:{{{theme}}}}}| n = {{blank}} | y = {{tick}}| {{{theme}}} }}|{{mark}}}}
|{{#if: {{{interviewee|}}} |{{#switch: {{lc:{{{interviewee}}}}}| n = {{blank}} | y = {{tick}}| {{{interviewee}}} }}|{{mark}}}}
|{{#if: {{{rogue|}}} |{{#switch: {{lc:{{{rogue}}}}}| n = {{blank}} | y = {{tick}}| {{{rogue}}} }}|{{mark}}}}
<!-- cutting out this column as so few episodes are recorded live
|style="padding-left: 0.5em;padding-right: 0.3em" |
{{#if: {{{live|}}} |{{#switch: {{lc:{{{live}}}}}| n = {{blank}} | y = {{tick}}| {{{live}}} }}|{{mark}}}}  
-->
</includeonly><noinclude>
=== Description ===
=== Description ===
This template is used to add formatted entries to the sortable table on the [[SGU Episodes]] page.
This template can be used to add formatted entries to a sortable table, ideally for the [[SGU Episodes]] page.


=== Usage ===
=== Usage ===
Entries should be added in order, as the table does not automatically order itself on opening.
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 ({{i}}), "verified" to enter the tick icon ({{tick}}) when verified, and "open" to enter the open icon ({{open}}), indicating when sections are open to other transcribers.
The parameter "status" can be one of the following: "incomplete" to enter the transcription in progress icon ({{i}}), "proofread" to enter the magnifying class icon ({{mag}}) when transcription is complete, and "verified" to enter the tick icon ({{tick}}) when the transcript has been verified as being proofread. Leaving it blank will automatically enter "open" to enter the open icon ({{open}}), indicating that sections are open to other transcribers.


Example:
Example:
<pre>
<pre>
{{SGU list entry
{{SGU list entry
|episode   = 378                      <!-- episode number -->
|episode =
|date      = 2012-10-13              <!-- broadcast date -->
|date =MM-DD
|status    = incomplete              <!-- when transcript complete, remove value -->
|status = <!-- enter "incomplete", "proofread", or "verified", or leave blank to indicate "open" -->
|other = <!-- enter Y, N, or episode feature /internal link -->
|theme = <!-- enter Y, N, or theme name/internal link -->
|interviewee = <!-- enter Y, N, or interviewee name/internal link -->
|rogue = <!-- enter Y, N, or guest rogue's name -->
}}
}}
</pre>
</pre>
<!-- cutting out this column as so few episodes are recorded live
|live = <!-- enter Y, N, or venue/event name
-->
[[Category: Table entry templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 15:14, 11 August 2022

Description

This template can be used to add formatted entries to a sortable table, ideally for 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), "proofread" to enter the magnifying class icon (Ready for proofreading) when transcription is complete, and "verified" to enter the tick icon (Transcript Verified) when the transcript has been verified as being proofread. Leaving it blank will automatically enter "open" to enter the open icon (Open for transcription), indicating that sections are open to other transcribers.

Example:

{{SGU list entry
|episode	=
|date		=MM-DD
|status		=	<!-- enter "incomplete", "proofread", or "verified", or leave blank to indicate "open" -->
|other		=	<!-- enter Y, N, or episode feature /internal link -->
|theme 		=	<!-- enter Y, N, or theme name/internal link -->
|interviewee	=	<!-- enter Y, N, or interviewee name/internal link -->
|rogue		=	<!-- enter Y, N, or guest rogue's name -->
}}