Widget:AppLauncher: Difference between revisions

From XMethod Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
<noinclude>
<noinclude>
Embeds the App Launcher dashboard.
App Launcher widget. Parameters:
 
* height - iframe height in pixels (default: 700)
== Usage ==
* width - launcher box width in pixels (default: 900)
<nowiki>{{#widget:AppLauncher}}</nowiki>
</noinclude><includeonly><iframe src="https://wiki.xmethod.org/games/launcher.html<!--{if isset($width)}-->?width=<!--{$width}--><!--{/if}-->" width="100%" height="<!--{if isset($height)}--><!--{$height}--><!--{else}-->700<!--{/if}-->" frameborder="0" style="border:none;"></iframe></includeonly>
 
Or with custom height:
<nowiki>{{#widget:AppLauncher|height=800}}</nowiki>
</noinclude><includeonly><iframe src="https://docmoates.com/games/launcher.html" width="100%" height="<!--{if $height}--><!--{$height}--><!--{else}-->750<!--{/if}-->px" style="border:none; border-radius:16px;" allowfullscreen></iframe></includeonly>

Latest revision as of 05:52, 31 January 2026

App Launcher widget. Parameters:

  • height - iframe height in pixels (default: 700)
  • width - launcher box width in pixels (default: 900)