Template:SOFResults: Difference between revisions
Jump to navigation
Jump to search
m (if these are going to be hidden at the start, then first the reader would likely make their guess, then if curious guess the outcome of the host, then guess how each rogue might have done) |
m (does "if not, display none" do better if it's in more places?) |
||
Line 15: | Line 15: | ||
|- {{#if: {{{sweep|}}} | style="background-color:#ccffcc" | style="display: none;"}} | |- {{#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}}} | '''{{ucfirst:{{{host}}}}}'''| style="display: none;"}} | ||
|style="text-align:left" | {{#if: {{{sweep|y}}} | '''sweep'''}} | |style="text-align:left" | {{#if: {{{sweep|y}}} | '''sweep'''| style="display: none;"}} | ||
|- {{#if: {{{clever|}}} | style="background-color:#ccccff" | style="display: none;"}} | |- {{#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}}} | '''{{ucfirst:{{{host}}}}}'''| style="display: none;"}} | ||
|style="text-align:left" | {{#if: {{{clever|y}}} | '''clever'''}} | |style="text-align:left" | {{#if: {{{clever|y}}} | '''clever'''| style="display: none;"}} | ||
|- {{#if: {{{win|}}} | style="background-color:#ffffcc" | style="display: none;"}} | |- {{#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}}} | '''{{ucfirst:{{{host}}}}}'''| style="display: none;"}} | ||
|style="text-align:left" | {{#if: {{{win|y}}} | '''win'''}} | |style="text-align:left" | {{#if: {{{win|y}}} | '''win'''| style="display: none;"}} | ||
|- {{#if: {{{swept|}}} | style="background-color:#ffcccc" | style="display: none;"}} | |- {{#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}}} | '''{{ucfirst:{{{host}}}}}'''| style="display: none;"}} | ||
|style="text-align:left" | {{#if: {{{swept|y}}} | '''swept'''}} | |style="text-align:left" | {{#if: {{{swept|y}}} | '''swept'''| style="display: none;"}} | ||
|- {{#if: {{{otheritem1|}}} | colspan ="2" style="text-align:center" | style="display: none;"}} | |- {{#if: {{{otheritem1|}}} | colspan ="2" style="text-align:center" | style="display: none;"}} |
Revision as of 09:17, 23 September 2020
Fiction | {{{fiction}}}
|
Host | Result |
---|
Rogue | Guess |
---|
Description
You can include this template in a Results subsection 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:
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 |
Description
You can include this template in a Results subsection 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:
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 --> |fiction2= <!-- delete/leave blank if absent --> |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= <!-- at least one Rogue guessed wrong, but not them all --> |swept= <!-- all the Rogues guessed right --> |otheritem1= <!-- item not guessed, delete/leave blank if absent --> |otheritem2= <!-- item not guessed, delete/leave blank if absent --> |otheritem3= <!-- item not guessed, delete/leave blank if absent --> }}