Widget:OmnyFMEpisode: Difference between revisions
(Created page with "<noinclude> == Usage == Embed OmnyFM podcasts on wiki pages. <syntaxhighlight lang="html+handlebars">{{#widget:Art19Episode|show=the-portal|slug=|width=56%}}</syntaxhighlight...") Â |
No edit summary |
||
Line 3: | Line 3: | ||
Embed OmnyFM podcasts on wiki pages. | Embed OmnyFM podcasts on wiki pages. | ||
<syntaxhighlight lang="html+handlebars">{{#widget: | <syntaxhighlight lang="html+handlebars">{{#widget:OmnyFMEpisode|show=the-portal|slug=|width=56%}}</syntaxhighlight> | ||
</noinclude><includeonly><iframe src="https://www.art19.com/shows/<!--{$show|escape:'urlpathinfo'}-->/<!--{$slug|escape:'urlpathinfo'}-->/embed?style=cover" class="mobile-fullwidth" width="<!--{$width|escape:'html'|default:'100%'}-->" height="180px" frameborder="0"></iframe> | </noinclude><includeonly><iframe src="https://www.art19.com/shows/<!--{$show|escape:'urlpathinfo'}-->/<!--{$slug|escape:'urlpathinfo'}-->/embed?style=cover" class="mobile-fullwidth" width="<!--{$width|escape:'html'|default:'100%'}-->" height="180px" frameborder="0"></iframe> | ||
</includeonly> | </includeonly> |
Revision as of 15:15, 10 October 2022
Usage
Embed OmnyFM podcasts on wiki pages.