Help:Episode infobox: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (updated)
(edited code example to stop overlap from <pre>)
Line 21: Line 21:




This is an example of the input, variables marked with an asterix can be left blank, removing them from the infobox.
This is an example of the input for the infobox. Variables marked with an asterix can be left blank, removing them from the infobox.


Insert Links for guests and quote authors where possible.
Insert Links for guests and quote authors where possible.


The name of the episode icon is given by "File:" plus the name of the image used in the episode show notes.
The name of the episode icon is given by "File:" plus the name of the image used in the episode show notes.
<pre>
 
{{Draft_infoBox  
If left blank, 'previous' and 'next' automate to the previous/next SGU episodes. To override this, you can enter the number of the previous/next episodes in the sequence.
|episodeTitle = SGU Episode 3594
 
|episodeDate   = 34<sup>th</sup> February 2024
 
|episodeIcon   = File:LogoSGU.png
 
|previous     = 1     <!-- automatically links to previous episode if left blank -->
<code><nowiki>{{Draft_infoBox </nowiki></code><br>
|next         = 355   <!-- automatically links to next episode if left blank -->
<code><nowiki>|episodeTitle&nbsp;&nbsp;= SGU Episode 3594 </nowiki></code><br>
|rebecca       = y *
<code><nowiki>|episodeDate&nbsp;&nbsp;&nbsp;= 34<sup>th</sup> February 2024 </nowiki></code><br>
|bob           = y *
<code><nowiki>|episodeIcon&nbsp;&nbsp;&nbsp;= File:LogoSGU.png </nowiki></code><br>
|jay           = y *
<code><nowiki>|previous&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 1</nowiki></code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
|evan         = y *
<code><nowiki>|next&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 355</nowiki></code>&nbsp;&nbsp;&nbsp;&nbsp;<br>
|perry         = y *
<code><nowiki>|rebecca&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= y * </nowiki></code><br>
|guest1       = JR: [http://en.wikipedia.org/wiki/James_Randi James Randi] *
<code><nowiki>|bob&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= y * </nowiki></code><br>
|guest2       = RW: [http://en.wikipedia.org/wiki/Richard_Wiseman Richard Wiseman] *
<code><nowiki>|jay&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= y * </nowiki></code><br>
|guest3       = PP: [http://en.wikipedia.org/wiki/Phil_Plait Phil_Plait] *
<code><nowiki>|evan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= y * </nowiki></code><br>
|qowText       = quote of the week text *
<code><nowiki>|perry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= y * </nowiki></code><br>
|qowAuthor     = quote of the week author *
<code><nowiki>|guest1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= JR: [http://en.wikipedia.org/wiki/James_Randi James Randi] * </nowiki></code><br>
|downloadLink = http://www.sgutranscripts.org *
<code><nowiki>|guest2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= RW: [http://en.wikipedia.org/wiki/Richard_Wiseman Richard Wiseman] * </nowiki></code><br>
|notesLink     = http://www.sgutranscripts.org *
<code><nowiki>|guest3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= PP: [http://en.wikipedia.org/wiki/Phil_Plait Phil_Plait] * </nowiki></code><br>
|forumLink     = http://www.sgutranscripts.org *
<code><nowiki>|qowText&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= quote of the week text * </nowiki></code><br>
|}}
<code><nowiki>|qowAuthor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= quote of the week author * </nowiki></code><br>
</pre>
<code><nowiki>|downloadLink&nbsp;&nbsp;= http://www.sgutranscripts.org * </nowiki></code><br>
<code><nowiki>|notesLink&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= http://www.sgutranscripts.org * </nowiki></code><br>
<code><nowiki>|forumLink&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= http://www.sgutranscripts.org * </nowiki></code><br>
<code><nowiki>|}}</nowiki></code>

Revision as of 22:16, 15 May 2012

Template:Draft infoBox


This is an example of the input for the infobox. Variables marked with an asterix can be left blank, removing them from the infobox.

Insert Links for guests and quote authors where possible.

The name of the episode icon is given by "File:" plus the name of the image used in the episode show notes.

If left blank, 'previous' and 'next' automate to the previous/next SGU episodes. To override this, you can enter the number of the previous/next episodes in the sequence.


{{Draft_infoBox
|episodeTitle  = SGU Episode 3594
|episodeDate   = 34<sup>th</sup> February 2024
|episodeIcon   = File:LogoSGU.png
|previous      = 1        
|next          = 355    
|rebecca       = y *
|bob           = y *
|jay           = y *
|evan          = y *
|perry         = y *
|guest1        = JR: [http://en.wikipedia.org/wiki/James_Randi James Randi] *
|guest2        = RW: [http://en.wikipedia.org/wiki/Richard_Wiseman Richard Wiseman] *
|guest3        = PP: [http://en.wikipedia.org/wiki/Phil_Plait Phil_Plait] *
|qowText       = quote of the week text *
|qowAuthor     = quote of the week author *
|downloadLink  = http://www.sgutranscripts.org *
|notesLink     = http://www.sgutranscripts.org *
|forumLink     = http://www.sgutranscripts.org *
|}}