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 |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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> | ||
</div> | </div> | ||
| Line 97: | Line 28: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
| Line 116: | Line 45: | ||
| 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> | ||
Latest revision as of 18:15, 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.