Difference between revisions of "Template:Property"

From BITPlan Wiki
Jump to navigation Jump to search
m (created by WikiTask 2017-11-05T16:16:42Z)
(modified by py-yprinciple-gen 0.2.5)
 
Line 1: Line 1:
<noinclude>
+
<noinclude><!--
<!--
+
   --     Copyright (C) 2015-2023 BITPlan GmbH
   -- Copyright (C) 2015-2017 BITPlan GmbH
 
 
   --  
 
   --  
   -- Pater-Delp-Str. -- 1
+
   --     Pater-Delp-Str. -- 1
   -- D-47877 -- Willich-Schiefbahn
+
   --     D-47877 -- Willich-Schiefbahn
 
   --  
 
   --  
   -- http://www.bitplan.com
+
   --     http://www.bitplan.com
 
   --
 
   --
 
   --  
 
   --  
 
-->
 
-->
This is the template {{Link|target=Template:Property|title=Property}}.
+
This is the [https://wiki.bitplan.com/index.php/ProfiWiki BITPlan Y-Prinzip ProfiWiki]-Template for "Property".
It belongs to the concept/topic {{Link|target=:Concept:Property}}<br>
+
=== see also ===
You may find examples for the use of this template via the {{Link|target=List of Properties}}.
+
see also
 +
* [[List of Properties]]
 +
* [[Help:Property]]
 +
* [[Concept:Property]]
 +
* [[:Category:Property]]
 +
* [[:Template:Property]]
 +
* [[:Form:Property]]
 +
topic links:* [[:Category:SMW_Type]]
 +
 
 
=== Usage ===
 
=== Usage ===
==== storemode subobject ====
 
 
<pre>{{Property
 
<pre>{{Property
 
|name=
 
|name=
Line 31: Line 37:
 
|documentation=
 
|documentation=
 
|values_from=
 
|values_from=
 +
|externalFormatterURI=
 
|showInGrid=
 
|showInGrid=
 
|isLink=
 
|isLink=
 
|nullable=
 
|nullable=
 
|topic=
 
|topic=
|storemode=subobject
+
|storemode=property or subjobject or none"
 
}}
 
}}
</pre>
+
[[Category:Template]]
 
+
</noinclude><includeonly>{{#switch:{{{storemode|}}}
==== storemode property ====
 
<pre>{{Property
 
|name=
 
|label=
 
|type=
 
|index=
 
|sortPos=
 
|primaryKey=
 
|mandatory=
 
|namespace=
 
|size=
 
|uploadable=
 
|defaultValue=
 
|inputType=
 
|allowedValues=
 
|documentation=
 
|values_from=
 
|showInGrid=
 
|isLink=
 
|nullable=
 
|topic=
 
|storemode=property
 
}}
 
</pre>
 
 
 
==== storemode none ====
 
<pre>{{Property
 
|name=
 
|label=
 
|type=
 
|index=
 
|sortPos=
 
|primaryKey=
 
|mandatory=
 
|namespace=
 
|size=
 
|uploadable=
 
|defaultValue=
 
|inputType=
 
|allowedValues=
 
|documentation=
 
|values_from=
 
|showInGrid=
 
|isLink=
 
|nullable=
 
|topic=
 
|storemode=none
 
}}
 
</pre>
 
 
 
 
 
==== viewmode tableheader ====
 
<pre>{{Property
 
|name=
 
|label=
 
|type=
 
|index=
 
|sortPos=
 
|primaryKey=
 
|mandatory=
 
|namespace=
 
|size=
 
|uploadable=
 
|defaultValue=
 
|inputType=
 
|allowedValues=
 
|documentation=
 
|values_from=
 
|showInGrid=
 
|isLink=
 
|nullable=
 
|topic=
 
|viewmode=tableheader
 
}}
 
</pre>
 
 
 
==== viewmode tablerow ====
 
<pre>{{Property
 
|name=
 
|label=
 
|type=
 
|index=
 
|sortPos=
 
|primaryKey=
 
|mandatory=
 
|namespace=
 
|size=
 
|uploadable=
 
|defaultValue=
 
|inputType=
 
|allowedValues=
 
|documentation=
 
|values_from=
 
|showInGrid=
 
|isLink=
 
|nullable=
 
|topic=
 
|viewmode=tablerow
 
}}
 
</pre>
 
 
 
==== viewmode tablefooter ====
 
<pre>{{Property
 
|name=
 
|label=
 
|type=
 
|index=
 
|sortPos=
 
|primaryKey=
 
|mandatory=
 
|namespace=
 
|size=
 
|uploadable=
 
|defaultValue=
 
|inputType=
 
|allowedValues=
 
|documentation=
 
|values_from=
 
|showInGrid=
 
|isLink=
 
|nullable=
 
|topic=
 
|viewmode=tablefooter
 
}}
 
</pre>
 
 
 
==== viewmode labelfield ====
 
<pre>{{Property
 
|name=
 
|label=
 
|type=
 
|index=
 
|sortPos=
 
|primaryKey=
 
|mandatory=
 
|namespace=
 
|size=
 
|uploadable=
 
|defaultValue=
 
|inputType=
 
|allowedValues=
 
|documentation=
 
|values_from=
 
|showInGrid=
 
|isLink=
 
|nullable=
 
|topic=
 
|viewmode=labelfield
 
}}
 
</pre>
 
 
 
=== Source (pretty printed) ===
 
<source lang='html4strict'>
 
{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Property<br>|}}
 
{{#if:{{{?name|}}}|"{{{?name}}}" is name of it <br>|}}
 
{{#if:{{{?label|}}}|"{{{?label}}}" is label of it <br>|}}
 
{{#if:{{{?type|}}}|"{{{?type}}}" is type of it <br>|}}
 
{{#if:{{{?index|}}}|"{{{?index}}}" is index of it <br>|}}
 
{{#if:{{{?sortPos|}}}|"{{{?sortPos}}}" is sortPos of it <br>|}}
 
{{#if:{{{?primaryKey|}}}|"{{{?primaryKey}}}" is primaryKey of it <br>|}}
 
{{#if:{{{?mandatory|}}}|"{{{?mandatory}}}" is mandatory of it <br>|}}
 
{{#if:{{{?namespace|}}}|"{{{?namespace}}}" is namespace of it <br>|}}
 
{{#if:{{{?size|}}}|"{{{?size}}}" is size of it <br>|}}
 
{{#if:{{{?uploadable|}}}|"{{{?uploadable}}}" is uploadable of it <br>|}}
 
{{#if:{{{?defaultValue|}}}|"{{{?defaultValue}}}" is defaultValue of it <br>|}}
 
{{#if:{{{?inputType|}}}|"{{{?inputType}}}" is inputType of it <br>|}}
 
{{#if:{{{?allowedValues|}}}|"{{{?allowedValues}}}" is allowedValues of it <br>|}}
 
{{#if:{{{?documentation|}}}|"{{{?documentation}}}" is documentation of it <br>|}}
 
{{#if:{{{?values_from|}}}|"{{{?values_from}}}" is values_from of it <br>|}}
 
{{#if:{{{?showInGrid|}}}|"{{{?showInGrid}}}" is showInGrid of it <br>|}}
 
{{#if:{{{?isLink|}}}|"{{{?isLink}}}" is isLink of it <br>|}}
 
{{#if:{{{?nullable|}}}|"{{{?nullable}}}" is nullable of it <br>|}}
 
{{#if:{{{?topic|}}}|"{{{?topic}}}" is topic of it <br>|}}
 
|#default={{#switch:{{{storemode|}}}
 
 
|none=
 
|none=
 
|subobject={{#subobject:-
 
|subobject={{#subobject:-
Line 231: Line 64:
 
|Property documentation={{{documentation|}}}
 
|Property documentation={{{documentation|}}}
 
|Property values_from={{{values_from|}}}
 
|Property values_from={{{values_from|}}}
 +
|Property externalFormatterURI={{{externalFormatterURI|}}}
 
|Property showInGrid={{{showInGrid|}}}
 
|Property showInGrid={{{showInGrid|}}}
 
|Property isLink={{{isLink|}}}
 
|Property isLink={{{isLink|}}}
Line 253: Line 87:
 
|Property documentation={{{documentation|}}}
 
|Property documentation={{{documentation|}}}
 
|Property values_from={{{values_from|}}}
 
|Property values_from={{{values_from|}}}
 +
|Property externalFormatterURI={{{externalFormatterURI|}}}
 
|Property showInGrid={{{showInGrid|}}}
 
|Property showInGrid={{{showInGrid|}}}
 
|Property isLink={{{isLink|}}}
 
|Property isLink={{{isLink|}}}
Line 259: Line 94:
 
}}
 
}}
 
}}
 
}}
{{#switch: {{{viewmode|}}}
+
{{#switch:{{{viewmode|}}}|hidden=|masterdetail=
|masterdetail=
 
 
= smw_type =
 
= smw_type =
 
{{#ask:[[Concept:SMW_Type]][[SMW_Type usedByProperties::{{FULLPAGENAME}}]]
 
{{#ask:[[Concept:SMW_Type]][[SMW_Type usedByProperties::{{FULLPAGENAME}}]]
Line 270: Line 104:
 
| ?SMW_Type javaType = javaType
 
| ?SMW_Type javaType = javaType
 
| ?SMW_Type usedByProperties = usedByProperties
 
| ?SMW_Type usedByProperties = usedByProperties
 
+
}}|#default={{{!}} class='wikitable'
 
 
 
 
}}
 
|tableheader={{{!}} class='wikitable'
 
!name!!label!!type!!index!!sortPos!!primaryKey!!mandatory!!namespace!!size!!uploadable!!defaultValue!!inputType!!allowedValues!!documentation!!values_from!!showInGrid!!isLink!!nullable!!topic
 
{{!}}-
 
|tablerow=
 
{{!}}{{{name|}}}{{!}}{{!}}{{{label|}}}{{!}}{{!}}{{{type|}}}{{!}}{{!}}{{{index|}}}{{!}}{{!}}{{{sortPos|}}}{{!}}{{!}}{{{primaryKey|}}}{{!}}{{!}}{{{mandatory|}}}{{!}}{{!}}{{{namespace|}}}{{!}}{{!}}{{{size|}}}{{!}}{{!}}{{{uploadable|}}}{{!}}{{!}}{{{defaultValue|}}}{{!}}{{!}}{{{inputType|}}}{{!}}{{!}}{{{allowedValues|}}}{{!}}{{!}}{{{documentation|}}}{{!}}{{!}}{{{values_from|}}}{{!}}{{!}}{{{showInGrid|}}}{{!}}{{!}}{{{isLink|}}}{{!}}{{!}}{{{nullable|}}}{{!}}{{!}}{{{topic|}}}
 
{{!}}-
 
|tablefooter={{!}}}
 
|labelfield=
 
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>label={{#if:{{{label|}}}|{{{label|}}}|}}<br>type={{#if:{{{type|}}}|[[{{{type|}}}]]|}}<br>index={{#if:{{{index|}}}|{{{index|}}}|}}<br>sortPos={{#if:{{{sortPos|}}}|{{{sortPos|}}}|}}<br>primaryKey={{#if:{{{primaryKey|}}}|{{{primaryKey|}}}|}}<br>mandatory={{#if:{{{mandatory|}}}|{{{mandatory|}}}|}}<br>namespace={{#if:{{{namespace|}}}|{{{namespace|}}}|}}<br>size={{#if:{{{size|}}}|{{{size|}}}|}}<br>uploadable={{#if:{{{uploadable|}}}|{{{uploadable|}}}|}}<br>defaultValue={{#if:{{{defaultValue|}}}|{{{defaultValue|}}}|}}<br>inputType={{#if:{{{inputType|}}}|{{{inputType|}}}|}}<br>allowedValues={{#if:{{{allowedValues|}}}|{{{allowedValues|}}}|}}<br>documentation={{#if:{{{documentation|}}}|{{{documentation|}}}|}}<br>values_from={{#if:{{{values_from|}}}|{{{values_from|}}}|}}<br>showInGrid={{#if:{{{showInGrid|}}}|{{{showInGrid|}}}|}}<br>isLink={{#if:{{{isLink|}}}|{{{isLink|}}}|}}<br>nullable={{#if:{{{nullable|}}}|{{{nullable|}}}|}}<br>topic={{#if:{{{topic|}}}|[[{{{topic|}}}]]|}}<br>|#default={{{!}} class='wikitable'
 
 
! colspan='2' {{!}}Property
 
! colspan='2' {{!}}Property
 
{{!}}-
 
{{!}}-
Line 289: Line 111:
 
{{!}}-
 
{{!}}-
 
}}
 
}}
!name
+
![[Property:Property name|name]]
{{!}}&nbsp;{{#if:{{{name|}}}|{{{name|}}}|}}
+
{{!}}&nbsp;{{#if:{{{name|}}}|{{{name}}}|}}
 +
{{!}}-
 +
![[Property:Property label|label]]
 +
{{!}}&nbsp;{{#if:{{{label|}}}|{{{label}}}|}}
 
{{!}}-
 
{{!}}-
!label
+
![[Property:Property type|type]]
{{!}}&nbsp;{{#if:{{{label|}}}|{{{label|}}}|}}
+
{{!}}&nbsp;{{#if:{{{type|}}}|{{{type}}}|}}→[[{{{type|}}}]]
 
{{!}}-
 
{{!}}-
!type
+
![[Property:Property index|index]]
{{!}}&nbsp;{{#if:{{{type|}}}|[[{{{type|}}}]]|}}
+
{{!}}&nbsp;{{#if:{{{index|}}}|{{{index}}}|}}
 
{{!}}-
 
{{!}}-
!index
+
![[Property:Property sortPos|sortPos]]
{{!}}&nbsp;{{#if:{{{index|}}}|{{{index|}}}|}}
+
{{!}}&nbsp;{{#if:{{{sortPos|}}}|{{{sortPos}}}|}}
 
{{!}}-
 
{{!}}-
!sortPos
+
![[Property:Property primaryKey|primaryKey]]
{{!}}&nbsp;{{#if:{{{sortPos|}}}|{{{sortPos|}}}|}}
+
{{!}}&nbsp;{{#if:{{{primaryKey|}}}|{{{primaryKey}}}|}}
 
{{!}}-
 
{{!}}-
!primary key
+
![[Property:Property mandatory|mandatory]]
{{!}}&nbsp;{{#if:{{{primaryKey|}}}|{{{primaryKey|}}}|}}
+
{{!}}&nbsp;{{#if:{{{mandatory|}}}|{{{mandatory}}}|}}
 
{{!}}-
 
{{!}}-
!mandatory
+
![[Property:Property namespace|namespace]]
{{!}}&nbsp;{{#if:{{{mandatory|}}}|{{{mandatory|}}}|}}
+
{{!}}&nbsp;{{#if:{{{namespace|}}}|{{{namespace}}}|}}
 
{{!}}-
 
{{!}}-
!namespace
+
![[Property:Property size|size]]
{{!}}&nbsp;{{#if:{{{namespace|}}}|{{{namespace|}}}|}}
+
{{!}}&nbsp;{{#if:{{{size|}}}|{{{size}}}|}}
 
{{!}}-
 
{{!}}-
!size
+
![[Property:Property uploadable|uploadable]]
{{!}}&nbsp;{{#if:{{{size|}}}|{{{size|}}}|}}
+
{{!}}&nbsp;{{#if:{{{uploadable|}}}|{{{uploadable}}}|}}
 
{{!}}-
 
{{!}}-
!uploadable
+
![[Property:Property defaultValue|defaultValue]]
{{!}}&nbsp;{{#if:{{{uploadable|}}}|{{{uploadable|}}}|}}
+
{{!}}&nbsp;{{#if:{{{defaultValue|}}}|{{{defaultValue}}}|}}
 
{{!}}-
 
{{!}}-
!default
+
![[Property:Property inputType|inputType]]
{{!}}&nbsp;{{#if:{{{defaultValue|}}}|{{{defaultValue|}}}|}}
+
{{!}}&nbsp;{{#if:{{{inputType|}}}|{{{inputType}}}|}}
 
{{!}}-
 
{{!}}-
!inputType
+
![[Property:Property allowedValues|allowedValues]]
{{!}}&nbsp;{{#if:{{{inputType|}}}|{{{inputType|}}}|}}
+
{{!}}&nbsp;{{#if:{{{allowedValues|}}}|{{{allowedValues}}}|}}
 
{{!}}-
 
{{!}}-
!allowedValues
+
![[Property:Property documentation|documentation]]
{{!}}&nbsp;{{#if:{{{allowedValues|}}}|{{{allowedValues|}}}|}}
+
{{!}}&nbsp;{{#if:{{{documentation|}}}|{{{documentation}}}|}}
 
{{!}}-
 
{{!}}-
!documentation
+
![[Property:Property values_from|values_from]]
{{!}}&nbsp;{{#if:{{{documentation|}}}|{{{documentation|}}}|}}
+
{{!}}&nbsp;{{#if:{{{values_from|}}}|{{{values_from}}}|}}
 
{{!}}-
 
{{!}}-
!values from
+
![[Property:Property externalFormatterURI|externalFormatterURI]]
{{!}}&nbsp;{{#if:{{{values_from|}}}|{{{values_from|}}}|}}
+
{{!}}&nbsp;{{#if:{{{externalFormatterURI|}}}|{{{externalFormatterURI}}}|}}
 
{{!}}-
 
{{!}}-
!showInGrid
+
![[Property:Property showInGrid|showInGrid]]
{{!}}&nbsp;{{#if:{{{showInGrid|}}}|{{{showInGrid|}}}|}}
+
{{!}}&nbsp;{{#if:{{{showInGrid|}}}|{{{showInGrid}}}|}}
 
{{!}}-
 
{{!}}-
!isLink
+
![[Property:Property isLink|isLink]]
{{!}}&nbsp;{{#if:{{{isLink|}}}|{{{isLink|}}}|}}
+
{{!}}&nbsp;{{#if:{{{isLink|}}}|{{{isLink}}}|}}
 
{{!}}-
 
{{!}}-
!allow nulls?
+
![[Property:Property nullable|nullable]]
{{!}}&nbsp;{{#if:{{{nullable|}}}|{{{nullable|}}}|}}
+
{{!}}&nbsp;{{#if:{{{nullable|}}}|{{{nullable}}}|}}
 
{{!}}-
 
{{!}}-
!topic
+
![[Property:Property topic|topic]]
{{!}}&nbsp;{{#if:{{{topic|}}}|[[{{{topic|}}}]]|}}
+
{{!}}&nbsp;{{#if:{{{topic|}}}|{{{topic}}}|}}→[[{{{topic|}}}]]
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}
}}
 
 
}}
 
}}
 
[[Category:Property]]{{#default_form:Property}}
 
[[Category:Property]]{{#default_form:Property}}
</source>
+
</includeonly>
=== Source ===
 
Click on "Edit" to edit the noinclude-part Source of this Template.
 
[[Category:Template]]
 
 
 
</noinclude><includeonly>{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Property<br>|}}
 
{{#if:{{{?name|}}}|"{{{?name}}}" is name of it <br>|}}
 
{{#if:{{{?label|}}}|"{{{?label}}}" is label of it <br>|}}
 
{{#if:{{{?type|}}}|"{{{?type}}}" is type of it <br>|}}
 
{{#if:{{{?index|}}}|"{{{?index}}}" is index of it <br>|}}
 
{{#if:{{{?sortPos|}}}|"{{{?sortPos}}}" is sortPos of it <br>|}}
 
{{#if:{{{?primaryKey|}}}|"{{{?primaryKey}}}" is primaryKey of it <br>|}}
 
{{#if:{{{?mandatory|}}}|"{{{?mandatory}}}" is mandatory of it <br>|}}
 
{{#if:{{{?namespace|}}}|"{{{?namespace}}}" is namespace of it <br>|}}
 
{{#if:{{{?size|}}}|"{{{?size}}}" is size of it <br>|}}
 
{{#if:{{{?uploadable|}}}|"{{{?uploadable}}}" is uploadable of it <br>|}}
 
{{#if:{{{?defaultValue|}}}|"{{{?defaultValue}}}" is defaultValue of it <br>|}}
 
{{#if:{{{?inputType|}}}|"{{{?inputType}}}" is inputType of it <br>|}}
 
{{#if:{{{?allowedValues|}}}|"{{{?allowedValues}}}" is allowedValues of it <br>|}}
 
{{#if:{{{?documentation|}}}|"{{{?documentation}}}" is documentation of it <br>|}}
 
{{#if:{{{?values_from|}}}|"{{{?values_from}}}" is values_from of it <br>|}}
 
{{#if:{{{?showInGrid|}}}|"{{{?showInGrid}}}" is showInGrid of it <br>|}}
 
{{#if:{{{?isLink|}}}|"{{{?isLink}}}" is isLink of it <br>|}}
 
{{#if:{{{?nullable|}}}|"{{{?nullable}}}" is nullable of it <br>|}}
 
{{#if:{{{?topic|}}}|"{{{?topic}}}" is topic of it <br>|}}
 
|#default={{#switch:{{{storemode|}}}
 
|none=
 
|subobject={{#subobject:-
 
|isA=Property
 
|Property name={{{name|}}}
 
|Property label={{{label|}}}
 
|Property type={{{type|}}}
 
|Property index={{{index|}}}
 
|Property sortPos={{{sortPos|}}}
 
|Property primaryKey={{{primaryKey|}}}
 
|Property mandatory={{{mandatory|}}}
 
|Property namespace={{{namespace|}}}
 
|Property size={{{size|}}}
 
|Property uploadable={{{uploadable|}}}
 
|Property defaultValue={{{defaultValue|}}}
 
|Property inputType={{{inputType|}}}
 
|Property allowedValues={{{allowedValues|}}}
 
|Property documentation={{{documentation|}}}
 
|Property values_from={{{values_from|}}}
 
|Property showInGrid={{{showInGrid|}}}
 
|Property isLink={{{isLink|}}}
 
|Property nullable={{{nullable|}}}
 
|Property topic={{{topic|}}}
 
}}
 
|#default={{#set:
 
|isA=Property
 
|Property name={{{name|}}}
 
|Property label={{{label|}}}
 
|Property type={{{type|}}}
 
|Property index={{{index|}}}
 
|Property sortPos={{{sortPos|}}}
 
|Property primaryKey={{{primaryKey|}}}
 
|Property mandatory={{{mandatory|}}}
 
|Property namespace={{{namespace|}}}
 
|Property size={{{size|}}}
 
|Property uploadable={{{uploadable|}}}
 
|Property defaultValue={{{defaultValue|}}}
 
|Property inputType={{{inputType|}}}
 
|Property allowedValues={{{allowedValues|}}}
 
|Property documentation={{{documentation|}}}
 
|Property values_from={{{values_from|}}}
 
|Property showInGrid={{{showInGrid|}}}
 
|Property isLink={{{isLink|}}}
 
|Property nullable={{{nullable|}}}
 
|Property topic={{{topic|}}}
 
}}
 
}}
 
{{#switch: {{{viewmode|}}}
 
|masterdetail=
 
= smw_type =
 
{{#ask:[[Concept:SMW_Type]][[SMW_Type usedByProperties::{{FULLPAGENAME}}]]
 
| ?SMW_Type type = type
 
| ?SMW_Type documentation = documentation
 
| ?SMW_Type id = id
 
| ?SMW_Type helppage = helppage
 
| ?SMW_Type typepage = typepage
 
| ?SMW_Type javaType = javaType
 
| ?SMW_Type usedByProperties = usedByProperties
 
 
 
 
 
 
 
}}
 
|tableheader={{{!}} class='wikitable'
 
!name!!label!!type!!index!!sortPos!!primaryKey!!mandatory!!namespace!!size!!uploadable!!defaultValue!!inputType!!allowedValues!!documentation!!values_from!!showInGrid!!isLink!!nullable!!topic
 
{{!}}-
 
|tablerow=
 
{{!}}{{{name|}}}{{!}}{{!}}{{{label|}}}{{!}}{{!}}{{{type|}}}{{!}}{{!}}{{{index|}}}{{!}}{{!}}{{{sortPos|}}}{{!}}{{!}}{{{primaryKey|}}}{{!}}{{!}}{{{mandatory|}}}{{!}}{{!}}{{{namespace|}}}{{!}}{{!}}{{{size|}}}{{!}}{{!}}{{{uploadable|}}}{{!}}{{!}}{{{defaultValue|}}}{{!}}{{!}}{{{inputType|}}}{{!}}{{!}}{{{allowedValues|}}}{{!}}{{!}}{{{documentation|}}}{{!}}{{!}}{{{values_from|}}}{{!}}{{!}}{{{showInGrid|}}}{{!}}{{!}}{{{isLink|}}}{{!}}{{!}}{{{nullable|}}}{{!}}{{!}}{{{topic|}}}
 
{{!}}-
 
|tablefooter={{!}}}
 
|labelfield=
 
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>label={{#if:{{{label|}}}|{{{label|}}}|}}<br>type={{#if:{{{type|}}}|[[{{{type|}}}]]|}}<br>index={{#if:{{{index|}}}|{{{index|}}}|}}<br>sortPos={{#if:{{{sortPos|}}}|{{{sortPos|}}}|}}<br>primaryKey={{#if:{{{primaryKey|}}}|{{{primaryKey|}}}|}}<br>mandatory={{#if:{{{mandatory|}}}|{{{mandatory|}}}|}}<br>namespace={{#if:{{{namespace|}}}|{{{namespace|}}}|}}<br>size={{#if:{{{size|}}}|{{{size|}}}|}}<br>uploadable={{#if:{{{uploadable|}}}|{{{uploadable|}}}|}}<br>defaultValue={{#if:{{{defaultValue|}}}|{{{defaultValue|}}}|}}<br>inputType={{#if:{{{inputType|}}}|{{{inputType|}}}|}}<br>allowedValues={{#if:{{{allowedValues|}}}|{{{allowedValues|}}}|}}<br>documentation={{#if:{{{documentation|}}}|{{{documentation|}}}|}}<br>values_from={{#if:{{{values_from|}}}|{{{values_from|}}}|}}<br>showInGrid={{#if:{{{showInGrid|}}}|{{{showInGrid|}}}|}}<br>isLink={{#if:{{{isLink|}}}|{{{isLink|}}}|}}<br>nullable={{#if:{{{nullable|}}}|{{{nullable|}}}|}}<br>topic={{#if:{{{topic|}}}|[[{{{topic|}}}]]|}}<br>|#default={{{!}} class='wikitable'
 
! colspan='2' {{!}}Property
 
{{!}}-
 
{{#switch:{{{storemode|}}}|property=
 
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Property/{{FULLPAGENAME}}|title=edit}}
 
{{!}}-
 
}}
 
!name
 
{{!}}&nbsp;{{#if:{{{name|}}}|{{{name|}}}|}}
 
{{!}}-
 
!label
 
{{!}}&nbsp;{{#if:{{{label|}}}|{{{label|}}}|}}
 
{{!}}-
 
!type
 
{{!}}&nbsp;{{#if:{{{type|}}}|[[{{{type|}}}]]|}}
 
{{!}}-
 
!index
 
{{!}}&nbsp;{{#if:{{{index|}}}|{{{index|}}}|}}
 
{{!}}-
 
!sortPos
 
{{!}}&nbsp;{{#if:{{{sortPos|}}}|{{{sortPos|}}}|}}
 
{{!}}-
 
!primary key
 
{{!}}&nbsp;{{#if:{{{primaryKey|}}}|{{{primaryKey|}}}|}}
 
{{!}}-
 
!mandatory
 
{{!}}&nbsp;{{#if:{{{mandatory|}}}|{{{mandatory|}}}|}}
 
{{!}}-
 
!namespace
 
{{!}}&nbsp;{{#if:{{{namespace|}}}|{{{namespace|}}}|}}
 
{{!}}-
 
!size
 
{{!}}&nbsp;{{#if:{{{size|}}}|{{{size|}}}|}}
 
{{!}}-
 
!uploadable
 
{{!}}&nbsp;{{#if:{{{uploadable|}}}|{{{uploadable|}}}|}}
 
{{!}}-
 
!default
 
{{!}}&nbsp;{{#if:{{{defaultValue|}}}|{{{defaultValue|}}}|}}
 
{{!}}-
 
!inputType
 
{{!}}&nbsp;{{#if:{{{inputType|}}}|{{{inputType|}}}|}}
 
{{!}}-
 
!allowedValues
 
{{!}}&nbsp;{{#if:{{{allowedValues|}}}|{{{allowedValues|}}}|}}
 
{{!}}-
 
!documentation
 
{{!}}&nbsp;{{#if:{{{documentation|}}}|{{{documentation|}}}|}}
 
{{!}}-
 
!values from
 
{{!}}&nbsp;{{#if:{{{values_from|}}}|{{{values_from|}}}|}}
 
{{!}}-
 
!showInGrid
 
{{!}}&nbsp;{{#if:{{{showInGrid|}}}|{{{showInGrid|}}}|}}
 
{{!}}-
 
!isLink
 
{{!}}&nbsp;{{#if:{{{isLink|}}}|{{{isLink|}}}|}}
 
{{!}}-
 
!allow nulls?
 
{{!}}&nbsp;{{#if:{{{nullable|}}}|{{{nullable|}}}|}}
 
{{!}}-
 
!topic
 
{{!}}&nbsp;{{#if:{{{topic|}}}|[[{{{topic|}}}]]|}}
 
{{!}}-
 
{{!}}}
 
}}
 
}}
 
[[Category:Property]]{{#default_form:Property}}</includeonly>
 

Latest revision as of 12:19, 10 March 2023