Template:SGU list entry: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
(so we don't even need the "Data sort value" line?)
m (small tweaks)
Line 7: Line 7:


|style="padding-left: 0.5em;padding-right: 0.3em" |
|style="padding-left: 0.5em;padding-right: 0.3em" |
{{#if: {{{theme|}}} |{{#switch: {{lc:{{{theme}}}}}| n = | y = {{tick}}| {{{theme}}} }}|{{mark}}}}
{{#if: {{{theme|}}} |{{#switch: {{lc:{{{theme}}}}}| n = {{blank}} | y = {{tick}}| {{{theme}}} }}|{{mark}}}}


|style="padding-left: 0.5em;padding-right: 0.3em" |
|style="padding-left: 0.5em;padding-right: 0.3em" |
{{#if: {{{interviewee|}}} |{{#switch: {{lc:{{{interviewee}}}}}| n = | y = {{tick}}| {{{interviewee}}} }}|{{mark}}}}
{{#if: {{{interviewee|}}} |{{#switch: {{lc:{{{interviewee}}}}}| n = {{blank}} | y = {{tick}}| {{{interviewee}}} }}|{{mark}}}}


|style="padding-left: 0.5em;padding-right: 0.3em" |
|style="padding-left: 0.5em;padding-right: 0.3em" |
{{#if: {{{live|}}} |{{#switch: {{lc:{{{live}}}}}| n = | y = {{tick}}| {{{live}}} }}|{{mark}}}}
{{#if: {{{live|}}} |{{#switch: {{lc:{{{live}}}}}| n = {{blank}} | y = {{tick}}| {{{live}}} }}|{{mark}}}}


|style="padding-left: 0.5em;padding-right: 0.3em" |
|style="padding-left: 0.5em;padding-right: 0.3em" |
{{#if: {{{rogue|}}} |{{#switch: {{lc:{{{rogue}}}}}| n = | y = {{tick}}| {{{rogue}}} }}|{{mark}}}}
{{#if: {{{rogue|}}} |{{#switch: {{lc:{{{rogue}}}}}| n = {{blank}} | y = {{tick}}| {{{rogue}}} }}|{{mark}}}}


|style="padding-left: 0.5em;padding-right: 0.3em" |
|style="padding-left: 0.5em;padding-right: 0.3em" |
{{#if: {{{other|}}} |{{#switch: {{lc:{{{other}}}}}| n = | y = {{tick}}| {{{other}}} }}|{{mark}}}}
{{#if: {{{other|}}} |{{#switch: {{lc:{{{other}}}}}| n = {{blank}} | y = {{tick}}| {{{other}}} }}|{{mark}}}}
<noinclude>
<noinclude>
=== Description ===
=== Description ===

Revision as of 06:51, 4 January 2022

|style="text-align: center"|[[SGU Episode {{{episode}}}|{{{episode}}}]]

|style="text-align: center;" style=white-space:nowrap|{{{date}}}

|style="padding-left: 0.5em;padding-right: 0.3em" | Open for transcription

|style="padding-left: 0.5em;padding-right: 0.3em" | ?

|style="padding-left: 0.5em;padding-right: 0.3em" | ?

|style="padding-left: 0.5em;padding-right: 0.3em" | ?

|style="padding-left: 0.5em;padding-right: 0.3em" | ?

|style="padding-left: 0.5em;padding-right: 0.3em" | ?

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	=		<!-- episode number -->
|date		=		<!-- broadcast date YYYY-MM-DD -->
|status		=		<!-- enter “incomplete”, “proofread”, or “verified”, or leave blank to indicate "open" -->
|theme		=		<!-- enter Y, N, or theme name/internal link -->
|interviewee 	=		<!-- enter Y, N, or interviewee name/internal link -->
|live		=		<!-- enter Y, N, or venue/event name -->
|rogue		=		<!-- enter Y, N, or guest rogue’s name -->
|other		=		<!-- enter Y, N, or episode feature /internal link -->
}}