Template:Communication channels
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Example used on this page:
{{communication channels|forum category=foo|list name=foo|irc channel=#foo}}
Template for linking official communication channels of a project. The links are displayed on Desktop to the right of the page title. In the mobile view they unfortunately aren't displayed yet.
Parameter | Description | Type | Status | |
---|---|---|---|---|
forum category | forum category | The name of the community forum category (without the # prefix).
| Line | optional |
forum tag | forum tag | The name of the community forum tag. | Line | optional |
list name | list name | The name of the mailing list. | Line | optional |
list baseurl | list baseurl | The base URL which is prepended to the list name.
| URL | optional |
irc channel | irc channel | The name of the IRC channel (including the # prefix). | Line | optional |
irc server | irc server | The hostname of the IRC server.
| Line | optional |
matrix room | matrix room | The name of the Matrix chatroom (including the # prefix).
| Line | optional |
issue tracker | issue tracker | URL of the issue/bug tracker. | URL | optional |
github discussions | github discussions | For GitHub Discussions the name of the GitHub organization and the repository separated by a slash.
| Line | optional |
telegram | telegram | The Telegram group ID (without the @). | Line | optional |
slack url | slack url | The URL of the Slack server. | URL | optional |
discord | discord | The ID of the Discord invite link. | Line | optional |
facebook group | facebook group | The ID of the Facebook group. | Line | optional |
Social media hashtags
The template also automatically adds links to search Twitter and en.osm.town for a hashtag derived from the page title. But these links are hidden by default to avoid overloading the interface with links (that might yield no or only partially relevant results).
You can enable the display of these links by adding the following line(s) to your common.css:
#channel-en-osm-town { display: initial !important; } #channel-twitter { display: initial !important; }
See also
- Announcement of this template on the forum
- Module:Communication channels — the Lua code powering this template
- mw:Page status indicators — the MediaWiki feature that lets us display the links next to the page title
- Contact channels