Template:RadioShow
From syn2cat - HackerSpace.lu
(Difference between revisions)
m |
m |
||
Line 30: | Line 30: | ||
|- | |- | ||
| style="text-align: center;" | {{#ifexist: File:{{{podcast}}} | [[File:{{{podcast}}}|noicon]] }} | | style="text-align: center;" | {{#ifexist: File:{{{podcast}}} | [[File:{{{podcast}}}|noicon]] }} | ||
+ | |- | ||
+ | | style="text-align: center;" | {{#ifexist: File:{{{podcastmp3}}} | <flashmp3>{{{podcastmp3}}}</flashmp3> }} | ||
|- | |- | ||
! style="padding: 0 7px; background: #CCCCFF" | Songs: | ! style="padding: 0 7px; background: #CCCCFF" | Songs: | ||
Line 52: | Line 54: | ||
<!-- Also, ifexist doesn't work on [[x]] but only on x, which sucks --> | <!-- Also, ifexist doesn't work on [[x]] but only on x, which sucks --> | ||
{{#ifexist: File:{{{podcast}}} | [[Podcast::File:{{{podcast}}}| ]] }} | {{#ifexist: File:{{{podcast}}} | [[Podcast::File:{{{podcast}}}| ]] }} | ||
+ | {{#ifexist: File:{{{podcastmp3}}} | [[Mp3 Podcast::File:{{{podcast}}}| ]] }} | ||
{{#ifexist: File:{{{podcast}}} | [[PodcastName::{{{podcast}}}| ]] }} | {{#ifexist: File:{{{podcast}}} | [[PodcastName::{{{podcast}}}| ]] }} | ||
<!-- Semantic end--> | <!-- Semantic end--> | ||
Line 67: | Line 70: | ||
| broadcast=date | | broadcast=date | ||
| podcastrelease=date | | podcastrelease=date | ||
− | | podcast= | + | | podcast = <filename.ogg> |
+ | | podcastmp3 = <filename.mp3> | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 17:08, 2 October 2009
Usage
Copy and paste this code or simply use the Form:RadioShow to add your show.
{{RadioShow | topic= | participants = <comma separated list of participants> | recording=date | broadcast=date | podcastrelease=date | podcast = <filename.ogg> | podcastmp3 = <filename.mp3> }}