Template:PropertyData: Difference between revisions

From SiteMaster Documentation
Jump to navigation Jump to search
enwiki>Admin
m (1 revision imported)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 10:50, 9 May 2026

Data{{{1}}}


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

Example:

The Data keyword is printed.

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

DataMake Face: create a face.


Example 2:

If the second argument is given, the type of the data is printed.

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

DataMake Face (Bool): create a face.


Example 3:

If the third argument is given, the type of the property is printed. One or more of these types can apply: Hidden, ReadOnly and Output.

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

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