Template:SGU list entry: Difference between revisions
Jump to navigation
Jump to search
m (hmm trying a forced switch to help sorting?) |
m (adding mheguy's "bot) |
||
(37 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"|{{#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 | |style="text-align: center;" style=white-space:nowrap|{{{date}}} | ||
|data-sort-value={{#switch: {{{status}}}| open = 1| incomplete = | |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}}}} | ||
|data-sort-value={{ | |||
|{{#if: {{{ | |{{#if: {{{sort_other|}}} | data-sort-value="{{{sort_other}}}" }} |{{#if: {{{other|}}}|{{#switch: {{{other}}}| n = {{blank}} | y = {{tick}}| {{{other}}} }}| {{mark}} }} | ||
|{{#if: {{{ | |{{#if: {{{sort_theme|}}} | data-sort-value="{{{sort_theme}}}" }} |{{#if: {{{theme|}}} |{{#switch: {{{theme}}}| n = {{blank}} | y = {{tick}}| {{{theme}}} }}| {{mark}} }} | ||
|{{#if: {{{ | |{{#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}} }} | |||
{{#if: {{{ | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
=== Description === | === Description === | ||
Line 22: | Line 20: | ||
{{SGU list entry | {{SGU list entry | ||
|episode = | |episode = | ||
|date = Mon(th) D(ate) <!-- three-letter month, non-zero-padded date more visually appealing --> | |||
|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" --> | |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 --> | |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_]] --> | |theme = <!-- enter Y, N, or theme name/ [[SGU_Episode_NNN#theme|_theme_title_]] --> | ||
|interviewee = <!-- enter Y, N, or interviewee name | |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 --> | |rogue = <!-- enter Y, N, or guest rogue's name & description --> | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category: Table entry templates]] | [[Category: Table entry templates]] | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 06:11, 2 August 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 --> }}