User:Bshirley: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


* transcribed [[SGU_Episode_581#Science_or_Fiction_.281:09:38.29|Science or Fiction]] on [[SGU_Episode_581]]
* transcribed [[SGU_Episode_581#Science_or_Fiction_.281:09:38.29|Science or Fiction]] on [[SGU_Episode_581]]
* updated functionality and documentation of templates
** [[Template:Google_speech]]
** (experimental, in progress) Template:Editing_needed


===FYI===
===FYI===

Revision as of 03:30, 13 September 2016

A Texan Computer Scientist living and working in Houston, Texas.

@bshirley on twitter

Contributions

FYI

Saturday 20 April 2024

Local time is wrong - 18:30

  • we're on WikiMedia Version 1.39.7
  • user count: 410
  • admin count: 4
  • active count: 2
  • number of articles: 1,075

Desirable Template

For suggested placement at the end of the Science or Fiction section.

{{SOFResults
|episode=581
|host=Steve <!--- asker of the questions --->
|topic1=whiskers <!--- short word or phrase representing the item --->
|topic2=chimpanzees
|topic3=coma
|fiction=whiskers
|topc4=
|rogue1=Bob <!--- rogues in order of response --->
|answer1=whiskers <!--- guess, using one of the topic's names --->
|rogue2=Jay
|answer2=whiskers
|rogue3=Evan
|answer3=whiskers
|rogue4=Cara
|answer4=whiskers
}}

Would output something like:

Science or Fiction (581)
Steve crushed
Bob whiskers
Jay whiskers
Evan whiskers
Cara whiskers
other topics
chimpanzees
coma

Suggested colorings:

Host Colorings
swept #ccffcc all the rogues guessed one of the incorrect items
scattered #ccccff each item was guessed at least once (Steve's preferred result)
mixed #ffffcc some wrong, some right
crushed #ffcccc all the rogues guessed the correct answer
Rogue Colorings
correct #ccffcc correctly selected the fiction item
incorrect #ffcccc selected one of the science items


Template Output

<!--- SOFResults template output --->
{|class="wikitable"
!colspan=2|{{anchorencode:SOFResults}}Science or Fiction ({{episode}})
|-
!style="background-color:{{color0}}"|{{host}}
|style="background-color:{{color0}}"|{{host_result}}
|-
!style="background-color:{{color1}}"|{{rogue1}}
|style="background-color:{{color1}}"|{{answer1}}
|-
!style="background-color:{{color2}}"|{{rogue2}}
|style="background-color:{{color2}}"|{{answer2}}
|-
!style="background-color:{{color3}}"|{{rogue3}}
|style="background-color:{{color3}}"|{{answer3}}
|-
!style="background-color:{{color4}}"|{{rogue4}}
|style="background-color:{{color4}}"|{{answer4}}
|-
!colspan=2|other topics
|-
|colspan=2 style="text-align:center"|{{topic2}}
|-
|colspan=2 style="text-align:center"|{{topic3}}
|}
<!--- end SOFResults --->