User:Xanderox: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
mNo edit summary
Line 21: Line 21:
|sweep=      <!-- all the Rogues guessed wrong -->
|sweep=      <!-- all the Rogues guessed wrong -->
|clever=    <!-- each item was guessed (Steve's preferred result) -->
|clever=    <!-- each item was guessed (Steve's preferred result) -->
|win=y       <!-- at least one Rogue guessed wrong, but not them all -->
|win=y       <!-- at least one Rogue guessed wrong, but not them all -->
|swept=      <!-- all the Rogues guessed the correct answer -->
|swept=      <!-- all the Rogues guessed right -->
|otheritem1=more prevalent <!-- item not guessed -->
|otheritem1=more prevalent <!-- item not guessed -->
|otheritem2=negative smells
|otheritem2=negative smells
Line 79: Line 79:
!style="background-color:#ccffcc"|sweep
!style="background-color:#ccffcc"|sweep
|#ccffcc
|#ccffcc
|all the Rogues guessed an incorrect item
|all the Rogues guessed wrong
|-
|-
!style="background-color:#ccccff"|clever
!style="background-color:#ccccff"|clever
|#ccccff
|#ccccff
|each item was guessed at least once (Steve's preferred result)
|each item was guessed (Steve's preferred result)
|-
|-
!style="background-color:#ffffcc"|win
!style="background-color:#ffffcc"|win
|#ffffcc
|#ffffcc
|at least one Rogue, but not them all, guessed correctly
|at least one Rogue guessed wrong, but not them all
|-
|-
!style="background-color:#ffcccc"|swept
!style="background-color:#ffcccc"|swept
|#ffcccc
|#ffcccc
|all the Rogues guessed the correct answer
|all the Rogues guessed right
|-
|-
!colspan=3|Rogue Colorings
!colspan=3|Rogue Colorings
Line 97: Line 97:
!style="background-color:#ccffcc"|correct
!style="background-color:#ccffcc"|correct
|#ccffcc
|#ccffcc
|correctly selected the fiction item
|guessed right
|-
|-
!style="background-color:#ffcccc"|incorrect
!style="background-color:#ffcccc"|incorrect

Revision as of 05:48, 11 June 2020

Hey everybody! My name is Scott, and I'm a big fan of the SGU and an aspiring transcriptionist. I look forward to helping get this project ramped up again! I'm also slowly upgrading my regular Wikipedia skills. Here's my userpage over there.

Desirable Template

For suggested placement near the end of the Science or Fiction section. Inspired by User:Bshirley#Desirable_Template

{{SOFResults
|episodeNum=762
|fiction=less sensitive    <!--- short word or phrase representing the item --->
|rogue1=bob <!--- rogues in order of response --->
|answer1=less sensitive    <!--- short word or phrase representing the guess --->
|rogue2=steve
|answer2=less sensitive
|rogue3=evan
|answer3=less sensitive
|rogue4=cara
|answer4=think highly of
|host=jay      <!--- asker of the questions --->
<!-- for the result options below, 
     only put a 'y' next to one. -->
|sweep=      <!-- all the Rogues guessed wrong -->
|clever=     <!-- each item was guessed (Steve's preferred result) -->
|win=y       <!-- at least one Rogue guessed wrong, but not them all -->
|swept=      <!-- all the Rogues guessed right -->
|otheritem1=more prevalent <!-- item not guessed -->
|otheritem2=negative smells
}}

Outputs similar to the actual table at the end of SoF in Episode 762:

SoF (762)
Fiction less sensitive
Rogue Guess
Bob less sensitive
Steve less sensitive
Evan less sensitive
Cara think highly of
Host Result
Jay win
Other Items
more prevalent
negative smells

Suggested colorings:

Host Colorings
sweep #ccffcc all the Rogues guessed wrong
clever #ccccff each item was guessed (Steve's preferred result)
win #ffffcc at least one Rogue guessed wrong, but not them all
swept #ffcccc all the Rogues guessed right
Rogue Colorings
correct #ccffcc guessed right
incorrect #ffcccc fell for the fiction item


Template Output

<!--- SOFResults template output --->
{|class="wikitable" | style="float:right;"
|+ SoF ({{{episodeNum}}})

|'''Fiction'''
|{{{fiction}}}

|-
!|Rogue
!|Guess

|- {{#if: {{{rogue1|}}} | {{#switch: {{{answer1}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer1}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue1}}}}}'''
|{{{answer1}}}

|- {{#if: {{{rogue2|}}} | {{#switch: {{{answer2}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer2}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue2}}}}}'''
|{{{answer2}}}

|- {{#if: {{{rogue3|}}} | {{#switch: {{{answer3}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer3}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue3}}}}}'''
|{{{answer3}}}

|- {{#if: {{{rogue4|}}} | {{#switch: {{{answer4}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer4}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue4}}}}}'''
|{{{answer4}}}

|- {{#if: {{{rogue5|}}} | {{#switch: {{{answer5}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer5}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue5}}}}}'''
|{{{answer5}}}

|-
!colspan=1|Host 
!colspan=1|Result

|- {{#if: {{{sweep|}}} | style="background-color:#ccffcc" | style="display: none;"}}
|style="text-align:center" | {{#if: {{{sweep|y}}} | '''{{ucfirst:{{{host}}}}}'''}}
|style="text-align:center" | {{#if: {{{sweep|y}}} | '''sweep'''}}

|- {{#if: {{{clever|}}} | style="background-color:#ccccff" | style="display: none;"}}
|style="text-align:center" | {{#if: {{{clever|y}}} | '''{{ucfirst:{{{host}}}}}'''}}
|style="text-align:center" | {{#if: {{{clever|y}}} | '''clever'''}}

|- {{#if: {{{win|}}} | style="background-color:#ffffcc" | style="display: none;"}}
|style="text-align:center" | {{#if: {{{win|y}}} | '''{{ucfirst:{{{host}}}}}'''}}
|style="text-align:center" | {{#if: {{{win|y}}} | '''win'''}}

|- {{#if: {{{swept|}}} | style="background-color:#ffcccc" | style="display: none;"}}
|style="text-align:center" | {{#if: {{{swept|y}}} | '''{{ucfirst:{{{host}}}}}'''}}
|style="text-align:center" | {{#if: {{{swept|y}}} | '''swept'''}}

|-
!colspan=2|other topics
|-
|colspan=2 style="text-align:center"|{{{otheritem1}}}
|- {{#if: {{{otheritem2|}}} | colspan ="2" style="text-align:center" {{{otheritem2}}} | style="display: none;"}}
| colspan ="2" style="text-align:center" | {{{otheritem2}}}
|- {{#if: {{{otheritem3|}}} | colspan ="2" style="text-align:center" {{{otheritem3}}} | style="display: none;"}}
| colspan ="2" style="text-align:center" | {{{otheritem3}}}
|}
<!--- end SOFResults --->