Template:SOFResults: Difference between revisions
Jump to navigation
Jump to search
m (changed text output for sof item prompts) |
m (yeah updated answer outputs too) |
||
Line 29: | Line 29: | ||
!Guess | !Guess | ||
{{#if: {{{rogue1|}}} | {{#if: {{{rogue1|}}} | ||
|{{#switch: {{{answer1}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer1}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue1}}}}}'''</div></td><td> {{ | |{{#switch: {{{answer1}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer1}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue1}}}}}'''</div></td><td> {{ucfirst:{{{answer1}}}}} </td></tr>}}{{#if: {{{rogue2|}}} | ||
|{{#switch: {{{answer2}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer2}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue2}}}}}'''</div></td><td> {{ | |{{#switch: {{{answer2}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer2}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue2}}}}}'''</div></td><td> {{ucfirst:{{{answer2}}}}} </td></tr>}}{{#if: {{{rogue3|}}} | ||
|{{#switch: {{{answer3}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer3}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue3}}}}}'''</div></td><td> {{ | |{{#switch: {{{answer3}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer3}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue3}}}}}'''</div></td><td> {{ucfirst:{{{answer3}}}}} </td></tr>}}{{#if: {{{rogue4|}}} | ||
|{{#switch: {{{answer4}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer4}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue4}}}}}'''</div></td><td> {{ | |{{#switch: {{{answer4}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer4}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue4}}}}}'''</div></td><td> {{ucfirst:{{{answer4}}}}} </td></tr>}}{{#if: {{{rogue5|}}} | ||
|{{#switch: {{{answer5}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer5}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue5}}}}}'''</div></td><td> {{ | |{{#switch: {{{answer5}}} |{{{fiction}}}=<tr style="background:#ccffcc">|{{{fiction2}}}=<tr style="background:#ccffcc">|{{{answer5}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue5}}}}}'''</div></td><td> {{ucfirst:{{{answer5}}}}} </td></tr>}} | ||
|} | |} | ||
<noinclude> | <noinclude> |
Revision as of 11:50, 9 December 2022
Answer | Item |
---|---|
Fiction | {{{fiction}}} |
Science | {{{science1}}} |
Host | Result |
---|---|
{{{host}}} | 'sweep'clever'win'swept |
Rogue | Guess |
---|
Description
You can include this template in a Results subsection of the Science or Fiction segment for a fun, colorful breakdown of the results. The table allows for five respondents and even the rare case of two fiction items, as in Episode 903.
Examples
The table will look similar to the actual SoF results table in Episode 762:
Answer | Item |
---|---|
Fiction | less sensitive |
Science | think highly of |
Science | more prevalent |
Science | negative smells |
Host | Result |
---|---|
Jay | win |
Rogue | Guess |
---|---|
Bob | less sensitive |
Steve | less sensitive |
Evan | less sensitive |
Cara | think highly of |
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 |fiction = <!-- short word or phrase representing the item --> |fiction2 = <!-- delete or leave blank if absent; rarely does a host amend a "science" item --> |science1 = <!-- short word or phrase representing the item --> |science2 = <!-- delete or leave blank if absent --> |science3 = <!-- delete or leave blank if absent --> |rogue1 = <!-- rogues in order of response --> |answer1 = <!-- item guessed, using word or phrase from above --> |rogue2 = |answer2 = |rogue3 = |answer3 = |rogue4 = <!-- delete or leave blank if absent --> |answer4 = <!-- delete or leave blank if absent --> |rogue5 = <!-- delete or leave blank if absent --> |answer5 = <!-- delete or leave blank if absent --> |host =steve <!-- asker of the questions; change name if other than steve --> <!-- 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 --> }}