Difference between revisions of "Template:PropertyData"
Jump to navigation
Jump to search
(See also Template:PropertyView, Template:TitleProperty.) |
(Change the DATA text to lowercase. Use the second argument of the Variable template.) |
||
Line 1: | Line 1: | ||
− | {{Variable|{{{1}}}| | + | {{Variable|{{{1}}}|Data|{{{2|}}}}}<noinclude> |
---- | ---- | ||
Line 8: | Line 8: | ||
<nowiki> | <nowiki> | ||
− | {{PropertyData|Make Face}}</nowiki> | + | {{PropertyData|Make Face}}: create a face.</nowiki> |
− | {{PropertyData|Make Face}} | + | {{PropertyData|Make Face}}: create a face. |
+ | |||
+ | ---- | ||
+ | |||
+ | Example 2: | ||
+ | |||
+ | <nowiki> | ||
+ | {{PropertyData|Make Face|Bool}}: create a face.</nowiki> | ||
+ | |||
+ | {{PropertyData|Make Face|Bool}}: create a face. | ||
[[Category:Template:Text Format]] | [[Category:Template:Text Format]] | ||
[[Category:Administration]] | [[Category:Administration]] | ||
</noinclude> | </noinclude> |
Revision as of 05:28, 19 December 2019
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.