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"

(New page: Image:Mailinglist.gif [https://dev.eclipse.org/mailman/listinfo/{{{1}}} {{{1}}}@eclipse.org])
 
Line 1: Line 1:
[[Image:Mailinglist.gif]] [https://dev.eclipse.org/mailman/listinfo/{{{1}}} {{{1}}}@eclipse.org]
+
<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):
 +
 
 +
<pre>{{{MailingList|dev}}}</pre>
 +
 
 +
The template will render like this:
 +
 
 +
:{{MailingList|dev}}
 +
</noinclude>
 +
<includeonly>[[Image:Mailinglist.gif]] [https://dev.eclipse.org/mailman/listinfo/{{{1}}} {{{1}}}@eclipse.org]</includeonly>

Revision as of 16:57, 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):

{{{MailingList|dev}}}

The template will render like this:

Mailinglist.gif dev@eclipse.org


Back to the top