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"

 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins}}
+
 
<includeonly>|-
+
<includeonly>
|{{{type}}}||<span id="{{{dir|{{{plugdir|{{{appdir|}}}}}}}}}"></span>[[{{{dir|{{{plugdir|{{{appdir|}}}}}}}}} | {{{altname|{{{dir|{{{plugdir|{{{appdir|}}}}}}}}}}}}]]
+
|-
|[[{{{dir|{{{plugdir|{{{appdir|}}}}}}}}} Dependencies | dep]]
+
|''{{{type}}}''||<span id="{{{dir|{{{plugdir|{{{appdir|}}}}}}}}}"></span>org.eclipse.higgins.{{{dir|{{{plugdir|{{{appdir|}}}}}}}}} {{{shared|}}}
 
|[https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/{{{docdir|{{{ontdir|{{{dir|plugins/org.eclipse.higgins.{{{plugdir|/../../app/org.eclipse.higgins.{{{appdir}}}}}}}}}}}}}}}/ svn] [http://dev.eclipse.org/viewsvn/index.cgi/trunk/{{{docdir|{{{ontdir|{{{dir|plugins/org.eclipse.higgins.{{{plugdir|/../../app/org.eclipse.higgins.{{{appdir}}}}}}}}}}}}}}}/?root=Technology_HIGGINS viewsvn]
 
|[https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/{{{docdir|{{{ontdir|{{{dir|plugins/org.eclipse.higgins.{{{plugdir|/../../app/org.eclipse.higgins.{{{appdir}}}}}}}}}}}}}}}/ svn] [http://dev.eclipse.org/viewsvn/index.cgi/trunk/{{{docdir|{{{ontdir|{{{dir|plugins/org.eclipse.higgins.{{{plugdir|/../../app/org.eclipse.higgins.{{{appdir}}}}}}}}}}}}}}}/?root=Technology_HIGGINS viewsvn]
| [{{{downloadurl|http://www.eclipse.org/higgins/downloads.php?loc=downloads/{{{dir|{{{plugdir|{{{appdir}}}}}}}}}}}} downloads] {{{otherdl|}}}
+
| [{{{downloadurl|http://www.eclipse.org/higgins/downloads_parser.php?loc=/downloads/{{{dir|{{{plugdir|{{{appdir}}}}}}}}}}}} downloads] {{{otherdl|}}}
|
+
|{{{first| }}}
+
|{{{ver| }}}
+
 
|[[User:{{{wikiuser}}} | {{{username}}}]]   
 
|[[User:{{{wikiuser}}} | {{{username}}}]]   
 
|-</includeonly>
 
|-</includeonly>
Line 15: Line 12:
  
 
===Params===
 
===Params===
;type: one of "Interface", "Implementation", "Misc"
+
;type: one of "Interface", "Implementation", "Misc". MANDATORY
;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.
+
;dir: name of svn directory under the root org.eclipse.higgins location. Only set this if you don't set plugdir or appdir
;altname: Alternate link name text. This allows the component name to be different from the text that appears as the link name.
+
;plugdir: name of svn directory under the org.eclipse.higgins/plugins location. Only set this if you don't set dir or appdir
;dir: name of svn directory under the root org.eclipse.higgins location. Only set this if you don't set plugdir 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
;plugdir: name of svn directory under the org.eclipse.higgins/plugins location. Only set this if you don't set dir or appdir
+
;shared:--always set value to "(shared)" if this project is shared with any other project on the Components page, else set value to ""
;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.
 
;otherdl: allows other links to be added to the download column.
;wikiuser: owner's wikiname (like jdoe.acme.com).
+
;wikiuser: owner's wikiname (like jdoe.acme.com). MANDATORY
;username: human-readable name of the owner.
+
;username: human-readable name of the owner. MANDATORY
 
;downloadurl: download URL
 
;downloadurl: download URL
 
;ontdir: The name of SVN directory where ontology files (higgins.owl and others) are placed
 
;ontdir: The name of SVN directory where ontology files (higgins.owl and others) are placed

Latest revision as of 15:35, 15 August 2014


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", "Implementation", "Misc". MANDATORY
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 project on the Components page, else set value to ""
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