Template:WtnHiddenAnswer: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (updates)
m (Ah sorry wrong anchor)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{anchor|futureWTN}}
{{anchor|futureWTN}}
{{#if: {{{episodeNum|}}} | <div class="toccolours mw-collapsible mw-collapsed" style="width:400px; overflow:auto;">
{{#if: {{{pastnoisy|}}}| <div class="toccolours mw-collapsible mw-collapsed" data-collapsetext="Hide answer" data-expandtext="Reveal answer" style="width:400px; overflow:auto;">
<div style="font-weight:bold;">Answer to [[SGU Episode {{{pastnoisy}}}#previousWTN|Noisy from Episode {{{pastnoisy}}}]]:</div>
<div class="mw-collapsible-content">{{{answer}}}</div></div> |
{{#if: {{{episodeNum|}}} | <div class="toccolours mw-collapsible mw-collapsed" data-collapsetext="Hide answer" data-expandtext="Reveal answer" style="width:400px; overflow:auto;">
<div style="font-weight:bold;">Answer to [[SGU Episode {{{episodeNum}}}#previousWTN|previous Noisy]]:</div>
<div style="font-weight:bold;">Answer to [[SGU Episode {{{episodeNum}}}#previousWTN|previous Noisy]]:</div>
<div class="mw-collapsible-content">{{{answer}}}</div></div>}}<noinclude>
<div class="mw-collapsible-content">{{{answer}}}</div></div>}} }}<noinclude>
=== Description ===
=== Description ===
This template inserts into a box a link to the New Noisy segment of the previous episode that has a New Noisy, with the answer initially collapsed.
This template inserts into a box a link to the New Noisy segment of the most recent-to-the-episode WTN, with the answer initially collapsed.


=== Example ===
=== Examples ===
This template is used at the beginning of the [[SGU_Episode_780#Who.27s_That_Noisy.3F_.2859:34.29|Who's that Noisy section of Episode 780]]:
==== <u>Standard</u> ====
This template is used at the beginning of the [[SGU_Episode_780#futureWTN|Who's that Noisy section of Episode 780]]:


  <pre><nowiki>
  <pre><nowiki>
{{wtnHiddenAnswer
{{wtnHiddenAnswer
|episodeNum =  779
|episodeNum =  779
|answer =  [https://www.youtube.com/watch?v=IfsZ585gTnE&t=39s Golden Gate Bridge New Sidewalk Railing Slats]<ref name=kqed>[https://www.kqed.org/arts/13881451/the-golden-gate-bridge-sounds-like-a-david-lynch-movie-now KQED: Why the Golden Gate Bridge Is Now a Giant Orange Wheezing Kazoo]</ref>
|answer =  [https://www.youtube.com/watch?v=IfsZ585gTnE&t=39s Golden Gate Bridge's New Sidewalk Railing Slats]<ref name=kqed>[https://www.kqed.org/arts/13881451/the-golden-gate-bridge-sounds-like-a-david-lynch-movie-now KQED: Why the Golden Gate Bridge Is Now a Giant Orange Wheezing Kazoo]</ref>
}}
}}
</nowiki></pre>
</nowiki></pre>
Line 20: Line 24:
{{wtnHiddenAnswer
{{wtnHiddenAnswer
|episodeNum =  779
|episodeNum =  779
|answer =  [https://www.youtube.com/watch?v=IfsZ585gTnE&t=39s Golden Gate Bridge New Sidewalk Railing Slats]
|answer =  [https://www.youtube.com/watch?v=IfsZ585gTnE&t=39s Golden Gate Bridge’s New Sidewalk Railing Slats]
}}
}}


This box links to [[SGU Episode 779#previousWTN|the New Noisy section of Episode 779]], with the answer initially collapsed in case the reader wants to go to the previous episode to see the time stamp of the new Noisy and perhaps listen to or read the Noisy creator's hints/comments or other Rogues' quasi-guesses. Because a reference is used in the actual transcript (see the preview), it shows up in the [[SGU_Episode_780#References|References section of the Episode 780 transcript]].
This box links to [[SGU Episode 779#previousWTN|the New Noisy section of Episode 779]], with the answer initially collapsed in case the reader wants to go to the previous episode to see the time stamp of the new Noisy and perhaps listen to or read the Noisy creator's hints/comments or other Rogues' quasi-guesses. Because a reference is used in the actual transcript (see the preview), it shows up in the [[SGU_Episode_780#References|References section of the Episode 780 transcript]].
==== <u>Special</u> ====
This template is used three times at the beginning of the [[SGU_Episode_907#wtn|Who's that Noisy? section of Episode 907]], where Jay reuses three Noisys from 2015, and has a different parameter for the respective episode number for each Noisy:
<pre>
{{wtnHiddenAnswer
|pastnoisy = 500
|answer = (answer hidden!)
}}
{{wtnHiddenAnswer
|pastnoisy = 517
|answer = (answer hidden!)
}}
{{wtnHiddenAnswer
|pastnoisy = 515
|answer = (answer hidden!)
}}
</pre>
In this second of two episodes recorded back-to-back, Jay challenges the Rogues to guess at the three old Noisys.<br>(Currently the answers are lacking better descriptions and any relevant links, if available.)
{{wtnHiddenAnswer
|pastnoisy = 500
|answer = bearded seal
}}
{{wtnHiddenAnswer
|pastnoisy = 517
|answer = John Lennon
}}
{{wtnHiddenAnswer
|pastnoisy = 515
|answer = curl-crested jay
}}


=== Usage ===
=== Usage ===
<pre>{{wtnHiddenAnswer
<pre>{{wtnHiddenAnswer
|episodeNum =  <!-- episode number for previous Noisy -->
|pastnoisy NNN <!-- if applicable,
|answer =  <!-- brief description of answer, perhaps with a link
Enter episode number for a reused Noisy, answered in a past episode other than the most recent; see Episode 907 for an example.
If a past noisy is not being reused, don't use this parameter. -->
 
|episodeNum NNN <!-- episode number for previous Noisy -->
|answer =  _brief_description_of_answer_ _perhaps_with_a_link_
}}
}}
</pre>  
</pre>  

Latest revision as of 07:26, 3 June 2023

Description[edit]

This template inserts into a box a link to the New Noisy segment of the most recent-to-the-episode WTN, with the answer initially collapsed.

Examples[edit]

Standard[edit]

This template is used at the beginning of the Who's that Noisy section of Episode 780:

{{wtnHiddenAnswer
|episodeNum		=  779
|answer			=  [https://www.youtube.com/watch?v=IfsZ585gTnE&t=39s Golden Gate Bridge's New Sidewalk Railing Slats]<ref name=kqed>[https://www.kqed.org/arts/13881451/the-golden-gate-bridge-sounds-like-a-david-lynch-movie-now KQED: Why the Golden Gate Bridge Is Now a Giant Orange Wheezing Kazoo]</ref>
}}

and produces:

This box links to the New Noisy section of Episode 779, with the answer initially collapsed in case the reader wants to go to the previous episode to see the time stamp of the new Noisy and perhaps listen to or read the Noisy creator's hints/comments or other Rogues' quasi-guesses. Because a reference is used in the actual transcript (see the preview), it shows up in the References section of the Episode 780 transcript.

Special[edit]

This template is used three times at the beginning of the Who's that Noisy? section of Episode 907, where Jay reuses three Noisys from 2015, and has a different parameter for the respective episode number for each Noisy:

{{wtnHiddenAnswer
|pastnoisy			= 500
|answer				= (answer hidden!)
}}
{{wtnHiddenAnswer
|pastnoisy			= 517
|answer				= (answer hidden!)
}}
{{wtnHiddenAnswer
|pastnoisy			= 515
|answer				= (answer hidden!)
}}

In this second of two episodes recorded back-to-back, Jay challenges the Rogues to guess at the three old Noisys.
(Currently the answers are lacking better descriptions and any relevant links, if available.)

bearded seal

John Lennon

curl-crested jay

Usage[edit]

{{wtnHiddenAnswer
|pastnoisy		=  NNN <!-- if applicable,
	Enter episode number for a reused Noisy, answered in a past episode other than the most recent; see Episode 907 for an example.
	If a past noisy is not being reused, don't use this parameter. -->

|episodeNum		=  NNN <!-- episode number for previous Noisy -->
|answer			=  _brief_description_of_answer_ _perhaps_with_a_link_
}}