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
 
(18 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| 2 = line2
 
| 2 = line2
 
| 3 = line3
 
| 3 = line3
| 4 = line4
 
 
}}</pre>|2={{ParametersHelp
 
}}</pre>|2={{ParametersHelp
 
| title = Parameters
 
| title = Parameters
Line 13: Line 12:
 
| 2 = line2
 
| 2 = line2
 
| 3 = line3
 
| 3 = line3
| 4 = line4
 
 
}}}}
 
}}}}
  
 
; title : The title of the box.
 
; title : The title of the box.
; 1 : parameter #1 text
+
; 1 : parameter 1 text
; 2 : parameter #2 text
+
; 2 : parameter 2 text
; 3 : parameter #3 text
+
; 3 : parameter 3 text
; 4 : parameter #4 text
+
; 4 : parameter 4 text
  
</noinclude>
+
</noinclude><includeonly>
 
+
<includeonly>
+
 
{| style="width: 20em; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; float:right; clear:right; border-collapse:collapse;" cellpadding=1
 
{| style="width: 20em; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; float:right; clear:right; border-collapse:collapse;" cellpadding=1
 
|-
 
|-
 
| 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="left" | {{{1}}}
+
| style="padding: 0 5px 0 5px;" align="left" | {{{1|}}} {{#if: {{{2|}}}|<hr/>}}
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="left" | {{{2}}}
+
| style="padding: 0 5px 0 5px;" align="left" | {{{2|}}} {{#if: {{{3|}}}|<hr/>}}
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="left" | {{{3}}}
+
| style="padding: 0 5px 0 5px;" align="left" | {{{3|}}} {{#if: {{{4|}}}|<hr/>}}
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="left" | {{{4}}}
+
| style="padding: 0 5px 0 5px;" align="left" | {{{4|}}}
 
|-
 
|-
 
|}
 
|}
 
</includeonly>
 
</includeonly>

Latest revision as of 07:48, 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