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

 
(31 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:
|
+
|  
|  
+
|  
|  
+
| </includeonly><noinclude>
|
+
|
+
+
|
+
|-</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