« Widget:CitationIframe » : différence entre les versions
Aller à la navigation
Aller à la recherche
Page créée avec « <includeonly> <div class="citations-iframe-wrapper"> <h3><!--{$title|escape:html|default:'Citations Document'}--></h3> <iframe src="<!--{$url|allowedprefixes:'https://yourdomain.com/,https://docs.google.com/'|validate:url|escape:html}-->" width="<!--{$width|escape:html|default:800}-->" height="<!--{$height|escape:html|default:600}-->" style="border: <!--{$border|escape:html|default:1}-->px solid #ccc;"> </iframe> <... » |
Aucun résumé des modifications |
||
| (2 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
<includeonly> | <includeonly> | ||
<div class="citations-iframe-wrapper"> | <div class="citations-iframe-wrapper"> | ||
<iframe src="<!--{$url|validate:url|escape:html}-->" | |||
<iframe src="<!--{$url | width="<!--{$width|escape:html|default:1600}-->" | ||
width="<!--{$width|escape:html|default: | height="<!--{$height|escape:html|default:800}-->" | ||
height="<!--{$height|escape:html|default: | |||
style="border: <!--{$border|escape:html|default:1}-->px solid #ccc;"> | style="border: <!--{$border|escape:html|default:1}-->px solid #ccc;"> | ||
</iframe> | </iframe> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||