Template:Iframe: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
Line 2: Line 2:
Usage:
Usage:


   <nowiki>{{Iframe|src=http://xpub.nl/|style=width:100%;}}</nowiki>
   <nowiki>{{Iframe|src=http://xpub.nl/|width=320|height=240|style=border: 10px solid purple}}</nowiki>


</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#Widget:Iframe|src={{{src|}}}|style={{{style|}}} }}
{{#Widget:Iframe|src={{{src|}}}|style={{{style|}}}|width={{{width|320}}}||height={{{height|240}}} }}
</includeonly>
</includeonly>

Latest revision as of 18:47, 7 January 2025

Usage:

  {{Iframe|src=http://xpub.nl/|width=320|height=240|style=border: 10px solid purple}}