Template:SOFResults: Difference between revisions
Jump to navigation
Jump to search
m (lc fiction too) |
m (centering all right cells?) |
||
Line 3: | Line 3: | ||
|'''Fiction''' | |'''Fiction''' | ||
|{{lc:{{{fiction}}}}} | |style="text-align:center"|{{lc:{{{fiction}}}}} | ||
|- | |- | ||
Line 11: | Line 11: | ||
|- {{#if: {{{rogue1|}}} | {{#switch: {{{answer1}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer1}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | |- {{#if: {{{rogue1|}}} | {{#switch: {{{answer1}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer1}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | ||
|style="text-align:center" |'''{{ucfirst:{{{rogue1}}}}}''' | |style="text-align:center" |'''{{ucfirst:{{{rogue1}}}}}''' | ||
|{{lc:{{{answer1}}}}} | |style="text-align:center"|{{lc:{{{answer1}}}}} | ||
|- {{#if: {{{rogue2|}}} | {{#switch: {{{answer2}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer2}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | |- {{#if: {{{rogue2|}}} | {{#switch: {{{answer2}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer2}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | ||
|style="text-align:center" |'''{{ucfirst:{{{rogue2}}}}}''' | |style="text-align:center" |'''{{ucfirst:{{{rogue2}}}}}''' | ||
|{{lc:{{{answer2}}}}} | |style="text-align:center"|{{lc:{{{answer2}}}}} | ||
|- {{#if: {{{rogue3|}}} | {{#switch: {{{answer3}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer3}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | |- {{#if: {{{rogue3|}}} | {{#switch: {{{answer3}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer3}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | ||
|style="text-align:center" |'''{{ucfirst:{{{rogue3}}}}}''' | |style="text-align:center" |'''{{ucfirst:{{{rogue3}}}}}''' | ||
|{{lc:{{{answer3}}}}} | |style="text-align:center"|{{lc:{{{answer3}}}}} | ||
|- {{#if: {{{rogue4|}}} | {{#switch: {{{answer4}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer4}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | |- {{#if: {{{rogue4|}}} | {{#switch: {{{answer4}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer4}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | ||
|style="text-align:center" |'''{{ucfirst:{{{rogue4}}}}}''' | |style="text-align:center" |'''{{ucfirst:{{{rogue4}}}}}''' | ||
|{{lc:{{{answer4}}}}} | |style="text-align:center"|{{lc:{{{answer4}}}}} | ||
|- {{#if: {{{rogue5|}}} | {{#switch: {{{answer5}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer5}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | |- {{#if: {{{rogue5|}}} | {{#switch: {{{answer5}}} |style="text-align:center" |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer5}}}=<span style="background:#ffcccc">}} | style="display: none;"}} | ||
|style="text-align:center" |'''{{ucfirst:{{{rogue5}}}}}''' | |style="text-align:center" |'''{{ucfirst:{{{rogue5}}}}}''' | ||
|{{lc:{{{answer5}}}}} | |style="text-align:center"|{{lc:{{{answer5}}}}} | ||
|- | |- |
Revision as of 17:02, 19 June 2020
Fiction | {{{fiction}}} |
Rogue | Guess |
---|---|
Host | Result |
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:
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, delete/leave blank if absent --> |otheritem2= <!-- item not guessed, delete/leave blank if absent --> |otheritem3= <!-- item not guessed, delete/leave blank if absent --> }}