Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Get Your WikiGenius page
Chat on WhatsApp Now →

Template:Infobox podcast: Difference between revisions

Template page
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>}}
    <tr>
     {{#if:{{{country|}}}|<tr><th>Country</th><td>{{{country}}}</td></tr>}}
      <th>Language</th>
     {{#if:{{{episodes|}}}|<tr><th>Episodes</th><td>{{{episodes}}}</td></tr>}}
      <td>{{{language}}}</td>
     {{#if:{{{launched|}}}|<tr><th>Launched</th><td>{{{launched}}}</td></tr>}}
    </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>}}
    <tr>
     {{#if:{{{rating|}}}|<tr><th>Rating</th><td>{{{rating}}}</td></tr>}}
      <th>Country</th>
     {{#if:{{{website|}}}|<tr><th>Website</th><td>[{{{website}}} Official website]</td></tr>}}
      <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:{{{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:{{{apple|}}}|
    <tr>
      <th>Apple Podcasts</th>
      <td>[{{{apple}}} Listen →]</td>
    </tr>
    }}
    {{#if:{{{spotify|}}}|
    <tr>
      <th>Spotify</th>
      <td>[{{{spotify}}} Listen →]</td>
    </tr>
    }}
    {{#if:{{{amazon|}}}|
    <tr>
      <th>Amazon Music</th>
      <td>[{{{amazon}}} Listen →]</td>
    </tr>
    }}
    {{#if:{{{youtube|}}}|
    <tr>
      <th>YouTube</th>
      <td>[{{{youtube}}} Watch →]</td>
    </tr>
    }}
   </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 ==
Copy and paste this into any article:


<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      =  
| youtube    = https://www.youtube.com/@jamesdooley
}}
}}
</pre>
</pre>


All fields are optional. If a field is left blank or removed, that row will not appear.
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.

Contents