Difference between revisions of "Template:Property"

From Openresearch
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
This is the template {{Link|target=Template:Property|title=}}.
 
This is the template {{Link|target=Template:Property|title=}}.
  
see also
+
== See also ==
* [[Help:Property]]
+
*[[:List of Properties]]
* [[List of Properties]]
+
*[[:Help:Property]]
* [[Concept:Property]]
+
*[[:Category:Property]]
* [[:Category:Property]]
+
*[[:Concept:Property]]
* [[:Template:Property]]
+
*[[:Form:Property]]
* [[:Form:Property]]
+
*[[:Template:Property]]
  
=== Usage ===
+
 
<nowiki>
+
== Usage ==
 +
<pre>
 
{{Property
 
{{Property
 
|name=Some name
 
|name=Some name
Line 33: Line 34:
 
|topic=Some topic
 
|topic=Some topic
 
}}
 
}}
</nowiki>
+
</pre>
 
{{Property
 
{{Property
 
|name=Some name
 
|name=Some name
Line 82: Line 83:
  
 
{| class='wikitable'
 
{| class='wikitable'
! colspan=2 |  {{UtfIcon|utf=✎|size=24}}{{Link|target=Special:FormEdit/{{FULLPAGENAME}}|title=edit}} Property
+
! colspan=2 |  {{#formlink:form=Property|link text=✎|target={{FULLPAGENAME}}|tooltip=Start editing this Property}} Property
 
|-
 
|-
 
!style="text-align:left" |[[Property name::@@@|name]]
 
!style="text-align:left" |[[Property name::@@@|name]]
Line 126: Line 127:
 
| {{#if:{{{allowedValues|}}}|{{{allowedValues|}}}|}}
 
| {{#if:{{{allowedValues|}}}|{{{allowedValues|}}}|}}
 
|-
 
|-
!style="text-align:left" |[[Property values_from::@@@|values from]]
+
!style="text-align:left" |[[Property values from::@@@|values from]]
 
| {{#if:{{{values from|}}}|{{{values from|}}}|}}
 
| {{#if:{{{values from|}}}|{{{values from|}}}|}}
 
|-
 
|-

Latest revision as of 00:41, 2 April 2021

This is the template Template:Property.

See also


Usage

{{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
}}


  • "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