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

 
(44 intermediate revisions by the same user not shown)
Line 1: Line 1:
|{{{1}}}||<span id="{{{name}}}"></span>[[{{{name}}} | {{{altname|{{{name}}}}}}]] [{{{dir|{{{plugdir|{{{apidir}}}}}}}}}] {{{{ver}}}}
+
{{#eclipseproject:technology.higgins}}
 +
<includeonly>|{{{1}}}||<span id="{{{name}}}"></span>[[{{{name}}} | {{{altname|{{{name}}}}}}]] [{{{dir|{{{plugdir|{{{appdir|}}}}}}}}}]
 
|[[{{{name}}} Dependencies | dep]]
 
|[[{{{name}}} Dependencies | dep]]
|[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugin/{{{dir|{{{plugdir|{{{apidir}}}}}}}}}/?cvsroot=Technology_Project viewcvs]
+
|[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|}}}
| [http://download.eclipse.org/technology/higgins/downloads/{{{dir|{{{plugdir|{{{apidir}}}}}}}}}/lastNightlyBuild/ download]
+
|[[Image:Org.eclipse.higgins.{{{dir|{{{plugdir|{{{apidir}}}}}}}}}.buildstatus.gif]]
+
 
|
 
|
 +
|{{{first| }}}
 +
|{{{ver| }}}
 
|[[User:{{{wikiuser}}} | {{{username}}}]]   
 
|[[User:{{{wikiuser}}} | {{{username}}}]]   
|-
+
|-</includeonly>
 +
<noinclude>
 +
==Usage==
 +
Creates a new table row on the [[Components]] page. This represents a specific component.
 +
* param: '''name''' The component'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.
 +
* param: '''dir''' name of svn directory under the root org.eclipse.higgins location.  Only set this if you don't set plugdir or appdir
 +
* param: '''plugdir''' name of svn directory under the org.eclipse.higgins/plugins location.  Only set this if you don't set dir or appdir
 +
* param: '''appdir''' name of svn directory under the org.eclipse.higgins/app location.  Only set this if you don't set dir or plugdir
 +
* param: '''ver''' list of versions that this component is part of.
 +
* param: '''first''' version that this component appeared first time.
 +
* param: '''otherdl''' allows other links to be added to the download column.
 +
* param: '''wikiuser''' The owner's wikiname (like jdoe.acme.com).
 +
* param: '''username''' Human-readable name of the owner.
 +
* param: '''downloadurl''' Download URL
 +
* param: '''ontdir''' The name of SVN directory where ontology files (higgins.owl and others) are placed
 +
* param: '''docdir''' The name of SVN directory where documentation is placed
 +
----
 +
</noinclude>

Latest revision as of 00:58, 27 August 2008

{{#eclipseproject:technology.higgins}}


Usage

Creates a new table row on the Components page. This represents a specific component.

  • param: name The component'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.
  • param: dir name of svn directory under the root org.eclipse.higgins location. Only set this if you don't set plugdir or appdir
  • param: plugdir name of svn directory under the org.eclipse.higgins/plugins location. Only set this if you don't set dir or appdir
  • param: appdir name of svn directory under the org.eclipse.higgins/app location. Only set this if you don't set dir or plugdir
  • param: ver list of versions that this component is part of.
  • param: first version that this component appeared first time.
  • param: otherdl allows other links to be added to the download column.
  • param: wikiuser The owner's wikiname (like jdoe.acme.com).
  • param: username Human-readable name of the owner.
  • param: downloadurl Download URL
  • param: ontdir The name of SVN directory where ontology files (higgins.owl and others) are placed
  • param: docdir The name of SVN directory where documentation is placed

Back to the top