Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:MailingList"

Line 1: Line 1:
 
<noinclude>Template to provide a cute little icon and a clickable URL for any Eclipse.org mailing-list reference.  To use in a page, embed the following wiki markup (where ''dev'' is the name of the list):
 
<noinclude>Template to provide a cute little icon and a clickable URL for any Eclipse.org mailing-list reference.  To use in a page, embed the following wiki markup (where ''dev'' is the name of the list):
 +
 +
===Usage===
  
 
<pre>{{{MailingList|dev}}}</pre>
 
<pre>{{{MailingList|dev}}}</pre>
  
The template will render like this:
+
Renders as:
  
 
{{MailingList|dev}}
 
{{MailingList|dev}}
 
</noinclude><includeonly>[[Image:Mailinglist.gif]] [https://dev.eclipse.org/mailman/listinfo/{{{1}}} {{{1}}}@eclipse.org]</includeonly>
 
</noinclude><includeonly>[[Image:Mailinglist.gif]] [https://dev.eclipse.org/mailman/listinfo/{{{1}}} {{{1}}}@eclipse.org]</includeonly>

Revision as of 17:06, 12 February 2008

Template to provide a cute little icon and a clickable URL for any Eclipse.org mailing-list reference. To use in a page, embed the following wiki markup (where dev is the name of the list):

Usage

{{{MailingList|dev}}}

Renders as:

Mailinglist.gif dev@eclipse.org

Back to the top