Template:SOFResults: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
mNo edit summary
m (minor tweaks)
Line 63: Line 63:
You can include this template near the bottom right of the Science or Fiction segment for a fun colored breakdown of the results.
You can include this template near the bottom right of the Science or Fiction segment for a fun colored breakdown of the results.


=== Examples ===
The table will look similar to the actual table at the end of SoF in [[SGU_Episode_762#Jay_explains_Item_.231|Episode 762]]:
{|class="wikitable" |
|+ SoF (762)
|'''Fiction'''
|less sensitive
|-
!|Rogue
!|Guess
|- <span style="background:#ccffcc">
|style="text-align:center" |'''Bob'''
|less sensitive
|- <span style="background:#ccffcc">
|style="text-align:center" |'''Steve'''
|less sensitive
|- <span style="background:#ccffcc">
|style="text-align:center" |'''Evan'''
|less sensitive
|- <span style="background:#ffcccc">
|style="text-align:center" |'''Cara'''
|think highly of
|-
!colspan=1|Host
!colspan=1|Result
|- style="background-color:#ffffcc"
|style="text-align:center" | '''Jay'''
|style="text-align:center" | '''win'''
|-
!colspan=2|Other Items
|-
|colspan=2 style="text-align:center"|more prevalent
|-
|colspan ="2" style="text-align:center" | negative smells
|}
Suggested colorings:
{|class="wikitable"
!colspan=3|Host Colorings
|-
!style="background-color:#ccffcc"|sweep
|#ccffcc
|all the Rogues guessed wrong
|-
!style="background-color:#ccccff"|clever
|#ccccff
|each item was guessed (Steve's preferred result)
|-
!style="background-color:#ffffcc"|win
|#ffffcc
|at least one Rogue guessed wrong, but not them all
|-
!style="background-color:#ffcccc"|swept
|#ffcccc
|all the Rogues guessed right
|-
!colspan=3|Rogue Colorings
|-
!style="background-color:#ccffcc"|correct
|#ccffcc
|guessed right
|-
!style="background-color:#ffcccc"|incorrect
|#ffcccc
|fell for the fiction item
|}
=== Usage ===
=== Usage ===
You can copy/paste the following code into your page, removing lines as appropriate.
You can copy/paste the following code into your page, removing lines as appropriate.
Line 85: Line 163:
|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=       <!-- 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= <!-- item not guessed -->
|otheritem1= <!-- item not guessed -->
|otheritem2= <!-- item not guessed, delete/leave blank if absent -->
|otheritem2= <!-- item not guessed, delete/leave blank if absent -->

Revision as of 05:48, 11 June 2020

SoF ({{{episodeNum}}})
Fiction {{{fiction}}}
Rogue Guess
{{{rogue1}}} {{{answer1}}}
{{{rogue2}}} {{{answer2}}}
{{{rogue3}}} {{{answer3}}}
{{{rogue4}}} {{{answer4}}}
{{{rogue5}}} {{{answer5}}}
Host Result
{{{host}}} sweep
{{{host}}} clever
{{{host}}} win
{{{host}}} swept
Other Items
{{{otheritem1}}}
{{{otheritem2}}}
{{{otheritem3}}}


Description

You can include this template near the bottom right of the Science or Fiction segment for a fun colored breakdown of the results.

Examples

The table will look 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

Usage

You can copy/paste the following code into your page, removing lines as appropriate.

{{SOFResults
|episodeNum=
|fiction=    <!--- short word or phrase representing the item --->
|rogue1=     <!--- rogues in order of response --->
|answer1=    <!--- short word or phrase representing the guess --->
|rogue2=
|answer2=
|rogue3=
|answer3=
|rogue4=     <!-- delete/leave blank if absent -->
|answer4=    <!-- delete/leave blank if absent -->
|rogue5=     <!-- delete/leave blank if absent -->
|answer5=    <!-- delete/leave blank if absent -->
|host=       <!--- 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= <!-- item not guessed -->
|otheritem2= <!-- item not guessed, delete/leave blank if absent -->
|otheritem3= <!-- item not guessed, delete/leave blank if absent -->
}}