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"

 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Jetty}}
 +
 
== Introduction ==
 
== Introduction ==
 
{{{introduction}}}
 
{{{introduction}}}
Line 7: Line 9:
 
}}
 
}}
  
== Steps ==
+
{{#if: {{{steps|}}}
 +
| == Steps ==
 
{{{steps}}}
 
{{{steps}}}
 +
}}
  
{{#if: {{{code|}}}
+
{{#if: {{{notes|}}}
| == Code Snippets ==
+
| == Tips, Hints, and Warnings ==
{{{code}}}
+
{{{notes}}}
 +
}}
 +
 
 +
{{#if: {{{examples|}}}
 +
| == Examples ==
 +
{{{examples}}}
 +
}}
 +
 
 +
{{#if: {{{snippets|}}}
 +
| == Snippets and Screenshots ==
 +
{{{snippets}}}
 
}}
 
}}
  
 
{{#if: {{{more|}}}
 
{{#if: {{{more|}}}
| == More Information ==
+
| == Additional Resources ==
 
{{{more}}}
 
{{{more}}}
 
}}
 
}}
 +
 +
{{#if: {{{category|}}}
 +
|{{{category}}}
 +
|[[Category:Jetty Howto]]
 +
}}<noinclude>
 +
== Usage ==
 +
<pre>
 +
{{Jetty Howto
 +
| introduction = (required)
 +
| prereqs = (optional)
 +
| steps = (optional)
 +
| 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: <nowiki>[[Category:Category 1]] [[Category:Category 2]]</nowiki>
 +
}}
 +
 +
</pre>
 +
 +
[[Category:Jetty Template|Howto]]
 +
 +
</noinclude>

Latest revision as of 23:34, 4 February 2010



Introduction

{{{introduction}}}

Usage

{{Jetty Howto
| introduction = (required)
| prereqs = (optional)
| steps = (optional)
| 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