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

Line 5: Line 5:
 
| [{{{downloadurl|http://www.eclipse.org/higgins/downloads.php?loc=downloads/{{{dir|{{{plugdir|{{{appdir}}}}}}}}}}}} downloads] {{{otherdl|}}}
 
| [{{{downloadurl|http://www.eclipse.org/higgins/downloads.php?loc=downloads/{{{dir|{{{plugdir|{{{appdir}}}}}}}}}}}} downloads] {{{otherdl|}}}
 
|
 
|
|{{{first| }}}
+
|{{{h1| }}}
|{{{ver| }}}
+
|{{{h11| }}}
 
|[[User:{{{wikiuser}}} | {{{username}}}]]   
 
|[[User:{{{wikiuser}}} | {{{username}}}]]   
 
|-</includeonly>
 
|-</includeonly>
Line 21: Line 21:
 
;appdir: name of svn directory under the org.eclipse.higgins/app location.  Only set this if you don't set dir or plugdir
 
;appdir: name of svn directory under the org.eclipse.higgins/app location.  Only set this if you don't set dir or plugdir
 
;shared: --always set value to "(shared)" if this project is shared with any other Component on the [[Components]] page
 
;shared: --always set value to "(shared)" if this project is shared with any other Component on the [[Components]] page
;first: The first branch that contained this project or file. E.g. if the table or release build that contained this project/file was "B-1-0-0" then this column entry would read "B-1-0-0". MANDATORY
+
;h1: The most recent Higgins 1.1 branch that contains this project or file. E.g. if the table or release build that contained this project/file was "B-1-0-0" then this column entry would read "B-1-0-0". MANDATORY
;ver: The most recent branch that contains this project or file. E.g. if the most recent stable or release build were "B-1-0-0" then if this project/file were a part of this build then this column entry would read "B-1-0-0". MANDATORY
+
;h11: The most recent Higgins 1.1 branch that contains this project or file. E.g. if the most recent stable or release build were "B-1-0-0" then if this project/file were a part of this build then this column entry would read "B-1-0-0". MANDATORY
 
;otherdl: allows other links to be added to the download column.
 
;otherdl: allows other links to be added to the download column.
 
;wikiuser: owner's wikiname (like jdoe.acme.com). MANDATORY
 
;wikiuser: owner's wikiname (like jdoe.acme.com). MANDATORY

Revision as of 18:27, 26 February 2009

{{#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

This template has the same params as Template:HigCompTblRow2 with the addition of note.

type
one of "Interface", "Implementation", "Misc". MANDATORY
note
wiki page with project-specific info. To insert follow this template: note=--[[<project-name> | note]]. For example: note=--[[<some wiki page name> | note]] .
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
shared
--always set value to "(shared)" if this project is shared with any other Component on the Components page
h1
The most recent Higgins 1.1 branch that contains this project or file. E.g. if the table or release build that contained this project/file was "B-1-0-0" then this column entry would read "B-1-0-0". MANDATORY
h11
The most recent Higgins 1.1 branch that contains this project or file. E.g. if the most recent stable or release build were "B-1-0-0" then if this project/file were a part of this build then this column entry would read "B-1-0-0". MANDATORY
otherdl
allows other links to be added to the download column.
wikiuser
owner's wikiname (like jdoe.acme.com). MANDATORY
username
human-readable name of the owner. MANDATORY
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