Widget:ExampleEmbed: Difference between revisions

no edit summary
(Created page with "<iframe src="https://www.example.com/<!--{$page|escape:'urlpathinfo'}-->" class="mobile-fullwidth" style="width: <!--{$width|escape:'html'|default:'100%'}-->; border: none;" s...")
 
No edit summary
Line 1: Line 1:
<iframe src="https://www.example.com/<!--{$page|escape:'urlpathinfo'}-->" class="mobile-fullwidth" style="width: <!--{$width|escape:'html'|default:'100%'}-->; border: none;" scrolling="no"></iframe>
<syntaxhighlight lang="html+handlebars">{{#widget:ExampleEmbed|page=}}</syntaxhighlight>
<includeonly><iframe src="https://www.example.com/<!--{$page|escape:'urlpathinfo'}-->" style="width: 100%; border: none;" scrolling="no"></iframe></includeonly>