Difference between revisions of "Template:MailingListArchives"
From MusicBrainz Wiki
(compress vertical space usage & remove warning, per complaint on IRC) |
(add templatedata) |
||
Line 1: | Line 1: | ||
* [http://lists.musicbrainz.org/mailman/listinfo/{{{1}}} Subscription/Un-subscription (List info)] page | * [http://lists.musicbrainz.org/mailman/listinfo/{{{1}}} Subscription/Un-subscription (List info)] page | ||
''Archives'': [http://lists.musicbrainz.org/pipermail/{{{1}}} Local]{{#if:{{{2}}}| · [http://news.gmane.org/{{{2}}} GMANE]|}}{{#if:{{{3}}}| · [http://musicbrainz.1054305.n4.nabble.com/{{{3}}} Nabble]|}} | ''Archives'': [http://lists.musicbrainz.org/pipermail/{{{1}}} Local]{{#if:{{{2}}}| · [http://news.gmane.org/{{{2}}} GMANE]|}}{{#if:{{{3}}}| · [http://musicbrainz.1054305.n4.nabble.com/{{{3}}} Nabble]|}} | ||
+ | <noinclude> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "1": { | ||
+ | "label": "Mailman name", | ||
+ | "description": "Name of mailing list in name in mailman", | ||
+ | "type": "string", | ||
+ | "required": true | ||
+ | }, | ||
+ | "2": { | ||
+ | "label": "Gmane name", | ||
+ | "description": "Name of mailing list in gmane", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "3": { | ||
+ | "label": "Nabble name", | ||
+ | "description": "Name of mailing list on nabble", | ||
+ | "type": "string" | ||
+ | } | ||
+ | }, | ||
+ | "description": "Links to mailing list archives" | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
Revision as of 22:33, 3 December 2016
Archives: Local · GMANE · Nabble
Links to mailing list archives
Parameter | Description | Type | Status | |
---|---|---|---|---|
Mailman name | 1 | Name of mailing list in name in mailman
| String | required |
Gmane name | 2 | Name of mailing list in gmane
| String | optional |
Nabble name | 3 | Name of mailing list on nabble
| String | optional |