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"

(Trying component again.)
(Okay, seems like using {{{component}}} is fine actually.)
Line 13: Line 13:
 
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Bugzilla'''
 
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Bugzilla'''
 
|-
 
|-
| style="font-size: 100%; padding: 0 5px 0 5px;" align="center" | [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product={{{product}}} Open]  
+
| style="font-size: 100%; padding: 0 5px 0 5px;" align="center" | [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product={{{product}}}&component={{{component}}} Open]  
 
|-
 
|-
 
| style="font-size: 100%; padding: 0 5px 0 5px;" align="center" | [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product={{{product}}}&component={{{component}}}&keywords=helpwanted Help Wanted]
 
| style="font-size: 100%; padding: 0 5px 0 5px;" align="center" | [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product={{{product}}}&component={{{component}}}&keywords=helpwanted Help Wanted]
 
|-
 
|-
| style="font-size: 100%; padding: 0 5px 0 5px;" align="center" | [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product={{{product}}}&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&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product={{{product}}}&component={{{component}}}&keywords=bugday Bug Day]
 
|}
 
|}
 
<!-- This template is used to provide an infobox for a project -->
 
<!-- This template is used to provide an infobox for a project -->

Revision as of 17:30, 22 November 2007

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


Code:

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

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.

Product

The product that the project is listed under in Bugzilla.

Back to the top