Difference between revisions of "Template:Irc"

From Minetest Developer Wiki
Jump to navigation Jump to search
(update syntax)
(Use secure links (ircs, https))
 
Line 1: Line 1:
<includeonly><span class="plainlinks" style="white-space: nowrap;">{{#ifeq: {{{2|}}}|no|<tt>[irc://irc.freenode.net/{{{1}}} {{{1}}}]</tt>|<tt>[irc://irc.freenode.net/{{{1}}} {{{1}}}]</tt>{{#if: {{{3|}}}||<sup>[http://webchat.freenode.net/?channels={{{1}}} (<span style="color: green;">webchat</span>)]</sup>}}}}</span></includeonly>
+
<includeonly><span class="plainlinks" style="white-space: nowrap;">{{#ifeq: {{{2|}}}|no|<tt>[ircs://irc.freenode.net:6697/{{{1}}} {{{1}}}]</tt>|<tt>[irc://irc.freenode.net/{{{1}}} {{{1}}}]</tt>{{#if: {{{3|}}}||<sup>[https://webchat.freenode.net/?channels={{{1}}} (<span style="color: green;">webchat</span>)]</sup>}}}}</span></includeonly>
  
 
<noinclude>
 
<noinclude>

Latest revision as of 19:05, 4 September 2017


Template for making a clickable link to an IRC channel on irc.freenode.net.

Syntax: {{Irc|channel-name|webchat}}

  • channel-name: Full name of channel
  • hide-webchat: Optional argument. If “no”, webchat link is hidden. Webchat is not hidden by default

Example 1: {{Irc|#minetest}}

#minetest(webchat)


Example 2: {{Irc|#minetest|no}}

#minetest