Difference between revisions of "Template:PodcastPage"

From DigiVis
Jump to: navigation, search
Line 3: Line 3:
 
It should be called in the following format:
 
It should be called in the following format:
 
<pre>
 
<pre>
{{PodcastPage}}
+
{{PodcastPage
 +
|link=
 +
}}
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 
</noinclude><includeonly>
 
</noinclude><includeonly>
 +
<html>
 +
    <audio
 +
        controls
 +
        src="{{{link}}}">
 +
            Your browser does not support the
 +
            <code>audio</code> element.
 +
    </audio>
 +
</html>
 
[[Category:Podcasts]]
 
[[Category:Podcasts]]
[[File:{{PAGENAME}}.mp3|thumb|left|400px|{{PAGENAME}}]]
 
 
</includeonly>
 
</includeonly>

Revision as of 10:46, 23 July 2020

This is the "PodcastPage" template. It should be called in the following format:

{{PodcastPage
|link=
}}

Edit the page to see the template text.