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 30: Line 30:
 
| == Additional Resources ==
 
| == Additional Resources ==
 
{{{more}}}
 
{{{more}}}
 +
}}
 +
 +
{{#if: {{{category|}}}
 +
|{{{category}}}
 +
|[[Category: How To]]
 
}}<noinclude>
 
}}<noinclude>
 
== Usage ==
 
== Usage ==
Line 41: Line 46:
 
| snippets = (optional) - for chunks of code that are too big to go into the Steps section, or screenshots
 
| snippets = (optional) - for chunks of code that are too big to go into the Steps section, or screenshots
 
| more = (optional) - links, additional references
 
| more = (optional) - links, additional references
 +
| category = (optional) - categor(ies) to add to this link, in the form of <nowiki>[[Category:Category 1]] [[Category:Category 2]]</nowiki>. If not included, will use the template's default category
 
}}
 
}}
 +
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>

Revision as of 23:25, 22 June 2009



Introduction

{{{introduction}}}


Steps

{{{steps}}}

Usage

{{Jetty How To
| 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 add to this link, in the form of [[Category:Category 1]] [[Category:Category 2]]. If not included, will use the template's default category
}}

Back to the top