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

(New page: {{#eclipseproject:technology.higgins}} <includeonly>|-style="background:#f0f0f0; color:black" | colspan=2 | {| border="0" style="background:#f0f0f0; float:left;" | [[{{{name|}}}]]{{{nam...)
 
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins}}
+
 
 
<includeonly>|-style="background:#f0f0f0; color:black"   
 
<includeonly>|-style="background:#f0f0f0; color:black"   
| colspan=2 |
+
| colspan="2" | {{{env}}} projects:  
{| border="0" style="background:#f0f0f0; float:left;"
+
|  
| [[{{{name|}}}]]{{{namesuffix|}}}
+
|  
|}
+
| </includeonly><noinclude>
{| border="0" style="background:#f0f0f0; float:right;"
+
| Bugs: [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Higgins&version=unspecified&component={{{bugzcomp}}}&rep_platform=All&op_sys=All&priority=P3&bug_severity=normal&bug_status=NEW&cc=&bug_file_loc=http%3A%2F%2F&short_desc=&comment=&commentprivacy=0&form_name=enter_bug create],  [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Higgins&component={{{bugzcomp}}} open],  [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&bug_status=RESOLVED&bug_status=CLOSED&product=Higgins&component={{{bugzcomp}}} closed]
+
|}
+
|
+
+
+
|
+
|
+
+
|[[User:{{{wikiuser|none}}} | {{{username|none}}}]]
+
|-</includeonly>
+
<noinclude>
+
 
==Usage==
 
==Usage==
Creates a new section in a table row on the [[Components]] page. These sections typically represent a grouping of similar components.
+
Creates a new section of a Component table [[Components]] page. These represent alternative implementations of the Component service usually for different runtime environments & languages.
* param: '''name''' The section's name. This will be turned into a wiki link such that viewers may click this link and land on an architecture page for this grouping of components.
+
 
* param: '''namesuffix''' This may be used to add a suffix to the name without requiring the suffix to be included in the wiki link.
+
===Params===
* param: '''bugzcomp''' The bugzilla component that represents this grouping
+
;env: Description of the environment(s) that the projects in this section of the Component table is targeted at. E.g. "Java 1.4" or "C++ on Windows" or "Adobe Flex" or "Javascript and XUL"
* param: '''wikiuser''' The owner's wikiname (like jdoe.acme.com).
+
* param: '''username''' Human-readable name of the owner.
+
 
----
 
----
 
</noinclude>
 
</noinclude>

Latest revision as of 15:38, 15 August 2014


Usage

Creates a new section of a Component table Components page. These represent alternative implementations of the Component service usually for different runtime environments & languages.

Params

env
Description of the environment(s) that the projects in this section of the Component table is targeted at. E.g. "Java 1.4" or "C++ on Windows" or "Adobe Flex" or "Javascript and XUL"

Back to the top