More actions
No edit summary |
No edit summary |
||
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;">{{{ | --><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 | ||
--> | --><span class="infobox-header" style="text-align:center;">{{{title}}}</span><!-- | ||
YouTube Embed | YouTube Embed | ||
Line 91: | Line 91: | ||
"description": "The title of the event this episode is from -- Use the exact name of an event based on its respective page on this wiki", | "description": "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", | "example": "95 Degrees Podcast", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"youtubeId": { | "youtubeId": { |
Revision as of 10:50, 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 | required |
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 | required |
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 |