Difference between revisions of "Template:Property"
Tim Holzheim (talk | contribs) |
Tim Holzheim (talk | contribs) |
||
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 08: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 }}
- "Some primary key" is not recognized as a Boolean (true/false) value.
- "Some mandatory" is not recognized as a Boolean (true/false) value.
- "Some size" is not a number.
- "Some index" is not a number.
- "Some uploadable" is not recognized as a Boolean (true/false) value.
- "Some sortPos" is not a number.
- "Some showInGrid" is not recognized as a Boolean (true/false) value.
- "Some isLink" is not recognized as a Boolean (true/false) value.
- "Some allow nulls?" is not recognized as a Boolean (true/false) value.
✎ Property | |
---|---|
name | Some name |
label | Some label |
documentation | Some documentation |
type | Some type |
primary key | Some primary key |
mandatory | Some mandatory |
namespace | Some namespace |
size | Some size |
index | Some index |
uploadable | Some uploadable |
default | Some default |
sortPos | Some sortPos |
inputType | Some inputType |
allowedValues | Some allowedValues |
values from | Some values from |
showInGrid | Some showInGrid |
isLink | Some isLink |
allow nulls? | Some allow nulls? |
topic | Some topic |