Template:FOSResults: Difference between revisions
m (adding line break to desc) |
m (adding 3 sciences for episode 967's chat GPT theme) |
||
Line 6: | Line 6: | ||
|- | |- | ||
|style="width:60px;"|'''Science''' | |style="width:60px;"|'''Science''' | ||
|style="text-align:left"|{{lc:{{{ | |style="text-align:left"|{{lc:{{{science1}}}}} | ||
{{#if:{{{science2|}}} | {{#if:{{{science2|}}} | ||
|<tr><td><u>'''Science'''</u></td><td><div align=left >{{lc:{{{science2}}}}}</div></td></tr>}} | |<tr><td><u>'''Science'''</u></td><td><div align=left >{{lc:{{{science2}}}}}</div></td></tr>}}{{#if:{{{science3|}}} | ||
|<tr><td><u>'''Science'''</u></td><td><div align=left >{{lc:{{{science3}}}}}</div></td></tr>}} | |||
{{#if:{{{fiction1|}}} | |||
|- | |- | ||
|style="width:60px;"|'''Fiction''' | |style="width:60px;"|'''Fiction''' | ||
Line 16: | Line 18: | ||
|<tr><td>'''Fiction'''</td><td><div align=left >{{lc:{{{fiction3}}}}}</div></td></tr>}} | |<tr><td>'''Fiction'''</td><td><div align=left >{{lc:{{{fiction3}}}}}</div></td></tr>}} | ||
|} | |} | ||
}} | |||
{|class="mw-collapsible mw-collapsed wikitable" data-expandtext="Reveal"| style="float:right; clear:right; width:275px; overflow:auto; text-align:center" | {|class="mw-collapsible mw-collapsed wikitable" data-expandtext="Reveal"| style="float:right; clear:right; width:275px; overflow:auto; text-align:center" | ||
!style="width:60px;"|Host | !style="width:60px;"|Host | ||
Line 29: | Line 31: | ||
!Guess | !Guess | ||
{{#if: {{{rogue1|}}} | {{#if: {{{rogue1|}}} | ||
|{{#switch: {{{answer1}}} |{{{ | |{{#switch: {{{answer1}}} |{{{science1}}}=<tr style="background:#ccffcc">|{{{science2}}}=<tr style="background:#ccffcc">|{{{science3}}}=<tr style="background:#ccffcc">|{{{answer1}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue1}}}}}'''</div></td><td> {{lc:{{{answer1}}}}} </td></tr>}}{{#if: {{{rogue2|}}} | ||
|{{#switch: {{{answer2}}} |{{{ | |{{#switch: {{{answer2}}} |{{{science1}}}=<tr style="background:#ccffcc">|{{{science2}}}=<tr style="background:#ccffcc">|{{{science3}}}=<tr style="background:#ccffcc">|{{{answer2}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue2}}}}}'''</div></td><td> {{lc:{{{answer2}}}}} </td></tr>}}{{#if: {{{rogue3|}}} | ||
|{{#switch: {{{answer3}}} |{{{ | |{{#switch: {{{answer3}}} |{{{science1}}}=<tr style="background:#ccffcc">|{{{science2}}}=<tr style="background:#ccffcc">|{{{science3}}}=<tr style="background:#ccffcc">|{{{answer3}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue3}}}}}'''</div></td><td> {{lc:{{{answer3}}}}} </td></tr>}}{{#if: {{{rogue4|}}} | ||
|{{#switch: {{{answer4}}} |{{{ | |{{#switch: {{{answer4}}} |{{{science1}}}=<tr style="background:#ccffcc">|{{{science2}}}=<tr style="background:#ccffcc">|{{{science3}}}=<tr style="background:#ccffcc">|{{{answer4}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue4}}}}}'''</div></td><td> {{lc:{{{answer4}}}}} </td></tr>}}{{#if: {{{rogue5|}}} | ||
|{{#switch: {{{answer5}}} |{{{ | |{{#switch: {{{answer5}}} |{{{science1}}}=<tr style="background:#ccffcc">|{{{science2}}}=<tr style="background:#ccffcc">|{{{science3}}}=<tr style="background:#ccffcc">|{{{answer5}}}=<tr style="background:#ffcccc">}} <td><div align=center >'''{{ucfirst:{{{rogue5}}}}}'''</div></td><td> {{lc:{{{answer5}}}}} </td></tr>}} | ||
|} | |} | ||
<noinclude> | <noinclude> |
Revision as of 04:08, 21 February 2024
Answer | Item | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Science | {{{science1}}}
style="width:60px;"
DescriptionYou 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. If the host or Rogues determine there are actually two science items, the table allows for this, underlining the second "science" item in the table and granting Rogues guessing either one with a correct "green" background. ExamplesThe table will look similar to the actual SoF results table in Episode 903:
Suggested colorings:
UsageYou can copy/paste the following code into your page, removing lines as appropriate. {{FOSResults |fiction = <!-- short word or phrase representing the item --> |fiction2 = <!-- short word or phrase representing the item --> |fiction3 = <!-- short word or phrase representing the item --> |science1 = <!-- short word or phrase representing the item --> |science2 = <!-- delete or leave blank if absent; rarely does a host amend a "science" item --> |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 --> }} |