Template:DebianIRC: Difference between revisions
Appearance
AndrewSayers (talk | contribs) No edit summary |
AndrewSayers (talk | contribs) Sync with recommended version |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude> | <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> | <templatedata> | ||
Line 12: | Line 12: | ||
"aliases": ["1"], | "aliases": ["1"], | ||
"example": "debian-devel" | "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"] | |||
} | } | ||
} | } | ||
Line 17: | Line 30: | ||
</templatedata> | </templatedata> | ||
Link to IRC, including a webchat link. | |||
For details about interwiki templates, see [[Template:InterWiki]]. | |||
[[Category:InterWikiLinkTemplate]] | [[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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Channel name | name 1 | Name of IRC channel without # prefix.
| Line | required |
text | text 2 | Link text | Line | optional |
webchat | webchat 3 | Link text
| Line | optional |
Link to IRC, including a webchat link.
For details about interwiki templates, see Template:InterWiki.