Template:SGU list entry: Difference between revisions
Jump to navigation
Jump to search
m (what about this?) |
m (Undo revision 16703 by Xanderox (talk) I don't think it's the " marks that matter... it's sorting by a specified value) Tag: Undo |
||
Line 3: | Line 3: | ||
|data-sort-value={{#switch: {{{status}}}| open = 1| incomplete = 2| proofread = 3| verified = 4}}|{{#switch: {{lc:{{{status}}}}}| incomplete = {{i}}| proofread = {{mag}}| verified = {{tick}}|{{open}}}} | |data-sort-value={{#switch: {{{status}}}| open = 1| incomplete = 2| proofread = 3| verified = 4}}|{{#switch: {{lc:{{{status}}}}}| incomplete = {{i}}| proofread = {{mag}}| verified = {{tick}}|{{open}}}} | ||
|{{#if: {{{ | |{{#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_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_interviewee|}}} | data-sort-value="{{{sort_interviewee}}}" }} |{{#if: {{{interviewee|}}} |{{#switch: {{{interviewee}}}| n = {{blank}} | y = {{tick}}| {{{interviewee}}} }}|{{mark}} }} |
Revision as of 05:10, 3 December 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 (), "proofread" to enter the magnifying class icon () when transcription is complete, and "verified" to enter the tick icon () when the transcript has been verified as being proofread. Leaving it blank will automatically enter "open" to enter the open icon (), indicating that sections are open to other transcribers.
Example:
{{SGU list entry |episode = |weeknumber = <!-- enter 1 to 52; if additional episodes are broadcasted, such as a special "##-hour Live Show", insert them with a sortable "week number" as appropriate --> |date = Mon(th) D(ate) <!-- three-letter month, non-zero-padded date more visually appealing; "weeknumber" is used to sort the "date" column --> |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/ [[SGU_Episode_NNN#theme|_theme_title_]] --> |interviewee = <!-- enter Y, N, or interviewee name/ name/ [[SGU_Episode_NNN#interview|_interviewee_,_description_]] --> |rogue = <!-- enter Y, N, or guest rogue's name & description --> }}