More actions
Finished design for episode infobox |
No edit summary |
||
| (20 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"><!-- | |||
-->< | 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 53: | Line 69: | ||
* Testing | * Testing | ||
|previous = Nath | |previous = Nath | ||
|next = | |next = Nath | ||
}} | }} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"aliases": [ | |||
"Episode Title" | |||
], | |||
"label": "Episode Title", | |||
"description": "The title of the episode of the event", | |||
"example": "Episode #1", | |||
"type": "string" | |||
}, | |||
"eventTitle": { | |||
"aliases": [ | |||
"Event Title" | |||
], | |||
"label": "Event Title", | |||
"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", | |||
"type": "string" | |||
}, | |||
"youtubeId": { | |||
"aliases": [ | |||
"YouTube Video ID" | |||
], | |||
"label": "YouTube Video ID", | |||
"description": "The ID of a YouTube video for this episode (Use this as an alternative for thumbnail image)", | |||
"example": "cAP_fgpKIhs", | |||
"type": "string" | |||
}, | |||
"eventThumbnail": { | |||
"aliases": [ | |||
"Thumbnail image" | |||
], | |||
"label": "Thumbnail image", | |||
"description": "The name of a file on this wiki to be used as a thumbnail (use this as an alternative for YouTube video)", | |||
"type": "wiki-file-name" | |||
}, | |||
"airDate": { | |||
"aliases": [ | |||
"Air Date" | |||
], | |||
"label": "Air Date ", | |||
"description": "The date this episode of the event aired", | |||
"example": "01/01/2020", | |||
"type": "date" | |||
}, | |||
"runTime": { | |||
"aliases": [ | |||
"Run Time" | |||
], | |||
"label": "Run Time", | |||
"description": "How long the episode ran for", | |||
"example": "1hr30min", | |||
"type": "string" | |||
}, | |||
"featuring": { | |||
"aliases": [ | |||
"Featuring list" | |||
], | |||
"label": "Featuring list", | |||
"description": "A list of prominent people that featured in this episode. Format using: * [[Name Here]]", | |||
"type": "unbalanced-wikitext" | |||
}, | |||
"previous": { | |||
"aliases": [ | |||
"Previous Episode" | |||
], | |||
"label": "Previous Episode", | |||
"description": "Name of the page for the previous episode", | |||
"example": "Episode 1" | |||
}, | |||
"next": { | |||
"aliases": [ | |||
"Next Episode" | |||
], | |||
"label": "Next Episode", | |||
"description": "Name of the page for the next episode", | |||
"example": "Episode 3", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Infobox for an episode of a particular show or event", | |||
"paramOrder": [ | |||
"title", | |||
"eventTitle", | |||
"eventThumbnail", | |||
"youtubeId", | |||
"airDate", | |||
"runTime", | |||
"featuring", | |||
"previous", | |||
"next" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
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 |