Template:SGU list entry: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
(attempt to add "data-sort-value" to status)
m (Making double underline same color as single underline)
 
(75 intermediate revisions by 3 users not shown)
Line 1: Line 1:
|style="text-align: center"|[[SGU Episode {{{episode}}}|{{{episode}}}]]
<includeonly>|style="text-align: center"|{{#switch: {{{episode}}}|1000=[[SGU Episode {{{episode}}}|<span style="color:#8F00FF; border-bottom: 1px double #8F00FF;"><u>'''''1000!'''''</u></span>]]|#default=[[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={{{status}}}|
|data-sort-value={{#switch: {{{status}}}| open = 1| machine = 2| incomplete = 3| proofread = 4| verified = 5}}|{{#switch: {{lc:{{{status}}}}}| machine = {{a}}| incomplete = {{i}}| proofread = {{mag}}| verified = {{tick}}|{{open}}}}
{{#if: {{{status|}}} |{{#switch: {{{status}}}| incomplete = {{i}}| verified = {{tick}}| open = {{open}} }}}}
 
<noinclude>
|{{#if: {{{sort_other|}}} | data-sort-value="{{{sort_other}}}" }} |{{#if: {{{other|}}}|{{#switch: {{{other}}}| n = {{blank}} | y = {{tick}}| {{{other}}} }}| {{mark}} }}
|{{#if: {{{sort_theme|}}} | data-sort-value="{{{sort_theme}}}" }} |{{#if: {{{theme|}}} |{{#switch: {{{theme}}}| n = {{blank}} | y = {{tick}}| {{{theme}}} }}| {{mark}} }}
|{{#if: {{{sort_interviewee|}}} | data-sort-value="{{{sort_interviewee}}}" }} |{{#if: {{{interviewee|}}} |{{#switch: {{{interviewee}}}| n = {{blank}} | y = {{tick}}| {{{interviewee}}} }}|{{mark}} }}
|{{#if: {{{sort_rogue|}}} | data-sort-value="{{{sort_rogue}}}" }} |{{#if: {{{rogue|}}} |{{#switch: {{{rogue}}}| n = {{blank}} | y = {{tick}}| {{{rogue}}} }}| {{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 = Mon(th) D(ate) <!-- three-letter month, non-zero-padded date more visually appealing  -->
|status    = incomplete              <!-- when transcript complete, remove value -->
|status = <!-- enter "incomplete", "proofread", or "verified", or leave blank to indicate "open" -->
|sort_other =zzz <!-- delete if "other" has named entry -->
|other = <!-- enter Y, N, or episode feature /internal link -->
|sort_theme =zzz <!-- delete if "theme" has named entry -->
|theme = <!-- enter Y, N, or theme name/ [[SGU_Episode_NNN#theme|_theme_title_]] -->
|sort_interviewee =zzz <!-- delete if "interviewee" has named entry -->
|interviewee = <!-- enter Y, N, or interviewee name, or [[SGU_Episode_NNN#interview|_interviewee_,_description_]] -->
|sort_rogue =zzz <!-- delete if "rogue" has named entry -->
|rogue = <!-- enter Y, N, or guest rogue's name & description -->
}}
}}
</pre>
</pre>
[[Category: Table entry templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 16:20, 17 October 2023

Description[edit]

This template can be used to add formatted entries to a sortable table, ideally for the SGU Episodes page.

Usage[edit]

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		= Mon(th) D(ate)	<!-- three-letter month, non-zero-padded date more visually appealing  -->
|status		=	<!-- enter "incomplete", "proofread", or "verified", or leave blank to indicate "open" -->
|sort_other 	=zzz	<!-- delete if "other" has named entry -->
|other		=	<!-- enter Y, N, or episode feature /internal link -->
|sort_theme 	=zzz	<!-- delete if "theme" has named entry -->
|theme 		=	<!-- enter Y, N, or theme name/ [[SGU_Episode_NNN#theme|_theme_title_]] -->
|sort_interviewee =zzz	<!-- delete if "interviewee" has named entry -->
|interviewee	=	<!-- enter Y, N, or interviewee name, or [[SGU_Episode_NNN#interview|_interviewee_,_description_]] -->
|sort_rogue 	=zzz	<!-- delete if "rogue" has named entry -->
|rogue		=	<!-- enter Y, N, or guest rogue's name & description -->
}}