Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/Episode: Difference between revisions

Template page
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
--><div class="floatright"><!--
--><div class="floatright"><!--


--><div style="display:flex; justify-content:center;"><span class="infobox-header" style="text-align:center; margin-bottom:5px;">{{{title}}}</span></div><!--
-->{{#if:{{{eventTitle|}}}|<div style="display:flex; justify-content:center;"><span class="infobox-header" style="text-align:center; margin-bottom:5px;">{{{eventTitle}}}</span></div>}}<!--


--><div class="infobox-main"><!--
--><div class="infobox-main"><!--
Episode Title
Episode Title
-->{{#if:{{{eventTitle|}}}| <span class="infobox-header">{{{eventTitle}}}</span>}}<!--
-->{{#if:{{{title|}}}|<span class="infobox-header" style="text-align:center;">{{{title}}}</span>}}<!--


YouTube Embed
YouTube Embed
Line 14: Line 14:
-->{{#if:{{{eventThumbnail|}}}| [[File:{{{eventThumbnail}}}|300px]] }}<!--
-->{{#if:{{{eventThumbnail|}}}| [[File:{{{eventThumbnail}}}|300px]] }}<!--


Information
--><span class="infobox-header">Information</span><!--
Air Date
-->{{#if:{{{airDate|}}}|
<div class="infobox-info">
<span>Broadcast</span>
<p>{{{airDate}}}</p>
</div>
}}<!--
Run Time
-->{{#if:{{{runTime|}}}|
<div class="infobox-info">
<span>Run Time</span>
<p>{{{runTime}}}</p>
</div>
}}<!--
Featuring
-->{{#if:{{{featuring|}}}|
<div>
<span class="infobox-header">Featuring</span>
<p>
{{{featuring}}}
</p>
</div>
}}<!--
Navigation
-->{{#if:{{{previous|}}}{{{next|}}}|
<span class="infobox-header">Links</span>
<div style="display:flex; gap:5px; justify-content:space-around;">
{{#if:{{{previous|}}} | <div>[[{{{previous}}}|Previous]]</div> | <div>N/A</div>}}
{{#if:{{{next|}}}| <div>[[{{{next}}}|Next]]</div> | <div>N/A</div> }}
</div>
}}<!--


--></div><!--
--></div><!--
Line 44: Line 81:
"description": "The title of the episode of the event",
"description": "The title of the episode of the event",
"example": "Episode #1",
"example": "Episode #1",
"type": "string",
"type": "string"
"required": true
},
},
"eventTitle": {
"eventTitle": {

Latest revision as of 10:54, 7 April 2025


95 Degrees Podcast
Episode 1 Information

Broadcast

01/01/2020

Run Time

10 Minutes

Featuring

Links


Infobox for an episode of a particular show or event

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Episode Titletitle Episode Title

The title of the episode of the event

Example
Episode #1
Stringoptional
Event TitleeventTitle Event Title

The title of the event this episode is from -- Use the exact name of an event based on its respective page on this wiki

Example
95 Degrees Podcast
Stringoptional
Thumbnail imageeventThumbnail Thumbnail image

The name of a file on this wiki to be used as a thumbnail (use this as an alternative for YouTube video)

Fileoptional
YouTube Video IDyoutubeId YouTube Video ID

The ID of a YouTube video for this episode (Use this as an alternative for thumbnail image)

Example
cAP_fgpKIhs
Stringoptional
Air Date airDate Air Date

The date this episode of the event aired

Example
01/01/2020
Dateoptional
Run TimerunTime Run Time

How long the episode ran for

Example
1hr30min
Stringoptional
Featuring listfeaturing Featuring list

A list of prominent people that featured in this episode. Format using: * [[Name Here]]

Unbalanced wikitextoptional
Previous Episodeprevious Previous Episode

Name of the page for the previous episode

Example
Episode 1
Unknownoptional
Next Episodenext Next Episode

Name of the page for the next episode

Example
Episode 3
Stringoptional