More actions
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;">{{{ | -->{{#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:{{{ | -->{{#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" | ||
}, | }, | ||
"eventTitle": { | "eventTitle": { |
Latest revision as of 10:54, 7 April 2025
95 Degrees Podcast
Infobox for an episode of a particular show or event
Parameter | Description | Type | Status | |
---|---|---|---|---|
Episode Title | title Episode Title | The title of the episode of the event
| String | optional |
Event Title | eventTitle 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
| String | optional |
Thumbnail image | eventThumbnail Thumbnail image | The name of a file on this wiki to be used as a thumbnail (use this as an alternative for YouTube video) | File | optional |
YouTube Video ID | youtubeId YouTube Video ID | The ID of a YouTube video for this episode (Use this as an alternative for thumbnail image)
| String | optional |
Air Date | airDate Air Date | The date this episode of the event aired
| Date | optional |
Run Time | runTime Run Time | How long the episode ran for
| String | optional |
Featuring list | featuring Featuring list | A list of prominent people that featured in this episode. Format using: * [[Name Here]] | Unbalanced wikitext | optional |
Previous Episode | previous Previous Episode | Name of the page for the previous episode
| Unknown | optional |
Next Episode | next Next Episode | Name of the page for the next episode
| String | optional |