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

(Usage)
Line 12: Line 12:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Creates a new ''alternative'' table row on the [[Components]] page. This represents one of N alternative projects that implement the Component service
+
Creates a new table row on the [[Components]] page. This represents one of N alternative projects that implement the Component service
* param: '''name''' The project'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 component. This name is also used to create an anchor on the page.
+
 
* param: '''altname''' Alternate link name text. This allows the component name to be different from the text that appears as the link name.
+
===Params===
* param: '''dir''' name of svn directory under the root org.eclipse.higgins location.  Only set this if you don't set plugdir or appdir
+
;type: one of "Interface", "Impl", "Misc"
* param: '''plugdir''' name of svn directory under the org.eclipse.higgins/plugins location.  Only set this if you don't set dir or appdir
+
;name: project'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 component. This name is also used to create an anchor on the page.
* param: '''appdir''' name of svn directory under the org.eclipse.higgins/app location.  Only set this if you don't set dir or plugdir
+
;altname: Alternate link name text. This allows the component name to be different from the text that appears as the link name.
* param: '''ver''' list of versions that this project is part of.
+
;dir: name of svn directory under the root org.eclipse.higgins location.  Only set this if you don't set plugdir or appdir
* param: '''first''' version that this project appeared first time.
+
;plugdir: name of svn directory under the org.eclipse.higgins/plugins location.  Only set this if you don't set dir or appdir
* param: '''otherdl''' allows other links to be added to the download column.
+
;appdir: name of svn directory under the org.eclipse.higgins/app location.  Only set this if you don't set dir or plugdir
* param: '''wikiuser''' The owner's wikiname (like jdoe.acme.com).
+
;ver: list of versions that this project is part of.
* param: '''username''' Human-readable name of the owner.
+
;first: version that this project appeared first time.
* param: '''downloadurl''' Download URL
+
;otherdl: allows other links to be added to the download column.
* param: '''ontdir''' The name of SVN directory where ontology files (higgins.owl and others) are placed
+
;wikiuser: owner's wikiname (like jdoe.acme.com).
* param: '''docdir''' The name of SVN directory where documentation is placed
+
;username: human-readable name of the owner.
 +
;downloadurl: download URL
 +
;ontdir: The name of SVN directory where ontology files (higgins.owl and others) are placed
 +
;docdir: The name of SVN directory where documentation is placed
 
----
 
----
 
</noinclude>
 
</noinclude>

Revision as of 21:47, 5 December 2008

{{#eclipseproject:technology.higgins}}


Usage

Creates a new table row on the Components page. This represents one of N alternative projects that implement the Component service

Params

type
one of "Interface", "Impl", "Misc"
name
project'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 component. This name is also used to create an anchor on the page.
altname
Alternate link name text. This allows the component name to be different from the text that appears as the link name.
dir
name of svn directory under the root org.eclipse.higgins location. Only set this if you don't set plugdir or appdir
plugdir
name of svn directory under the org.eclipse.higgins/plugins location. Only set this if you don't set dir or appdir
appdir
name of svn directory under the org.eclipse.higgins/app location. Only set this if you don't set dir or plugdir
ver
list of versions that this project is part of.
first
version that this project appeared first time.
otherdl
allows other links to be added to the download column.
wikiuser
owner's wikiname (like jdoe.acme.com).
username
human-readable name of the owner.
downloadurl
download URL
ontdir
The name of SVN directory where ontology files (higgins.owl and others) are placed
docdir
The name of SVN directory where documentation is placed

Back to the top