Difference between revisions of "Template:Property"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
As of 2020-12-11 this is just a dummy template with no functionality yet. | As of 2020-12-11 this is just a dummy template with no functionality yet. | ||
| + | = Usage = | ||
| + | |||
| + | == Example == | ||
| + | <pre> | ||
| + | {{Property | ||
| + | |name=since | ||
| + | |label=since | ||
| + | |documentation=when was the extension first installed | ||
| + | |type=Special:Types/Date | ||
| + | |index=4 | ||
| + | |sortPos= | ||
| + | |primaryKey=false | ||
| + | |mandatory=false | ||
| + | |namespace= | ||
| + | |size= | ||
| + | |uploadable=false | ||
| + | |defaultValue= | ||
| + | |inputType=datepicker | ||
| + | |allowedValues= | ||
| + | |values_from= | ||
| + | |showInGrid=true | ||
| + | |isLink=false | ||
| + | |topic=Concept:Extension | ||
| + | |storemode=property | ||
| + | }} | ||
| + | </pre> | ||
[[Category:Template]] | [[Category:Template]] | ||
</noinclude><includeonly></includeonly> | </noinclude><includeonly></includeonly> | ||
Revision as of 11:04, 12 December 2020
This is the Property Template. It is used for setting Meta-Information on properties.
As of 2020-12-11 this is just a dummy template with no functionality yet.
Usage
Example
{{Property
|name=since
|label=since
|documentation=when was the extension first installed
|type=Special:Types/Date
|index=4
|sortPos=
|primaryKey=false
|mandatory=false
|namespace=
|size=
|uploadable=false
|defaultValue=
|inputType=datepicker
|allowedValues=
|values_from=
|showInGrid=true
|isLink=false
|topic=Concept:Extension
|storemode=property
}}