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"

(Correct the bugzilla query.)
Line 1: Line 1:
{| style="width: 20em; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; float:right; clear:right; border-collapse:collapse;" cellpadding=1
+
<noinclude>
|-
+
This template is used to provide an infobox for a project.
| style="background:#ccccff; padding: 0 5px 0 5px;" align="center" | '''{{{name}}}'''
+
|-
+
| style="padding: 0 5px 0 5px;" align="center" | [{{{website}}} Website]
+
|-
+
| style="padding: 0 5px 0 5px;" align="center" | [{{{download}}} Download]
+
|-
+
| 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="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&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&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&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 -->
+
  
<noinclude>
+
{{Usage|<pre>{{Infobox
'''Code:'''
+
| name = Eclipse Communication Framework
<pre>
+
| download = http://www.eclipse.org/ecf/downloads.php
{{Infobox
+
| website = http://www.eclipse.org/ecf
| name     =  
+
| list = ecf-dev
| website  =
+
| newsgroup = eclipse.technology.ecf
| download  =
+
| product = ECF
| list     =  
+
| irc = eclipse-ecf
| newsgroup =  
+
}}</pre>|2={{Infobox
| irc      =
+
| name = Eclipse Communication Framework
| product   =  
+
| download = http://www.eclipse.org/ecf/downloads.php
| component =  
+
| website = http://www.eclipse.org/ecf
}}
+
| list = ecf-dev
</pre>
+
| newsgroup = eclipse.technology.ecf
 +
| product = ECF
 +
| irc = eclipse-ecf
 +
}}}}
  
 
'''Name'''
 
'''Name'''
Line 40: Line 24:
  
 
'''Website'''
 
'''Website'''
:A link to the project's website. This will likely be of the form <nowiki>http://www.eclipse.com/projectname/</nowiki>.
+
:A link to the project's website. This will likely be of the form <nowiki>http://www.eclipse.org/projectname/</nowiki>.
  
 
'''Download'''
 
'''Download'''
Line 61: Line 45:
  
 
[[Category:Templates]]
 
[[Category:Templates]]
</noinclude>
+
</noinclude><includeonly>{| style="width: 20em; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; float:right; clear:right; border-collapse:collapse;" cellpadding=1
 +
|-
 +
| style="background:#ccccff; padding: 0 5px 0 5px;" align="center" | '''{{{name}}}'''
 +
|-
 +
| style="padding: 0 5px 0 5px;" align="center" | [{{{website}}} Website]
 +
|-
 +
| style="padding: 0 5px 0 5px;" align="center" | [{{{download}}} Download]
 +
|-
 +
| 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="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&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&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&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product={{{product}}}&component={{{component|}}}&keywords=bugday Bug Day]
 +
|}</includeonly>

Revision as of 18:20, 12 February 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 (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