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

 
(12 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
{{{introduction}}}
 
{{{introduction}}}
  
== Details ==
+
== Feature ==
{{{details}}}
+
{{{body}}}
  
 
{{#if: {{{more|}}}
 
{{#if: {{{more|}}}
 
| == Additional Resources ==
 
| == Additional Resources ==
 
{{{more}}}
 
{{{more}}}
 +
}}
 +
 +
{{#if: {{{category|}}}
 +
|{{{category}}}
 +
|[[Category: Jetty Feature]]
 
}}<noinclude>
 
}}<noinclude>
 +
<noinclude>
 
== Usage ==
 
== Usage ==
 
<pre>
 
<pre>
{{Jetty Feature Guide
+
{{Jetty Feature
 
| introduction = (required)
 
| introduction = (required)
| details = (required)
+
| body = (required)
 
| more = (optional) - links, additional references
 
| 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>
 
</pre>
  
[[Category: Jetty Template]]
+
[[Category: Jetty Template|Feature]]
 
</noinclude>
 
</noinclude>

Latest revision as of 05:17, 4 August 2009



Introduction

{{{introduction}}}

Feature

{{{body}}}

Usage

{{Jetty Feature
| introduction = (required)
| body = (required)
| 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