Template:PodcastEpisode
Podcast Episode
Template for documenting podcast episodes. Sets the semantic properties that Template:Firehose queries, so an episode recorded here shows up in every firehose that matches it — the show's page, the front page, and the page of every person, band or place the episode is about.
Usage
{{PodcastEpisode
|podcast=Bluegrass Jam Along
|title=Episode Title
|topic=Bronwyn Keith-Hynes
|topic2=Tony Rice
|date=2025-01-15
|url=https://example.com/episode
|audio=https://example.com/episode.mp3
|duration=3720
|image=https://example.com/episode-art.jpg
|description=Brief description of the episode
}}
Parameters
- podcast - Name of the podcast. Must match the podcast's page title.
- title - Episode title
- topic through topic5 - What the episode is about: a person, a band, a festival, a tune. Give the subject's wiki page title where one exists; a name with no page becomes a redlink, which is the invitation to write it.
- guest through guest5 - Accepted as aliases for the topic parameters.
- date - Publication date (YYYY-MM-DD)
- url - The publisher's page for the episode
- audio - Direct audio file, from the feed's RSS enclosure
- duration - Running time in seconds. Feeds publish this inconsistently; normalise before storing.
- image - Artwork, as a URL ending in .jpg, .png or .gif: the episode's own picture if the feed has one, otherwise the show's cover. A URL that does not end that way shows as a link instead of a picture.
- description - Episode description or summary
Notes
Topics are stored with Has topic rather than Has guest. An episode title yields proper nouns without saying what kind of thing each one is, or whether the named party appeared or was only discussed — and asserting that somebody was a guest when the episode merely discussed them puts a false claim on their page. Recording a topic is true in both cases.
Topics and the podcast are stored with page-valued properties, so
[[Has topic::Name]] both renders the link and
records the annotation. There is no need to write the link separately.
The artwork is shown from the publisher's host rather than uploaded, and is
sized by the pp-episode-art rule in MediaWiki:Common.css.