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:Infobox"

(The IRC attribute is not optional.)
(Add 'viewvc' and 'psf' attributes.)
Line 62: Line 62:
 
|-
 
|-
 
| style="font-size: 100%; padding: 0 5px 0 5px;" align="center" | [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product={{{product}}}&component={{{component|}}}&keywords=bugday Bug Day]
 
| style="font-size: 100%; padding: 0 5px 0 5px;" align="center" | [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product={{{product}}}&component={{{component|}}}&keywords=bugday Bug Day]
 +
|-
 +
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Contribute'''
 +
|-
 +
| style="padding: 0 5px 0 5px;" align="center" | [http://dev.eclipse.org/viewcvs/index.cgi/{{{viewvc}}} Browse Source] • [{{{psf}}} Project Set File]
 
|}</includeonly>
 
|}</includeonly>

Revision as of 02:22, 14 December 2008

This template is used to provide an infobox for a project.

Markup Rendering
{{Infobox
| name = Eclipse Communication Framework
| download = http://www.eclipse.org/ecf/downloads.php
| website = http://www.eclipse.org/ecf
| list = ecf-dev
| newsgroup = eclipse.technology.ecf
| product = ECF
| irc = eclipse-ecf
}}
Eclipse Communication Framework
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source


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.org/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

The IRC channel that the project is located at on the irc.freenode.net server. If there isn't one, please use #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