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"

 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
+
{{#eclipseproject:technology.higgins}}
==Usage==
+
<includeonly>|-style="background:#f0f0f0; color:black"   
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>
+
|-style="background:#f0f0f0; color:black"   
+
 
| colspan=2 |  
 
| colspan=2 |  
 
{| border="0" style="background:#f0f0f0; float:left;"
 
{| border="0" style="background:#f0f0f0; float:left;"
Line 20: Line 11:
 
|   
 
|   
 
|   
 
|   
 +
|
 
|
 
|
 
|   
 
|   
 
|[[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