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"

(Implement an #if conditional for {{{irc}}})
(clarify Issues)
 
(37 intermediate revisions by 7 users not shown)
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
 
|-
 
| 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]{{#if:{{{irc|}}}| • [irc://irc.freenode.net/{{{irc}}} {{{irc}}}]|}}<br>
 
|-
 
| 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}}}&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=bugday Bug Day]
 
|}
 
<!-- This template is used to provide an infobox for a project -->
 
 
 
<noinclude>
 
<noinclude>
'''Code:'''
+
This template is used to provide an infobox for a project.
<pre>
+
 
{{Infobox
+
{{Usage|<pre>{{Infobox
| name     =  
+
| name = Eclipse Communication Framework
| website  =
+
| download = http://www.eclipse.org/ecf/downloads.php
| download  =
+
| website = http://www.eclipse.org/ecf
| list     =  
+
| list = ecf-dev
| newsgroup =  
+
| newsgroup = eclipse.technology.ecf
| product   =  
+
| product = ECF
}}
+
| irc = eclipse-ecf
</pre>
+
| mattermost = webtools
 +
| viewvc = org.eclipse.ecf/?root=RT_Project
 +
| psf = http://full/path/to/project/psf/
 +
}}</pre>|2={{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
 +
| mattermost = webtools
 +
| viewvc = org.eclipse.ecf/?root=RT_Project
 +
| psf = http://full/path/to/project/psf/
 +
}}}}
  
 
'''Name'''
 
'''Name'''
Line 38: Line 30:
  
 
'''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 44: Line 36:
  
 
'''List'''
 
'''List'''
:The name of the development mailing list of your project. This would be something like platform-swt-dev or ecf-dev.
+
:The name of the development mailing list of your project. This would be something like <code>platform-swt-dev</code> or <code>ecf-dev</code>.
  
 
'''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 <code>eclipse.technology.babel</code>.
 +
 
 +
'''IRC (optional)'''
 +
:The IRC channel that the project is located at on the irc.freenode.net server. The value will default to <code>#eclipse</code> if left unentered.
 +
 
 +
'''Mattermost (optional)'''
 +
:The mattermost channel that the project is using. Defaults to <code>Town Square</code>.
  
 
'''Product'''
 
'''Product'''
 
:The product that the project is listed under in Bugzilla.
 
:The product that the project is listed under in Bugzilla.
  
[[Category:Templates]]
+
'''Component (optional)'''
</noinclude>
+
: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.
 +
 
 +
'''ViewVC (optional)'''
 +
:The truncated link to the location of your repository on the [http://dev.eclipse.org/viewcvs/index.cgi/ ViewVC] web interface. Leading slashes are not required, so if the is simply in the "original" <code>/cvsroot/eclipse</code> root contained in the 'e4' folder, simply enter in <code>e4/</code>. For repositories that are elsewhere, like those under the 'RT' or 'Technology' umbrella, the attribute that specifies the 'root' is required, such as <code>org.eclipse.rap/?root=RT_Project</code> or <code>?root=Technology_LINUXTOOLS</code>. The value will default to <nowiki>http://dev.eclipse.org/viewcvs/index.cgi/</nowiki> if left unentered.
 +
 
 +
'''source (optional)'''
 +
:Use this property as an alternative to ViewVC if you are using Git or have a different web page that gives directions on getting the source. The value of this parameter should be a fully qualified URL. This property is only used if the ViewVC parameter is undefined.
 +
 
 +
'''PSF (optional)'''
 +
:The full path to the location of your project's project set file. This may be hosted somewhere on your project's website at eclipse.org or possibly in one of your <code>releng/</code> folders in the repository. The value will default to <nowiki>http://dev.eclipse.org/viewcvs/index.cgi/</nowiki> if left unentered.
 +
 
 +
</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] • [http://www.eclipse.org/forums/{{{newsgroup}}} Forums] • [irc://irc.freenode.net/{{{irc|#eclipse}}} IRC] • [https://mattermost.eclipse.org/eclipse/channels/{{{mattermost|town-square}}} mattermost]  
 +
|
 +
|-
 +
| style="background:#eeeeff; padding: 0 5px 0 5px;" align="center" | '''Issues'''
 +
|-
 +
| 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] • [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] • [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" | [{{#if: {{{source|}}}| {{{source}}}|http://dev.eclipse.org/viewcvs/index.cgi/{{{viewvc|}}} }} Browse Source] {{#if: {{{psf|}}}| • [{{{psf}}} Project Set File]}}
 +
|}</includeonly>

Latest revision as of 11:05, 22 July 2020

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
| mattermost = webtools
| viewvc = org.eclipse.ecf/?root=RT_Project
| psf = http://full/path/to/project/psf/
}}
Eclipse Communication Framework
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File


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. The value will default to #eclipse if left unentered.

Mattermost (optional)

The mattermost channel that the project is using. Defaults to Town Square.

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.

ViewVC (optional)

The truncated link to the location of your repository on the ViewVC web interface. Leading slashes are not required, so if the is simply in the "original" /cvsroot/eclipse root contained in the 'e4' folder, simply enter in e4/. For repositories that are elsewhere, like those under the 'RT' or 'Technology' umbrella, the attribute that specifies the 'root' is required, such as org.eclipse.rap/?root=RT_Project or ?root=Technology_LINUXTOOLS. The value will default to http://dev.eclipse.org/viewcvs/index.cgi/ if left unentered.

source (optional)

Use this property as an alternative to ViewVC if you are using Git or have a different web page that gives directions on getting the source. The value of this parameter should be a fully qualified URL. This property is only used if the ViewVC parameter is undefined.

PSF (optional)

The full path to the location of your project's project set file. This may be hosted somewhere on your project's website at eclipse.org or possibly in one of your releng/ folders in the repository. The value will default to http://dev.eclipse.org/viewcvs/index.cgi/ if left unentered.


Back to the top