Template:SGU list entry: Difference between revisions
Jump to navigation
Jump to search
m (Refactor for readability) |
m (Revert changes) Tag: Manual revert |
||
Line 1: | Line 1: | ||
<includeonly> | <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" | |||
|{{#switch: {{{episode}}} | |||
|style="text-align: center;" style=white-space:nowrap|{{{date}}} | |style="text-align: center;" style=white-space:nowrap|{{{date}}} | ||
|data-sort-value={{#switch: {{{status}}} | |data-sort-value={{#switch: {{{status}}}| open = 1| machine = 2| bot = 3| incomplete = 4| proofread = 5| verified = 6}}|{{#switch: {{lc:{{{status}}}}}| machine = {{a}}| bot = {{bot}}| incomplete = {{i}}| proofread = {{mag}}| verified = {{tick}}|{{open}}}} | ||
|{{#switch: {{lc:{{{status}}}}} | |||
|{{#if: {{{sort_other|}}} | data-sort-value="{{{sort_other}}}" }} |{{#if: {{{other|}}}|{{#switch: {{{other}}}| n = {{blank}} | y = {{tick}}| {{{other}}} }}| {{mark}} }} | |{{#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}} }} |
Latest revision as of 20:09, 24 November 2024
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 (), "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 = |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 --> }}