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

 
Line 2: Line 2:
 
** [{{{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