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

 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
|-style="background:#f0f0f0; color:black"   
+
{{#eclipseproject:technology.higgins}}
|colspan="2" | [[{{{name}}}]] ({{{nick}}})    
+
<includeonly>|-style="background:#f0f0f0; color:black"   
 +
| colspan=2 |
 +
{| border="0" style="background:#f0f0f0; float:left;"
 +
| [[{{{name|}}}]]{{{namesuffix|}}}
 +
|}
 +
{| 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]
 +
|}
 
|
 
|
 
|   
 
|   
 
|   
 
|   
 +
|
 +
|
 
|   
 
|   
|[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}}}]]  
 
|[[User:{{{wikiuser|none}}} | {{{username|none}}}]]  
|-
+
|-</includeonly>
 +
<noinclude>
 +
==Usage==
 +
Creates a new section in a table row on the [[Components]] page. These sections typically represent a grouping of similar components.
 +
* 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.
 +
* param: '''bugzcomp''' The bugzilla component that represents this grouping
 +
* param: '''wikiuser''' The owner's wikiname (like jdoe.acme.com).
 +
* param: '''username''' Human-readable name of the owner.
 +
----
 +
</noinclude>

Latest revision as of 04:35, 4 April 2008

{{#eclipseproject:technology.higgins}}


Usage

Creates a new section in a table row on the Components page. These sections typically represent a grouping of similar components.

  • 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.
  • param: bugzcomp The bugzilla component that represents this grouping
  • param: wikiuser The owner's wikiname (like jdoe.acme.com).
  • param: username Human-readable name of the owner.

Back to the top