Widget:Mibbit: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>This widget allows you to embed Mibbit IRC clients. Accepted parameters: '''server''' (required), '''channel''' (required), '''nick''', '''width''', '''height'''.</noinclude><includeonly><!--{if isset($server) && isset($channel)}--><iframe width="<!--{if isset($width)}--><!--{($width|escape:'html')|string_format:"%d"}--><!--{else}-->100%<!--{/if}-->" height="<!--{if isset($height)}--><!--{($height|escape:'html')|string_format:"%d"}--><!--{else}-->600<!--{/if}-->" scrolling="no" border="0" src="https://embed.mibbit.com/index.html?noServerMotd=true&server=<!--{$server|escape:'url'}-->&channel=<!--{$channel|escape:'url'}--><!--{if isset($nick)}-->&nick=<!--{$nick|escape:'url'}--><!--{/if}-->"></iframe><!--{else}--><p style="color:red">You must provide the <b>server</b> and <b>channel</b> for the Mibbit widget!</p><!--{/if}--></includeonly>
<noinclude>This widget allows you to embed Mibbit IRC clients. Accepted parameters: '''server''' (required), '''channel''' (required), '''nick''', '''width''', '''height'''.</noinclude><includeonly><!--{if isset($server) && isset($channel)}--><iframe width="<!--{if isset($width)}--><!--{$width|escape:'html'|string_format:"%d"}--><!--{else}-->100%<!--{/if}-->" height="<!--{$height|escape:'html'|default:'600'|string_format:"%d"}-->" scrolling="no" border="0" src="https://widget.mibbit.com/index.html?noServerMotd=true&amp;server=<!--{$server|escape:'url'}-->&amp;channel=<!--{$channel|escape:'url'}--><!--{if isset($nick)}-->&amp;nick=<!--{$nick|escape:'url'}--><!--{/if}-->"></iframe><!--{else}--><p style="color:red">You must provide the <b>server</b> and <b>channel</b> for the Mibbit widget!</p><!--{/if}--></includeonly>

Latest revision as of 21:15, 10 April 2024

This widget allows you to embed Mibbit IRC clients. Accepted parameters: server (required), channel (required), nick, width, height.