More actions
Made event title optional |
No edit summary |
||
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><!-- | <includeonly><!-- | ||
-->< | --><div class="floatright"><!-- | ||
-->{{#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"><!-- | |||
-->{{#if:{{{ | Episode Title | ||
-->{{#if:{{{title|}}}|<span class="infobox-header" style="text-align:center;">{{{title}}}</span>}}<!-- | |||
YouTube Embed | |||
-->{{#if:{{{youtubeId|}}} | | -->{{#if:{{{youtubeId|}}}| {{#tag:html | <iframe width="254" height="144" src="https://www.youtube.com/embed/{{{youtubeId}}}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>}} }}<!-- | ||
Thumbnail | |||
-->{{#if:{{{eventThumbnail|}}} | | -->{{#if:{{{eventThumbnail|}}}| [[File:{{{eventThumbnail}}}|300px]] }}<!-- | ||
Information | |||
-->< | --><span class="infobox-header">Information</span><!-- | ||
Air Date | Air Date | ||
-->{{#if:{{{airDate|}}} | < | -->{{#if:{{{airDate|}}}| | ||
<div class="infobox-info"> | |||
<span>Broadcast</span> | |||
<p>{{{airDate}}}</p> | |||
</div> | |||
}}<!-- | |||
Run Time | Run Time | ||
-->{{#if:{{{runTime|}}} | < | -->{{#if:{{{runTime|}}}| | ||
<div class="infobox-info"> | |||
<span>Run Time</span> | |||
<p>{{{runTime}}}</p> | |||
</div> | |||
}}<!-- | |||
Featuring | Featuring | ||
-->{{#if:{{{featuring|}}} | | -->{{#if:{{{featuring|}}}| | ||
<div> | |||
<span class="infobox-header">Featuring</span> | |||
<p> | |||
{{{featuring}}} | {{{featuring}}} | ||
</ | </p> | ||
</div> | |||
}}<!-- | |||
Navigation | 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> | |||
}}<!-- | |||
--><noinclude> | --></div><!-- | ||
--></div> | |||
</includeonly> | |||
<noinclude> | |||
{{Infobox/Episode | {{Infobox/Episode | ||
|title = Episode 1 | |title = Episode 1 | ||
| Line 51: | Line 69: | ||
* Testing | * Testing | ||
|previous = Nath | |previous = Nath | ||
|next = | |next = Nath | ||
}} | }} | ||
<templatedata> | <templatedata> | ||
| Line 63: | 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": { | ||
| Line 99: | Line 116: | ||
"description": "The date this episode of the event aired", | "description": "The date this episode of the event aired", | ||
"example": "01/01/2020", | "example": "01/01/2020", | ||
"type": "date" | "type": "date" | ||
}, | }, | ||
"runTime": { | "runTime": { | ||
| Line 109: | Line 125: | ||
"description": "How long the episode ran for", | "description": "How long the episode ran for", | ||
"example": "1hr30min", | "example": "1hr30min", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"featuring": { | "featuring": { | ||
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 |