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:ParametersHelp"

(New page: <noinclude> This template is used to provide right aligned box with free text. {{Usage|<pre>{{ParametersHelp | title = Eclipse Communication Framework | line1 = 1 }}</pre>|2={{ParametersH...)
 
Line 3: Line 3:
  
 
{{Usage|<pre>{{ParametersHelp
 
{{Usage|<pre>{{ParametersHelp
| title = Eclipse Communication Framework
+
| title = Parameters
| line1 = 1
+
| 1 = line1
 
}}</pre>|2={{ParametersHelp
 
}}</pre>|2={{ParametersHelp
| title = Eclipse Communication Framework
+
| title = Parameters
| line1 = 1
+
| 1 = line1
 
}}}}
 
}}}}
  
Line 23: Line 23:
 
| style="background:#ccccff; padding: 0 5px 0 5px;" align="center" | '''{{{title}}}'''
 
| style="background:#ccccff; padding: 0 5px 0 5px;" align="center" | '''{{{title}}}'''
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="center" | [{{{line1}}} Website]
+
| style="padding: 0 5px 0 5px;" align="left" | {{{1}}}
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="center" | [{{{line2}}} Download]
+
| style="padding: 0 5px 0 5px;" align="left" | {{{2}}}
 +
|-
 +
| style="padding: 0 5px 0 5px;" align="left" | {{{3}}}
 +
|-
 +
| style="padding: 0 5px 0 5px;" align="left" | {{{4}}}
 
|-
 
|-
 
|}
 
|}
 
</includeonly>
 
</includeonly>

Revision as of 04:29, 3 February 2011

This template is used to provide right aligned box with free text.

Markup Rendering
{{ParametersHelp
| title = Parameters
| 1 = line1
}}
Parameters
line1


title 
The title of the box.
line1 
parameter #1 text
line2 
parameter #2 text
line3 
parameter #3 text
line4 
parameter #4 text



Back to the top