Difference between revisions of "Concept:Property"
Jump to navigation
Jump to search
m (created by WikiTask 2018-06-18T23:09:34Z) |
(modified by py-yprinciple-gen 0.3.4) |
||
Line 1: | Line 1: | ||
− | |||
{{Topic | {{Topic | ||
|name=Property | |name=Property | ||
|pluralName=Properties | |pluralName=Properties | ||
+ | |extends= | ||
|icon=File:Element_into_input.png | |icon=File:Element_into_input.png | ||
|iconUrl=/images/6/6a/Element_into_input.png | |iconUrl=/images/6/6a/Element_into_input.png | ||
Line 12: | Line 12: | ||
* https://semantic-mediawiki.org/wiki/Help:List_of_datatypes | * https://semantic-mediawiki.org/wiki/Help:List_of_datatypes | ||
|defaultstoremode=property | |defaultstoremode=property | ||
− | |listLimit= | + | |listLimit=200 |
− | |cargo= | + | |cargo=false |
|context=MetaModel | |context=MetaModel | ||
|storemode=property | |storemode=property | ||
Line 29: | Line 29: | ||
* https://semantic-mediawiki.org/wiki/Help:List_of_datatypes | * https://semantic-mediawiki.org/wiki/Help:List_of_datatypes | ||
=== uml === | === uml === | ||
− | <uml> | + | <uml format='svg'> |
title Property | title Property | ||
note as PropertyDiagramNote | note as PropertyDiagramNote | ||
− | Copyright (c) 2015- | + | Copyright (c) 2015-2024 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
Line 42: | Line 42: | ||
Text label | Text label | ||
Page type | Page type | ||
+ | Text scope | ||
Number index | Number index | ||
Number sortPos | Number sortPos | ||
Line 54: | Line 55: | ||
Text documentation | Text documentation | ||
Code values_from | Code values_from | ||
+ | Text externalFormatterURI | ||
Boolean showInGrid | Boolean showInGrid | ||
Boolean isLink | Boolean isLink | ||
Line 60: | Line 62: | ||
} | } | ||
PropertyNote .. Property | PropertyNote .. Property | ||
− | |||
Property "usedByProperties (*)" -- "smw_type(1)" SMW_Type | Property "usedByProperties (*)" -- "smw_type(1)" SMW_Type | ||
− | + | Property "usedByProperties (*)" -- "smw_type(1)" SMW_Type | |
− | |||
' BITPlan Corporate identity skin params | ' BITPlan Corporate identity skin params | ||
− | ' Copyright (c) 2015- | + | ' Copyright (c) 2015-2024 BITPlan GmbH |
− | ' see | + | ' see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI |
− | ' skinparams generated by | + | ' skinparams generated by py-yprinciple-gen |
skinparam note { | skinparam note { | ||
BackGroundColor #FFFFFF | BackGroundColor #FFFFFF | ||
Line 144: | Line 144: | ||
</uml> | </uml> | ||
+ | {{#concept:[[isA::Property]] | ||
+ | |see | ||
− | + | * https://semantic-mediawiki.org/wiki/Help:Properties_and_types | |
− | + | * https://semantic-mediawiki.org/wiki/Help:Special_properties | |
− | + | * https://semantic-mediawiki.org/wiki/Help:List_of_datatypes | |
see also | see also | ||
* [[List of Properties]] | * [[List of Properties]] | ||
Line 155: | Line 157: | ||
* [[:Template:Property]] | * [[:Template:Property]] | ||
* [[:Form:Property]] | * [[:Form:Property]] | ||
− | + | related topics: | |
− | * [[ | + | * [[Concept:SMW_Type]] |
}} | }} | ||
[[Category:Property]] | [[Category:Property]] |
Latest revision as of 09:53, 27 November 2024
Topic | |
---|---|
edit | |
name | Property |
pluralName | Properties |
isA | |
extends | |
icon | File:Element_into_input.png→ |
iconUrl | /images/6/6a/Element_into_input.png |
documentation | a Property is a Feature/Attribute of a Topic |
wikiDocumentation | see |
defaultstoremode | property |
listLimit | 200 |
cargo | false |
headerTabs | |
context | MetaModel→MetaModel |
properties
name | label | type | scope | index | sortPos | primaryKey | mandatory | namespace | size | uploadable | defaultValue | inputType | allowedValues | documentation | values_from | externalFormatterURI | showInGrid | isLink | nullable | topic | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Property allowedValues | allowedValues | allowedValues | Types/Text | 14 | false | false | 50 | false | There are two ways to specified allowed Values:
| false | Property | ||||||||||
Property defaultValue | defaultValue | default | Types/Code | 12 | false | false | 80 | false | default value - Specifies a default value for this field. For date-related fields, default=now will set the value to the current date and possibly time. For text fields, default=current user will set the value to the username of the user adding this page. For the checkbox input type, default=yes will check the checkbox by default. (The 'checkboxes' input type, on the other hand, like the 'listbox' type, requires specifying the actual values, like default=Value A, Value C.) You can also include templates, parser functions, and magic words within the 'default=' value. see http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag (default) | false | Property | ||||||||||
Property documentation | documentation | documentation | Types/Text | 15 | false | false | 500 | false | textarea | The documentation for a property | false | Property | |||||||||
Property externalFormatterURI | externalFormatterURI | external formatter URI | Types/Text | 17 | false | false | 200 | false | see https://www.semantic-mediawiki.org/wiki/Help:Special_property_External_formatter_URI When using this property the type of the property should be set to https://www.semantic-mediawiki.org/wiki/Help:Type_External_identifier automatically by the generator | false | Property | ||||||||||
Property index | index | index | Types/Number | 5 | false | false | false | A positive number that specifies at which position of a Topic the given property should show. The first property to show has the index 1 each following property has an index that is +1 of the previous. | true | false | Property | ||||||||||
Property inputType | inputType | inputType | Types/Text | 13 | false | false | 50 | false | dropdown | text, combobox, dropdown, textarea, tree, datetime, datepicker, timepicker, datetimepicker, menuselect,two listboxes, datecheck, regexp, radiobutton, googlemaps | see
| false | Property | ||||||||
Property isLink | isLink | isLink | Types/Boolean | 19 | false | false | false | true if this Property is derived form a Link. It will not be exported to SiDIF separately and automatically be added by the Property Generator | false | false | Property | ||||||||||
Property label | label | label | Types/Text | 2 | false | false | 50 | false | The label to be shown when in a form | false | Property | ||||||||||
Property mandatory | mandatory | mandatory | Types/Boolean | 8 | false | false | 4 | false | Specifies that this field must be filled in by the user. Note: mandatory should not be used in conjunction with hidden. Use of both in any field will cause the mandatory check on any field to fail when the form is saved. see http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag | false | Property | ||||||||||
Property name | name | name | Types/Text | 1 | 1 | true | true | 50 | false | The name of the property | false | Property | |||||||||
Property namespace | namespace | namespace | Types/Text | 9 | false | false | 20 | false | namespace prefix | false | Property | ||||||||||
Property nullable | nullable | allow nulls? | Types/Boolean | 20 | false | false | false | false | should nullvalues be allowed and value set to NULL when empty? | false | false | Property | |||||||||
Property primaryKey | primaryKey | primary key | Types/Boolean | 7 | false | false | 4 | false | is this property a primary key of it's topic? | false | Property | ||||||||||
Property scope | scope | scope | Types/Text | 4 | false | true | 50 | false | dropdown | Root,Override,Global | The scope of the property | false | Property | ||||||||
Property showInGrid | showInGrid | showInGrid | Types/Boolean | 18 | false | false | false | true | I am true if this property is displayed in the default list of properties for my topic as a column | true | false | Property | |||||||||
Property size | size | size | Types/Number | 10 | false | false | 3 | false | the display size of the field for the property | false | Property | ||||||||||
Property sortPos | sortPos | sortPos | Types/Number | 6 | false | false | 3 | false | If none empty >0 this is the position in the sort clause of this
property. This is used when displaying list of the topic as the default sort order and it is used for selecting topics . E.g. Sortpos 1 for attribute lastname and sortpos 2 for attribute firstname leads to sort by lastname,firstname | false | Property | ||||||||||
Property topic | topic | topic | Types/Page | dropdown | topic | Topic | true | Property | |||||||||||||
Property type | type | type | Types/Page | 3 | false | false | false | Special:Types/Text | dropdown | The type of a Property | property=Property_type | true | false | Property | |||||||
Property uploadable | uploadable | uploadable | Types/Boolean | 11 | false | false | 4 | false | Specifies that a link should be placed next to this field, that opens a popup window to let the user upload a file; see 'Uploading files', below. See The type of the target property needs to be Page for this to work | false | Property | ||||||||||
Property values from | values_from | values from | Types/Code | 16 | false | false | 200 | false | textarea | Specifies where to get the possible values to be displayed in a form from see
http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag
| false | Property |
Documentation
see
- https://semantic-mediawiki.org/wiki/Help:Properties_and_types
- https://semantic-mediawiki.org/wiki/Help:Special_properties
- https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
uml
Description of concept "Property"RDF feed
see
- https://semantic-mediawiki.org/wiki/Help:Properties_and_types
- https://semantic-mediawiki.org/wiki/Help:Special_properties
- https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
see also
related topics:
- Concept:SMW_Type
[[IsA::Property]]
A
- Property:Action actionpage +
- Property:Action author +
- Property:Action comment +
- Property:Action engine +
- Property:Action input +
- Property:Action inputtype +
- Property:Action name +
- Property:Action output +
- Property:Action service +
- Property:Action servicetype +
- Property:Action since +
C
- Property:Context copyright +
- Property:Context demo +
- Property:Context master +
- Property:Context name +
- Property:Context since +
- Property:Context updated +
F
L
- Property:Leg from +
- Property:Leg to +
- Property:Leg wp num +
- Property:Loc category +
- Property:Loc from +
- Property:Loc id +
- Property:Loc latlon +
- Property:Loc name +
- Property:Loc notes +
- Property:Loc to +
P
- Property:Property allowedValues +
- Property:Property defaultValue +
- Property:Property documentation +
- Property:Property externalFormatterURI +
- Property:Property index +
- Property:Property inputType +
- Property:Property isLink +
- Property:Property label +
- Property:Property mandatory +
- Property:Property name +
- Property:Property namespace +
- Property:Property nullable +
- Property:Property primaryKey +
- Property:Property scope +
- Property:Property showInGrid +
- Property:Property size +
- Property:Property sortPos +
- Property:Property topic +
- Property:Property type +
- Property:Property uploadable +
- Property:Property values from +
S
- Property:SMW Type documentation +
- Property:SMW Type helppage +
- Property:SMW Type id +
- Property:SMW Type javaType +
- Property:SMW Type type +
- Property:SMW Type typepage +
- Property:SMW Type usedByProperties +
T
- Property:Topic cargo +
- Property:Topic context +
- Property:Topic defaultstoremode +
- Property:Topic documentation +
- Property:Topic extends +
- Property:Topic headerTabs +
- Property:Topic icon +
- Property:Topic iconUrl +
- Property:Topic isA +
- Property:Topic listLimit +
- Property:Topic name +
- Property:Topic pluralName +
- Property:Topic wikiDocumentation +
- Property:TopicLink masterDetail +
- Property:TopicLink name +
- Property:TopicLink separator +
- Property:TopicLink source +
- Property:TopicLink sourceDocumentation +
- Property:TopicLink sourceMultiple +
- Property:TopicLink sourceRole +
- Property:TopicLink target +
- Property:TopicLink targetDocumentation +
- Property:TopicLink targetMultiple +
- Property:TopicLink targetRole +
- Property:Tour comment +
- Property:Tour coordinates +
- Property:Tour date +
- Property:Tour distance +
- Property:Tour location +
- Property:Tour shop +
- Property:Tour stay +
- Property:Tour target +
- Property:Tour track +
- Property:Tour trip +
- Property:Tour weather +