Template:InfoboxEpisode: Difference between revisions
No edit summary |
m (Protected "Template:InfoboxEpisode" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
|above={{{title}}} | |above={{{title}}} | ||
Line 61: | Line 30: | ||
|below=<span style="text-align:center">[[All Episodes]]</span><br><span style="text-align:center">[[Episode Highlights]]</span><br>{{NavigationButtons|prev={{{prev}}}|next={{{next}}}}} | |below=<span style="text-align:center">[[All Episodes]]</span><br><span style="text-align:center">[[Episode Highlights]]</span><br>{{NavigationButtons|prev={{{prev}}}|next={{{next}}}}} | ||
}} | }} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "Title of the episode", | |||
"example": "The Singular Genius of Elew", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Cover Image", | |||
"description": "The episode's cover image. Usually the podcast logo.", | |||
"example": "[[File:The-portal-podcast-cover-art.jpg]]", | |||
"type": "string", | |||
"default": "[[File:The-portal-podcast-cover-art.jpg]]", | |||
"required": true | |||
}, | |||
"guest": { | |||
"label": "Guest", | |||
"description": "Guest on the podcast episode. Leave blank if no guest.", | |||
"example": "[[Eric Lewis]]", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"length": { | |||
"label": "Length", | |||
"description": "Length of the episode in HH:MM:SS format.", | |||
"example": "03:38:06", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"releasedate": { | |||
"label": "Release Date", | |||
"description": "Date the episode first aired.", | |||
"example": "28 March 2020", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"youtubedate": { | |||
"label": "YouTube Date", | |||
"description": "Date the YouTube version of the episode was released.", | |||
"example": "8 May 2020", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"customlabel1": { | |||
"label": "Custom Label 1", | |||
"description": "A custom label for summary data. Use as needed.", | |||
"type": "string" | |||
}, | |||
"customdata1": { | |||
"label": "Custom Data 1", | |||
"description": "Custom data associated with Custom Label 1." | |||
}, | |||
"customlabel2": { | |||
"label": "Custom Label 2", | |||
"description": "A custom label for summary data. Use as needed." | |||
}, | |||
"customdata2": { | |||
"label": "Custom Data 2", | |||
"description": "Custom data associated with Custom Label 2." | |||
}, | |||
"customlabel3": { | |||
"label": "Custom Label 3", | |||
"description": "A custom label for summary data. Use as needed." | |||
}, | |||
"customdata3": { | |||
"label": "Custom Data 3", | |||
"description": "Custom data associated with Custom Label 3." | |||
}, | |||
"customlabel4": { | |||
"label": "Custom Label 4", | |||
"description": "A custom label for summary data. Use as needed." | |||
}, | |||
"customdata4": { | |||
"label": "Custom Data 4", | |||
"description": "Custom data associated with Custom Label 4." | |||
}, | |||
"art19": { | |||
"label": "Art19 Link", | |||
"description": "Link to the episode on Art19.", | |||
"example": "[https://art19.com/shows/the-portal/episodes/555f45c9-6048-495e-9e9d-2481271d6833 Listen]", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"download": { | |||
"label": "Download Link", | |||
"description": "Link to download the episode from Art19. Link directly to the file.", | |||
"example": "[https://rss.art19.com/episodes/555f45c9-6048-495e-9e9d-2481271d6833.mp3 Download]", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"youtube": { | |||
"label": "YouTube Link", | |||
"description": "Link to the episode on YouTube.", | |||
"example": "[https://youtu.be/ufrR98sR7XY Watch]", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link4title": { | |||
"label": "Portal Blog Label", | |||
"description": "Custom 4th link label. Usually for Portal Blog.", | |||
"example": "Portal Blog", | |||
"type": "string", | |||
"default": "Portal Blog", | |||
"suggested": true | |||
}, | |||
"link4": { | |||
"label": "Portal Blog Link", | |||
"description": "Custom 4th Link. Usually for Portal Blog.", | |||
"example": "[https://theportal.group/28-eric-lewis-the-singular-genius-of-elew/ Read]", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"prev": { | |||
"label": "Previous Episode", | |||
"description": "Page title of the previous episode in the release sequence.", | |||
"example": "28: Eric Lewis - The Singular Genius of Elew", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"next": { | |||
"label": "Next Episode", | |||
"description": "Page title of the next episode in the release sequence. Enter All Episodes if the page is for the most recent episode.", | |||
"example": "28: Eric Lewis - The Singular Genius of Elew", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Template for the compact display of summary information for The Portal Podcast episodes.\n\n", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 23:58, 12 March 2022
{{{title}}} | |
Information | |
---|---|
Links | |
All Episodes Episode Highlights |
Template for the compact display of summary information for The Portal Podcast episodes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the episode
| String | required |
Cover Image | image | The episode's cover image. Usually the podcast logo.
| String | required |
Guest | guest | Guest on the podcast episode. Leave blank if no guest.
| String | suggested |
Length | length | Length of the episode in HH:MM:SS format.
| String | required |
Release Date | releasedate | Date the episode first aired.
| String | required |
YouTube Date | youtubedate | Date the YouTube version of the episode was released.
| String | suggested |
Custom Label 1 | customlabel1 | A custom label for summary data. Use as needed. | String | optional |
Custom Data 1 | customdata1 | Custom data associated with Custom Label 1. | Unknown | optional |
Custom Label 2 | customlabel2 | A custom label for summary data. Use as needed. | Unknown | optional |
Custom Data 2 | customdata2 | Custom data associated with Custom Label 2. | Unknown | optional |
Custom Label 3 | customlabel3 | A custom label for summary data. Use as needed. | Unknown | optional |
Custom Data 3 | customdata3 | Custom data associated with Custom Label 3. | Unknown | optional |
Custom Label 4 | customlabel4 | A custom label for summary data. Use as needed. | Unknown | optional |
Custom Data 4 | customdata4 | Custom data associated with Custom Label 4. | Unknown | optional |
Art19 Link | art19 | Link to the episode on Art19.
| String | required |
Download Link | download | Link to download the episode from Art19. Link directly to the file.
| String | required |
YouTube Link | youtube | Link to the episode on YouTube.
| String | suggested |
Portal Blog Label | link4title | Custom 4th link label. Usually for Portal Blog.
| String | suggested |
Portal Blog Link | link4 | Custom 4th Link. Usually for Portal Blog.
| String | suggested |
Previous Episode | prev | Page title of the previous episode in the release sequence.
| String | required |
Next Episode | next | Page title of the next episode in the release sequence. Enter All Episodes if the page is for the most recent episode.
| String | required |