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

 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins}}
+
 
 
<includeonly>{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
<includeonly>{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
|-style="background:#d6dee9; color:black"   
 
|-style="background:#d6dee9; color:black"   
! width="50%" border="1" align="left" valign="top" colspan="2" | [[{{{name|}}}]]{{{namesuffix|}}}
+
! width="50%" border="1" align="left" valign="top" colspan="2" | [[{{{name|}}}| Cross-Implementation Information]]{{{namesuffix|}}}  
 
{| border="0" style="background:#d6dee9; float:right;"
 
{| border="0" style="background:#d6dee9; 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] ({{{bugzcomp}}})
+
| Bugs ({{{bugzcomp}}}): [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]  
 
|}
 
|}
! width="5%" border="1" align="left" valign="top" | Dep.
+
! width="20%" border="1" align="left" valign="top" | Repository
! width="10%" border="1" align="left" valign="top" | Repository
+
! width="20%" border="1" align="left" valign="top" | Downloads
! width="10%" border="1" align="left" valign="top" | Downloads
+
! width="10%" border="1" align="left" valign="top" | Owner</includeonly>
! width="5" border="1" align="left" valign="top" | Test status
+
! width="5%" border="1" align="left" valign="top" | First check-in
+
! width="5%" border="1" align="left" valign="top" | Most recent
+
! width="15%" border="1" align="left" valign="top" | Owner</includeonly>
+
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Begins a new table for the [[Components]] page.  This is typically followed by <nowiki>{{HigCompTblSec}} and {{HigCompTblRow}}</nowiki>.  Make sure you place a table end at the bottom of your table like this:<br>
+
Begins a new table for the [[Components]] pages.  This is typically followed by <nowiki>{{HigCompTblSec2}} and {{HigCompTblRow2}}</nowiki>.  Make sure you place a table end at the bottom of your table like this:<br>
 
|}<br>
 
|}<br>
  
 
===Params===
 
===Params===
;name: 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.
+
;name: Component's name. Is also a wiki link such that viewers may click this link and land on an architecture page for this component.
 
;namesuffix: may be used to add a suffix to the name without requiring the suffix to be included in the wiki link.
 
;namesuffix: may be used to add a suffix to the name without requiring the suffix to be included in the wiki link.
;bugzcomp: bugzilla component that represents this grouping
+
;bugzcomp: bugzilla component name
 
----
 
----
 
</noinclude>
 
</noinclude>

Latest revision as of 15:37, 15 August 2014


Usage

Begins a new table for the Components pages. This is typically followed by {{HigCompTblSec2}} and {{HigCompTblRow2}}. Make sure you place a table end at the bottom of your table like this:
|}

Params

name
Component's name. Is also a wiki link such that viewers may click this link and land on an architecture page for this component.
namesuffix
may be used to add a suffix to the name without requiring the suffix to be included in the wiki link.
bugzcomp
bugzilla component name

Back to the top