Template:Infobox podcast: Difference between revisions
Template page
More actions
Created page with "<includeonly> <div class="infobox-podcast"> <div class="infobox-podcast-header"> <div class="infobox-podcast-title">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</div> {{#if:{{{subtitle|}}}|<div class="infobox-podcast-subtitle">{{{subtitle}}}</div>}} </div> {{#if:{{{image|}}}| <div class="infobox-podcast-image"> [[File:{{{image}}}|220px|center|{{#if:{{{image_caption|}}}|{{{image_caption}}}|}}]] {{#if:{{{image_caption|}}}|<div class="infobox-podcast..." |
No edit summary |
||
| Line 14: | Line 14: | ||
<table class="infobox-podcast-table"> | <table class="infobox-podcast-table"> | ||
{{#if:{{{language|}}}| | {{#if:{{{language|}}}|<tr><th>Language</th><td>{{{language}}}</td></tr>}} | ||
{{#if:{{{country|}}}|<tr><th>Country</th><td>{{{country}}}</td></tr>}} | |||
{{#if:{{{episodes|}}}|<tr><th>Episodes</th><td>{{{episodes}}}</td></tr>}} | |||
{{#if:{{{launched|}}}|<tr><th>Launched</th><td>{{{launched}}}</td></tr>}} | |||
{{#if:{{{frequency|}}}|<tr><th>Frequency</th><td>{{{frequency}}}</td></tr>}} | |||
{{#if:{{{duration|}}}|<tr><th>Duration</th><td>{{{duration}}}</td></tr>}} | |||
{{#if:{{{country|}}}| | {{#if:{{{distributor|}}}|<tr><th>Distributor</th><td>{{{distributor}}}</td></tr>}} | ||
{{#if:{{{rating|}}}|<tr><th>Rating</th><td>{{{rating}}}</td></tr>}} | |||
{{#if:{{{website|}}}|<tr><th>Website</th><td>[{{{website}}} Official website]</td></tr>}} | |||
{{#if:{{{episodes|}}}| | |||
{{#if:{{{launched|}}}| | |||
{{#if:{{{frequency|}}}| | |||
{{#if:{{{duration|}}}| | |||
{{#if:{{{distributor|}}}| | |||
{{#if:{{{rating|}}}| | |||
{{#if:{{{website|}}}| | |||
</table> | </table> | ||
{{#if:{{{apple|}}}{{#if:{{{spotify|}}}|yes|}}{{#if:{{{youtube|}}}|yes|}}{{#if:{{{amazon|}}}|yes|}}| | |||
<div class="infobox-podcast-buttons"> | |||
{{#if:{{{apple|}}}|<a class="infobox-listen-btn" href="{{{apple}}}" target="_blank"><span class="infobox-listen-dot dot-apple"></span> Listen on Apple Podcasts</a>}} | |||
{{#if:{{{spotify|}}}|<a class="infobox-listen-btn" href="{{{spotify}}}" target="_blank"><span class="infobox-listen-dot dot-spotify"></span> Listen on Spotify</a>}} | |||
{{#if:{{{youtube|}}}|<a class="infobox-listen-btn" href="{{{youtube}}}" target="_blank"><span class="infobox-listen-dot dot-youtube"></span> Watch on YouTube</a>}} | |||
{{#if:{{{amazon|}}}|<a class="infobox-listen-btn" href="{{{amazon}}}" target="_blank"><span class="infobox-listen-dot dot-amazon"></span> Listen on Amazon Music</a>}} | |||
</div> | |||
}} | |||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
| Line 116: | Line 55: | ||
| apple = https://podcasts.apple.com/us/podcast/uk-lead-generation-podcast/id1857623797 | | apple = https://podcasts.apple.com/us/podcast/uk-lead-generation-podcast/id1857623797 | ||
| spotify = https://open.spotify.com/show/... | | spotify = https://open.spotify.com/show/... | ||
| youtube = https://www.youtube.com/@jamesdooley | |||
| amazon = | | amazon = | ||
}} | }} | ||
</pre> | </pre> | ||
All fields | All fields optional. Empty fields are hidden automatically. | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 18:10, 28 March 2026
Usage
{{Infobox podcast
| name = UK Lead Generation Podcast
| subtitle = Podcast series
| image = UKLeadGenPodcast.jpg
| language = English
| country = United Kingdom
| episodes = 239+
| launched = 1 December 2025
| frequency = Weekly
| duration = 30–60 minutes
| distributor = Transistor RSS
| rating = Clean
| website = https://jamesdooley.com/podcasts/uk-lead-generation-podcast/
| apple = https://podcasts.apple.com/us/podcast/uk-lead-generation-podcast/id1857623797
| spotify = https://open.spotify.com/show/...
| youtube = https://www.youtube.com/@jamesdooley
| amazon =
}}
All fields optional. Empty fields are hidden automatically.