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"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
* Jetty {{{version|{{{1}}}}}}
+
* '''Jetty {{{version|{{{1}}}}}}'''
 
** [{{{api|http://download.eclipse.org/jetty/{{{version|{{{1}}}}}}/apidocs/}}} Jetty {{{version|{{{1}}}}}} JavaDoc]
 
** [{{{api|http://download.eclipse.org/jetty/{{{version|{{{1}}}}}}/apidocs/}}} Jetty {{{version|{{{1}}}}}} JavaDoc]
 
** [{{{xref|http://download.eclipse.org/jetty/{{{version|{{{1}}}}}}/xref/}}} Jetty {{{version|{{{1}}}}}} Source XRef]<noinclude>
 
** [{{{xref|http://download.eclipse.org/jetty/{{{version|{{{1}}}}}}/xref/}}} Jetty {{{version|{{{1}}}}}} Source XRef]<noinclude>
Usage:
 
  
== Simple ==
+
== Usage ==
 +
 
 +
=== Simple ===
 
<pre>{{Jetty Release Document|version-string}}</pre>
 
<pre>{{Jetty Release Document|version-string}}</pre>
  
== With Options ==
+
=== With Options ===
 
<pre>{{Jetty Release Document|version=version-string|api=http://example.com/apidocs/|xref=http://example.com/xref/}}</pre>
 
<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>

Latest revision as of 06:37, 4 August 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