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"

m
m
Line 27: Line 27:
 
| style="padding: 0 5px 0 5px;" align="left" | {{#if: {{{1|}}}|{{{1}}} <hr/>}}
 
| style="padding: 0 5px 0 5px;" align="left" | {{#if: {{{1|}}}|{{{1}}} <hr/>}}
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="left" | {{{2| }}} {{#ifneq:{{{2|}}}|<hr>}}
+
| style="padding: 0 5px 0 5px;" align="left" | {{#if: {{{2|}}}|{{{2}}} <hr/>}}
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="left" | {{{3| }}} {{#ifneq:{{{3|}}}|<hr>}}
+
| style="padding: 0 5px 0 5px;" align="left" | {{#if: {{{3|}}}|{{{3}}} <hr/>}}
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="left" | {{{4| }}} {{#ifneq:{{{4|}}}|<hr>}}
+
| style="padding: 0 5px 0 5px;" align="left" | {{#if: {{{4|}}}|{{{4}}} <hr/>}}
 
|-
 
|-
 
|}
 
|}
 
</includeonly>
 
</includeonly>

Revision as of 07:46, 3 February 2011

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

Markup Rendering
{{ParametersHelp
| title = Parameters
| 1 = line1
| 2 = line2
| 3 = line3
}}
Parameters
line1
line2
line3


title 
The title of the box.
parameter 1 text
parameter 2 text
parameter 3 text
parameter 4 text


Back to the top