Template:SOFResults: Difference between revisions
Jump to navigation
Jump to search
m (emphasizing "two" fiction items) |
m (trying to fix same issue that "answer" mini table got fixed... now the results table should only display a row if it is given a 'y' (or any text)) |
||
Line 17: | Line 17: | ||
|} | |} | ||
{| class="mw-collapsible mw-collapsed wikitable"| style="float:right; clear:right; width:275px; overflow:auto; align:center" | {|class="mw-collapsible mw-collapsed wikitable"| style="float:right; clear:right; width:275px; overflow:auto; text-align:center" | ||
!style="width:60px;"|Host | !style="width:60px;"|Host | ||
!Result | !Result | ||
|- | |||
{{#if: {{{sweep|}}} | |||
|<div>style="background-color:#ccffcc"</div><td><div align=center >'''{{ucfirst:{{{host}}}}}</div></td><td><div align=left >'''sweep'''</div></td>}} | |||
{{#if: {{{clever|}}} | |||
|<div>style="background-color:#ccccff"</div><td><div align=center >'''{{ucfirst:{{{host}}}}}</div></td><td><div align=left >'''clever'''</div></td>}} | |||
{{#if: {{{win|}}} | |||
|<div>style="background-color:#ffffcc"</div><td><div align=center >'''{{ucfirst:{{{host}}}}}</div></td><td><div align=left >'''win'''</div></td>}} | |||
{{#if: {{{swept|}}} | |||
|<div>style="background-color:#ffcccc"</div><td><div align=center >'''{{ucfirst:{{{host}}}}}</div></td><td><div align=left >'''swept'''</div></td>}} | |||
<!-- pausing this part below to try out better display above | |||
|- {{#if: {{{sweep|}}} | style="background-color:#ccffcc" | style="display: none;"}} | |- {{#if: {{{sweep|}}} | style="background-color:#ccffcc" | style="display: none;"}} | ||
Line 38: | Line 50: | ||
|} | |} | ||
--> | |||
{| class="mw-collapsible mw-collapsed wikitable"| style="float:right; clear:right; width:275px; overflow:auto; align:center" | {| class="mw-collapsible mw-collapsed wikitable"| style="float:right; clear:right; width:275px; overflow:auto; align:center" | ||
!style="width:60px;"|Rogue | !style="width:60px;"|Rogue |
Revision as of 04:42, 2 August 2022
Answer | Item |
---|---|
Fiction | {{{fiction}}} |
Science | {{{science1}}} |
Host | Result |
---|
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 two fiction items, as in SGU Episode 764#theme and a handful of others.
Examples
The table will look similar to the actual table at the end of SoF 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 = <!-- leave blank if absent --> |science1 = <!-- short word or phrase representing the item --> |science2 = <!-- leave blank if absent --> |science3 = <!-- leave blank if absent --> |rogue1 = <!-- rogues in order of response --> |answer1 = <!-- item guessed, using word or phrase from above --> |rogue2 = |answer2 = |rogue3 = |answer3 = |rogue4 = <!-- leave blank if absent --> |answer4 = <!-- leave blank if absent --> |rogue5 = <!-- leave blank if absent --> |answer5 = <!-- 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 --> }}