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"

Line 2: Line 2:
 
<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="65%" border="1" align="left" valign="top" colspan="2"  
+
! width="65%" border="1" align="left" valign="top" colspan="2" [[{{{name|}}}]]{{{namesuffix|}}}
{| border="0" style="background:#f0f0f0; float:left;"
+
| [[{{{name|}}}]]{{{namesuffix|}}}
+
|}
+
 
! width="5%" border="1" align="left" valign="top" | Dep.
 
! width="5%" border="1" align="left" valign="top" | Dep.
 
! width="10%" border="1" align="left" valign="top" | Repository
 
! width="10%" border="1" align="left" valign="top" | Repository

Revision as of 19:10, 5 December 2008

{{#eclipseproject:technology.higgins}}


Usage

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


Back to the top