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 17: Line 17:
 
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]] 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>
 
|}<br>
 
|}<br>
.
+
 
 +
===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.
 +
;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
 
----
 
----
 
</noinclude>
 
</noinclude>

Revision as of 21:54, 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:
|}

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.
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

Back to the top