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 Howto"

m
Line 31: Line 31:
 
{{{more}}}
 
{{{more}}}
 
}}<noinclude>
 
}}<noinclude>
== Options ==
+
== Usage ==
 
+
<pre>
* {{{introduction}}} (required)
+
{{Jetty How Tos
* {{{prereqs}}} (optional)
+
| introduction = (required)
* {{{steps}}} (required)
+
| prereqs = (optional)
* {{{notes}}} (optional)
+
| steps = (required)
* {{{examples}}} (optional)
+
| notes = (optional)
* {{{snippets}}} (optional) - for chunks of code that are too big to go into the Steps section, or screenshots  
+
| examples = (optional)
* {{{more}}} (optional) - links, additional references
+
| snippets = (optional) - for chunks of code that are too big to go into the Steps section, or screenshots
 +
| more = (optional) - links, additional references
 +
}}
 +
</pre>
 
</noinclude>
 
</noinclude>

Revision as of 04:15, 22 June 2009



Introduction

{{{introduction}}}


Steps

{{{steps}}}





Usage

{{Jetty How Tos
| introduction = (required)
| prereqs = (optional)
| steps = (required)
| notes = (optional)
| examples = (optional)
| snippets = (optional) - for chunks of code that are too big to go into the Steps section, or screenshots
| more = (optional) - links, additional references
}}

Back to the top