Template:SGU list entry: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (reordered table elements)
m (what happens if I drop this "padding"?)
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>|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}}}
 
|data-sort-value={{#switch: {{{status}}}| open = 1| incomplete = 2| proofread = 3| verified = 4}}|{{#switch: {{lc:{{{status}}}}}| incomplete = {{i}}| proofread = {{mag}}| verified = {{tick}}|{{open}}}}
|style="padding-left: 0.5em;padding-right: 0.3em" |
|{{#if: {{{other|}}} |{{#switch: {{lc:{{{other}}}}}| n = {{blank}} | y = {{tick}}| {{{other}}} }}|{{mark}}}}
{{#if: {{{status|}}} |{{#switch: {{lc:{{{status}}}}}| incomplete = {{i}}| proofread = {{mag}}| verified = {{tick}}|}}|{{open}}}}
|{{#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" |
|style="padding-left: 0.5em;padding-right: 0.3em" |
{{#if: {{{other|}}} |{{#switch: {{lc:{{{other}}}}}| n = {{blank}} | y = {{tick}}| {{{other}}} }}|{{mark}}}}
{{#if: {{{live|}}} |{{#switch: {{lc:{{{live}}}}}| n = {{blank}} | y = {{tick}}| {{{live}}} }}|{{mark}}}}  
 
-->
|style="padding-left: 0.5em;padding-right: 0.3em" |
</includeonly><noinclude>
{{#if: {{{theme|}}} |{{#switch: {{lc:{{{theme}}}}}| n = {{blank}} | y = {{tick}}| {{{theme}}} }}|{{mark}}}}
 
|style="padding-left: 0.5em;padding-right: 0.3em" |
{{#if: {{{interviewee|}}} |{{#switch: {{lc:{{{interviewee}}}}}| n = {{blank}} | y = {{tick}}| {{{interviewee}}} }}|{{mark}}}}
 
|style="padding-left: 0.5em;padding-right: 0.3em" |
{{#if: {{{rogue|}}} |{{#switch: {{lc:{{{rogue}}}}}| n = {{blank}} | y = {{tick}}| {{{rogue}}} }}|{{mark}}}}
 
|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 can be used to add formatted entries to a sortable table, ideally for the [[SGU Episodes]] page.
This template can be used to add formatted entries to a sortable table, ideally for the [[SGU Episodes]] page.
Line 35: Line 23:
{{SGU list entry
{{SGU list entry
|episode =
|episode =
|date =2022-MM-DD
|date =MM-DD
|status = <!-- enter “incomplete”, “proofread”, or “verified”, or leave blank to indicate "open" -->
|status = <!-- enter "incomplete", "proofread", or "verified", or leave blank to indicate "open" -->
|other = <!-- enter Y, N, or episode feature /internal link -->
|other = <!-- enter Y, N, or episode feature /internal link -->
|theme = <!-- enter Y, N, or theme name/internal link -->
|theme = <!-- enter Y, N, or theme name/internal link -->
|interviewee = <!-- enter Y, N, or interviewee name/internal link -->
|interviewee = <!-- enter Y, N, or interviewee name/internal link -->
|rogue = <!-- enter Y, N, or guest rogue’s name -->
|rogue = <!-- enter Y, N, or guest rogue's name -->
|live = <!-- enter Y, N, or venue/event 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: Table entry templates]]
[[Category: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 -->
}}