Jump to content

Do not begin to migrate content here, it may be wiped without notice. More info.

Template:DebianIRC: Difference between revisions

From Debian Wiki
Created page with "[ircs://irc.oftc.net/{{{1}}} #{{{1}}}] ([https://webchat.oftc.net/?channels={{{1}}} webchat])"
 
Sync with recommended version
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[ircs://irc.oftc.net/{{{1}}} #{{{1}}}] ([https://webchat.oftc.net/?channels={{{1}}} webchat])
<pre><onlyinclude>{{InterWiki|DebianIRC|{{{name|{{{1|}}}}}}|{{{text|{{{2|#{{{name|{{{1|}}}}}}}}}}}}}} <span class="plainlinks">[https://webchat.oftc.net/?channels={{{name|{{{1}}}}}} {{{webchat|{{{3|(webchat)}}}}}}]</span></onlyinclude></pre>
 
<templatedata>
{
    "description": "Link to an IRC channel on the OFTC network.",
    "params": {
        "name": {
            "label": "Channel name",
            "type": "line",
            "required": true,
            "description": "Name of IRC channel without # prefix.",
            "aliases": ["1"],
            "example": "debian-devel"
        },
        "text": {
            "type": "line",
            "required": false,
            "description": "Link text",
            "aliases": ["2"]
        },
        "webchat": {
            "type": "line",
            "required": false,
            "description": "Link text",
            "default": "(webchat)",
            "aliases": ["3"]
        }
    }
}
</templatedata>
 
Link to IRC, including a webchat link.
 
For details about interwiki templates, see [[Template:InterWiki]].
 
[[Category:InterWikiLinkTemplate]]

Latest revision as of 15:21, 11 September 2025

<onlyinclude>{{InterWiki|DebianIRC|{{{name|{{{1|}}}}}}|{{{text|{{{2|#{{{name|{{{1|}}}}}}}}}}}}}} <span class="plainlinks">[https://webchat.oftc.net/?channels={{{name|{{{1}}}}}} {{{webchat|{{{3|(webchat)}}}}}}]</span></onlyinclude>

Link to an IRC channel on the OFTC network.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Channel namename 1

Name of IRC channel without # prefix.

Example
debian-devel
Linerequired
texttext 2

Link text

Lineoptional
webchatwebchat 3

Link text

Default
(webchat)
Lineoptional

Link to IRC, including a webchat link.

For details about interwiki templates, see Template:InterWiki.