Skip to main content

Notice: This Wiki is now read only and edits are no longer 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:Infobox"

m (revert to happy state)
(Add information about the other options.)
Line 9: Line 9:
 
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Community'''
 
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Community'''
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="center" | [https://dev.eclipse.org/mailman/listinfo/{{{list}}} Mailing List] • [news://news.eclipse.org/{{{newsgroup}}} Newsgroup] • [irc://irc.freenode.net/{{{irc|eclipse}}} IRC]
+
| style="padding: 0 5px 0 5px;" align="center" | [https://dev.eclipse.org/mailman/listinfo/{{{list}}} Mailing List] • [news://news.eclipse.org/{{{newsgroup}}} Newsgroup] • [irc://irc.freenode.net/{{{irc|#eclipse}}} IRC]
 
|-
 
|-
 
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Bugzilla'''
 
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Bugzilla'''
Line 24: Line 24:
 
'''Code:'''
 
'''Code:'''
 
<pre>
 
<pre>
{{Infobox
+
{{Infobox
| name      =  
+
| name      =  
| website  =
+
| website  =
| download  =
+
| download  =
| list      =  
+
| list      =  
| newsgroup =  
+
| newsgroup =  
| product  =  
+
| irc      =
}}
+
| product  =  
 +
| component =
 +
}}
 
</pre>
 
</pre>
  
Line 48: Line 50:
 
'''Newsgroup'''
 
'''Newsgroup'''
 
:The full name of the newsgroup of your project, like eclipse.technology.babel.
 
:The full name of the newsgroup of your project, like eclipse.technology.babel.
 +
 +
'''IRC (optional)'''
 +
:The IRC channel that the project is located at on the irc.freenode.net server. This defaults to ''#eclipse''.
  
 
'''Product'''
 
'''Product'''
 
:The product that the project is listed under in Bugzilla.
 
:The product that the project is listed under in Bugzilla.
 +
 +
'''Component (optional)'''
 +
:The bugzilla component that the wiki page corresponds to. This can be left blank if all bugs of a given product should be returned on the created hyperlinks.
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 19:07, 22 November 2007

{{{name}}}
[{{{website}}} Website]
[{{{download}}} Download]
Community
Mailing ListNewsgroupIRC
Bugzilla
Open
Help Wanted
Bug Day


Code:

{{Infobox
| name      = 
| website   =
| download  =
| list      = 
| newsgroup = 
| irc       =
| product   = 
| component = 
}}

Name

The name of the project, such as Mylyn, CDT, Higgins, EMF. You may want to use the non-abbreviated version.

Website

A link to the project's website. This will likely be of the form http://www.eclipse.com/projectname/.

Download

A link to the project's downloads page.

List

The name of the development mailing list of your project. This would be something like platform-swt-dev or ecf-dev.

Newsgroup

The full name of the newsgroup of your project, like eclipse.technology.babel.

IRC (optional)

The IRC channel that the project is located at on the irc.freenode.net server. This defaults to #eclipse.

Product

The product that the project is listed under in Bugzilla.

Component (optional)

The bugzilla component that the wiki page corresponds to. This can be left blank if all bugs of a given product should be returned on the created hyperlinks.

Back to the top