Widget:Juxtapose: Difference between revisions
From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
More actions
m Joe Beaudoin Jr. moved page Widgets:Juxtapose to Widget:Juxtapose |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><iframe style="border:none;" class="juxtapose" width="<!--{$width|escape:'html'|default:' | <noinclude>To insert this widget, use the following code: | ||
<syntaxhighlight lang=moin>{{#widget:Juxtapose|id=182c39d0-b552-11e9-b9b8-0edaf8f81e27}}</syntaxhighlight> | |||
== Parameters == | |||
* '''id''' - juxtapose id (everything after "''uid=''") | |||
* '''height''' and '''width''' define view dimensions, defaults to 500x500 | |||
== Sample result == | |||
; Syntax | |||
<syntaxhighlight lang=moin>{{#widget:Juxtapose|id=069cbd34-e738-11ef-9397-d93975fe8866|style=landscape}}</syntaxhighlight> | |||
; Result | |||
{{#widget:Juxtapose|id=069cbd34-e738-11ef-9397-d93975fe8866}} | |||
[[Category:Image Widget]] | |||
</noinclude><includeonly> | |||
<!--{if $style eq 'landscape'} | |||
{assign var=width value=1535} | |||
{assign var=height value=1080} | |||
{elseif $style eq 'portrait'} | |||
{assign var=width value=1080} | |||
{assign var=height value=1535} | |||
{elseif $style eq 'portrait'} | |||
{assign var=width value=800} | |||
{assign var=height value=800} | |||
{else} | |||
<!-- leave alone --> | |||
{/if}--><div align="center"><iframe style="border:none;" class="juxtapose" width="<!--{$width|escape:'html'|default:'640'}-->" height="<!--{$height|escape:'html'|default:450}-->" src="https://cdn.knightlab.com/libs/juxtapose/latest/embed/index.html?uid=<!--{$id|escape:'urlpathinfo'}-->"></iframe></div></includeonly> | |||
Revision as of 23:19, 9 February 2025
To insert this widget, use the following code:
<syntaxhighlight lang=moin>
</syntaxhighlight>Parameters
- id - juxtapose id (everything after "uid=")
- height and width define view dimensions, defaults to 500x500
Sample result
- Syntax
<syntaxhighlight lang=moin>
</syntaxhighlight>- Result