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:Jetty Release Document"

Line 1: Line 1:
* Jetty {{{1}}}
+
* Jetty {{{version|{{{1}}}}}}
** [Jetty {{{1}}} JavaDoc http://download.eclipse.org/jetty/{{{1}}}/apidocs/]
+
** [Jetty {{{version|{{{1}}}}}} JavaDoc {{{api|http://download.eclipse.org/jetty/{{{1}}}/apidocs/}}}}}}]
** [Jetty {{{1}}} Source XRef http://download.eclipse.org/jetty/{{{1}}}/xref/]<noinclude>
+
** [Jetty {{{version|{{{1}}}}}} Source XRef {{{xref|http://download.eclipse.org/jetty/{{{1}}}/xref/}}}]<noinclude>
 
Usage:
 
Usage:
<pre>{{Jetty Release Document|version-string}}
+
 
</pre>
+
== Simple ==
 +
<pre>{{Jetty Release Document|version-string}}</pre>
 +
 
 +
== With Options ==
 +
<pre>{{Jetty Release Document|version=version-string|api=http://example.com/apidocs/|xref=http://example.com/xref/}}</pre>
 
[[Category: Jetty]]
 
[[Category: Jetty]]
 
[[Category: Jetty Template]]
 
[[Category: Jetty Template]]
 
</noinclude>
 
</noinclude>

Revision as of 06:09, 6 July 2009

Usage:

Simple

{{Jetty Release Document|version-string}}

With Options

{{Jetty Release Document|version=version-string|api=http://example.com/apidocs/|xref=http://example.com/xref/}}

Back to the top