Template:Communication channels/doc

From OpenStreetMap Wiki
Jump to navigation Jump to search

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.

Template parameters

ParameterDescriptionTypeStatus
forum categoryforum category

The name of the community forum category (without the # prefix).

Example
communities:de
Lineoptional
forum tagforum tag

The name of the community forum tag.

Lineoptional
list namelist name

The name of the mailing list.

Lineoptional
list baseurllist baseurl

The base URL which is prepended to the list name.

Default
https://lists.openstreetmap.org/listinfo/
URLoptional
irc channelirc channel

The name of the IRC channel (including the # prefix).

Lineoptional
irc serverirc server

The hostname of the IRC server.

Default
irc.oftc.net
Lineoptional
matrix roommatrix room

The name of the Matrix chatroom (including the # prefix).

Default
Defaults to a bridged room when an OFTC or Libera.Chat IRC channel is specified.
Lineoptional
issue trackerissue tracker

URL of the issue/bug tracker.

URLoptional
github discussionsgithub discussions

For GitHub Discussions the name of the GitHub organization and the repository separated by a slash.

Example
osm-search/Nominatim
Lineoptional
telegramtelegram

The Telegram group ID (without the @).

Lineoptional
slack urlslack url

The URL of the Slack server.

URLoptional
discorddiscord

The ID of the Discord invite link.

Lineoptional
facebook groupfacebook group

The ID of the Facebook group.

Lineoptional

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; }

information sign

The admins have been requested to create MediaWiki gadgets for this, so that the display of the links can be enabled by just ticking a check box in the preferences.

See also