Template:SpecUIElementHeading
From Apache OpenOffice Wiki
		
		
		
Use this template to create, within a specification document, the heading of a table describing multiple different user interface elements of a dialog.
Looks Like
User Interface Elements
| Type | Property | Value | Comment | 
Parameters
| Parameter Name | Parameter meaning | 
heading | 
the heading to precede the table with | 
Example
User Interface Elements
| Type | Property | Value | Comment | 
| Button | Label | Open | opens the selected file | 
was produced by this code:
 {{SpecUIElementHeading}}
 {{SpecUIElementRow|type=Button|property=Label|value=Open|comment=opens the selected file}}
 |}