Template:Infobox/Episode: Difference between revisions
(Finished design for episode infobox) |
(Added template parameter data for episode infobox) |
||
Line 55: | Line 55: | ||
|next = Saku | |next = Saku | ||
}} | }} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"aliases": [ | |||
"Episode Title" | |||
], | |||
"label": "Episode Title", | |||
"description": "The title of the episode of the event", | |||
"example": "Episode #1", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"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", | |||
"required": true | |||
}, | |||
"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", | |||
"required": true | |||
}, | |||
"runTime": { | |||
"aliases": [ | |||
"Run Time" | |||
], | |||
"label": "Run Time", | |||
"description": "How long the episode ran for", | |||
"example": "1hr30min", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"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> |
Revision as of 15:28, 18 February 2023
Episode 1 | |
---|---|
95 Degrees Podcast | |
Information | |
Air date | 01/01/2020 |
Run time | 10 Minutes |
Featuring | |
Navigation | |
<- Previous | Next -> |
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 | required |
Run Time | runTime Run Time | How long the episode ran for
| String | required |
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 |