Widget:Kiwi: Difference between revisions

(Created page with "<noinclude>This widget allows you to embed Kiwi 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://kiw...")
 
mNo edit summary
 
Line 1: Line 1:
<noinclude>This widget allows you to embed Kiwi 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://kiwiirc.com/client/<!--{$server|escape:'url'}-->/<!--{$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 Kiwi widget!</p><!--{/if}--></includeonly>
<noinclude>This widget allows you to embed Kiwi 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" frameborder="0" src="https://kiwiirc.com/client/<!--{$server|escape:'url'}-->/<!--{$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 Kiwi widget!</p><!--{/if}--></includeonly>

Latest revision as of 17:57, August 19, 2024

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