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"

Line 1: Line 1:
 
{{Jetty}}
 
{{Jetty}}
  
== Introduction ==
+
= Introduction =
 
{{{introduction}}}
 
{{{introduction}}}
  
 
{{#if: {{{prereqs|}}}
 
{{#if: {{{prereqs|}}}
| == Prerequisites ==
+
| = Prerequisites =
 
{{{prereqs}}}
 
{{{prereqs}}}
 
}}
 
}}
  
== Steps ==
+
= Steps =
 
{{{steps}}}
 
{{{steps}}}
  
 
{{#if: {{{notes|}}}
 
{{#if: {{{notes|}}}
| == Tips, Hints, and Warnings ==
+
| = Tips, Hints, and Warnings =
 
{{{notes}}}
 
{{{notes}}}
 
}}
 
}}
  
 
{{#if: {{{examples|}}}
 
{{#if: {{{examples|}}}
| == Examples ==
+
| = Examples =
 
{{{examples}}}
 
{{{examples}}}
 
}}
 
}}
  
 
{{#if: {{{snippets|}}}
 
{{#if: {{{snippets|}}}
| == Snippets and Screenshots ==
+
| = Snippets and Screenshots =
 
{{{snippets}}}
 
{{{snippets}}}
 
}}
 
}}
  
 
{{#if: {{{more|}}}
 
{{#if: {{{more|}}}
| == Additional Resources ==
+
| = Additional Resources =
 
{{{more}}}
 
{{{more}}}
 
}}
 
}}
Line 36: Line 36:
 
|[[Category: Jetty Howto]]
 
|[[Category: Jetty Howto]]
 
}}<noinclude>
 
}}<noinclude>
== Usage ==
+
= Usage =
 
<pre>
 
<pre>
 
{{Jetty Howto
 
{{Jetty Howto

Revision as of 22:07, 28 June 2009



Introduction

{{{introduction}}}


Steps

{{{steps}}}

Usage

{{Jetty Howto
| 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
| category = (optional) - categor(ies) to use for this page. If blank, will use the template name as a default category
Example: [[Category:Category 1]] [[Category:Category 2]]
}}

Back to the top