Template:PropertyData: Difference between revisions

From FreeCAD Documentation
({{PropertyData|Proxy|PythonObject|Hidden}}: a custom class associated with this object. Hidden parameter in action.)
(Example 3: using the third parameter to establish a hidden property)
Line 26: Line 26:


<nowiki>
<nowiki>
{{PropertyData|Proxy|PythonObject|Hidden}}: a custom class associated with this object.</nowiki>
{{PropertyData|Proxy|PythonObject|hidden}}: a custom class associated with this object.</nowiki>


{{PropertyData|Proxy|PythonObject|Hidden}}: a custom class associated with this object.
{{PropertyData|Proxy|PythonObject|hidden}}: a custom class associated with this object.


[[Category:Template:Text Format]]
[[Category:Template:Text Format]]

Revision as of 07:51, 18 January 2020

Data{{{1}}}


Use this template where you want to show a Data property. See also Template:PropertyView, Template:TitleProperty.

Example:

{{PropertyData|Make Face}}: create a face.

DataMake Face: create a face.


Example 2:

{{PropertyData|Make Face|Bool}}: create a face.

DataMake Face (Bool): create a face.


Example 3:

{{PropertyData|Proxy|PythonObject|hidden}}: a custom class associated with this object.

Data (hidden)Proxy (PythonObject): a custom class associated with this object.