Template:EpisodeInfobox: Difference between revisions

From Shaun Keaveny's Community Garden Radio
Jump to navigation Jump to search
m (→‎Example usage: added broadcast date)
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 4: Line 4:
   <default><div style='text-align: center;'>'''{{PAGENAME}}'''</div></default>
   <default><div style='text-align: center;'>'''{{PAGENAME}}'''</div></default>
  </title>
  </title>
<data source="host">
  <label>Host</label>
</data>
  <image source="image">
    <caption source="caption"/>
  </image>


   <data source="broadcast_date">
   <data source="broadcast_date">
     <label>Broadcast date</label>
     <label>Broadcast date</label>
   </data>
   </data>
<group layout="horizontal">


  <data source="length">
  <data source="length">
Line 14: Line 24:


  <data source="tracks">
  <data source="tracks">
   <label>No. of tracks played</label>
   <label>No. of tracks</label>
  </data>
  </data>
</group>


  <data source="premix">
  <data source="premix">
Line 42: Line 54:


</infobox>
</infobox>
[[Category:Episodes]]
<noinclude>
[[Category:Templates]]
[[Category:Templates]]
[[Category:Infobox templates]]
[[Category:Infobox templates]]
<noinclude>
 
== Example usage ==
== Example usage ==
<pre>
<pre>
{{EpisodeInfobox
{{EpisodeInfobox
   | title            = {{PAGENAME}}
   | title            = {{PAGENAME}}
  | host            = host
  | image            = image
  | caption          = image caption
   | broadcast_date  = broadcast date
   | broadcast_date  = broadcast date
   | length          = length
   | length          = length

Latest revision as of 09:32, 7 August 2024

Example usage

{{EpisodeInfobox
  | title            = {{PAGENAME}}
  | host             = host
  | image            = image
  | caption          = image caption
  | broadcast_date   = broadcast date
  | length           = length
  | tracks           = no. of tracks played
  | premix           = [[pre-mix link]]
  | postmix          = [[post-mix link]]
  | prevep           = [[next episode]]
  | nextep           = [[prev episode]]
  | patreon          = [patreon episode link]
}}