Template:Property: Difference between revisions
Tim Holzheim (talk | contribs) No edit summary |
Tim Holzheim (talk | contribs) No edit summary |
||
| Line 62: | Line 62: | ||
<includeonly> | <includeonly> | ||
{{#set:isA=Property | {{#set:isA=Property | ||
|name={{{name|}}} | |Property name={{{name|}}} | ||
|label={{{label|}}} | |Property label={{{label|}}} | ||
|type={{{type|}}} | |Property type={{{type|}}} | ||
|index={{{index|}}} | |Property index={{{index|}}} | ||
|sortPos={{{sortPos|}}} | |Property sortPos={{{sortPos|}}} | ||
|primaryKey={{{primary key|}}} | |Property primaryKey={{{primary key|}}} | ||
|mandatory={{{mandatory|}}} | |Property mandatory={{{mandatory|}}} | ||
|namespace={{{namespace|}}} | |Property namespace={{{namespace|}}} | ||
|size={{{size|}}} | |Property size={{{size|}}} | ||
|uploadable={{{uploadable|}}} | |Property uploadable={{{uploadable|}}} | ||
|defaultValue={{{default|}}} | |Property defaultValue={{{default|}}} | ||
|inputType={{{inputType|}}} | |Property inputType={{{inputType|}}} | ||
|allowedValues={{{allowedValues|}}} | |Property allowedValues={{{allowedValues|}}} | ||
|documentation={{{documentation|}}} | |Property documentation={{{documentation|}}} | ||
|values from={{{values from|}}} | |Property values from={{{values from|}}} | ||
|showInGrid={{{showInGrid|}}} | |Property showInGrid={{{showInGrid|}}} | ||
|isLink={{{isLink|}}} | |Property isLink={{{isLink|}}} | ||
|nullable={{{allow nulls?|}}} | |Property nullable={{{allow nulls?|}}} | ||
|has name={{{has name|}}} | |Property has name={{{has name|}}} | ||
|topic={{{topic|}}} | |Property topic={{{topic|}}} | ||
}} | }} | ||
Revision as of 07:57, 31 March 2021
This is the template Template:Property.
see also
Usage
{{Property |name=Some name |label=Some label |type=Some type |index=Some index |sortPos=Some sortPos |primary key=Some primary key |mandatory=Some mandatory |namespace=Some namespace |size=Some size |uploadable=Some uploadable |default=Some default |inputType=Some inputType |allowedValues=Some allowedValues |documentation=Some documentation |values from=Some values from |showInGrid=Some showInGrid |isLink=Some isLink |allow nulls?=Some allow nulls? |has name=Some has name |topic=Some topic }}
<ul><li>"Some index" is not a number.</li> <!--br--><li>"Some sortPos" is not a number.</li> <!--br--><li>"Some primary key" is not recognized as a Boolean (true/false) value.</li> <!--br--><li>"Some mandatory" is not recognized as a Boolean (true/false) value.</li> <!--br--><li>"Some size" is not a number.</li> <!--br--><li>"Some uploadable" is not recognized as a Boolean (true/false) value.</li> <!--br--><li>"Some showInGrid" is not recognized as a Boolean (true/false) value.</li> <!--br--><li>"Some isLink" is not recognized as a Boolean (true/false) value.</li> <!--br--><li>"Some allow nulls?" is not recognized as a Boolean (true/false) value.</li></ul>
| ✎edit Property | |
|---|---|
| name | Some name |
| label | Some label |
| type | Some type |
| index | Some index |
| sortPos | Some sortPos |
| primaryKey | Some primary key |
| mandatory | Some mandatory |
| namespace | Some namespace |
| size | Some size |
| uploadable | Some uploadable |
| defaultValue | Some default |
| inputType | Some inputType |
| allowedValues | Some allowedValues |
| documentation | Some documentation |
| values_from | Some values from |
| showInGrid | Some showInGrid |
| isLink | Some isLink |
| nullable | Some allow nulls? |
| has name | Some has name |
| topic | Some topic |