Difference between revisions of "Template:SpecUIElement/LabelRow"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 3: Line 3:
 
| {{{text|<span style="color:#ff0000;">invalid - en-US text must be specified</span>}}}
 
| {{{text|<span style="color:#ff0000;">invalid - en-US text must be specified</span>}}}
 
| {{{comment|}}}
 
| {{{comment|}}}
|}</includeonly>
+
|}</includeonly><noinclude>This template is only useful together with the [[Template:SpecUIElement/LabelHeading|LabelHeading]] template. Use it to create, within a specification document, a table describing multiple labels in a dialog.
 +
 
 +
=== Looks Like ===
 +
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
 +
|- style="color:white; background-color:white"
 +
{{SpecUIElement/LabelRow|text=dummy}}
 +
|}
 +
 
 +
=== Parameters ===
 +
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
 +
|- style="background-color:#dddddd;"
 +
|| '''Parameter Name''' || '''Parameter meaning'''
 +
|-
 +
|| <code>text</code> || the label (for locale en-US) of the menu item
 +
|-
 +
|| <code>comments</code> || comments on the label, usually directed to translators
 +
|}
 +
 
 +
If any of the items is not present, it is defaulted to an empty string.
 +
 
 +
=== See Also ===
 +
* [[Template:SpecUIElement/LabelHeading]]
 +
* [[Template:SpecUIElement/Label]]
 +
[[Category:Specification Particle Templates]]
 +
</noinclude>

Revision as of 21:20, 28 November 2007

This template is only useful together with the LabelHeading template. Use it to create, within a specification document, a table describing multiple labels in a dialog.

Looks Like

Label Text dummy

Parameters

Parameter Name Parameter meaning
text the label (for locale en-US) of the menu item
comments comments on the label, usually directed to translators

If any of the items is not present, it is defaulted to an empty string.

See Also

Personal tools