Difference between revisions of "Help:SMW Type"
Jump to navigation
Jump to search
(created by WikiTask 2017-10-03T17:24:44Z) |
m (created by WikiTask 2019-10-11T04:55:57Z) |
||
(One intermediate revision by the same user not shown) | |||
Line 32: | Line 32: | ||
title SMW_Type | title SMW_Type | ||
note as SMW_TypeDiagramNote | note as SMW_TypeDiagramNote | ||
− | Copyright (c) 2015- | + | Copyright (c) 2015-2017 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
note as SMW_TypeNote | note as SMW_TypeNote | ||
− | an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/ | + | an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes |
end note | end note | ||
class SMW_Type { | class SMW_Type { | ||
Text type | Text type | ||
Text documentation | Text documentation | ||
+ | Text id | ||
URL helppage | URL helppage | ||
Page typepage | Page typepage | ||
Line 47: | Line 48: | ||
} | } | ||
SMW_TypeNote .. SMW_Type | SMW_TypeNote .. SMW_Type | ||
− | |||
− | |||
' BITPlan Corporate identity skin params | ' BITPlan Corporate identity skin params | ||
− | ' Copyright (c) 2015- | + | ' Copyright (c) 2015-2017 BITPlan GmbH |
' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI | ' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI | ||
' skinparams generated by com.bitplan.restmodelmanager | ' skinparams generated by com.bitplan.restmodelmanager |
Latest revision as of 05:55, 11 October 2019
Help for SMW_Type
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
SMW Type | SMW_Type | SMW_Types | an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes |
Documentation
see
- https://semantic-mediawiki.org/wiki/Special:Types
- https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
Example SMW_Types
SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types, SMW Types
Properties
documentation | type | name | label | allowedValues | mandatory | uploadable | |
---|---|---|---|---|---|---|---|
SMW Type documentation | The documentation of this Semantic Media Wiki type | Types/Text | documentation | documentation | false | false | |
SMW Type helppage | The url of the 'official' documentation page of this type | Types/URL | helppage | helppage | false | false | |
SMW Type id | SMW internal id of the type | Types/Text | id | id | false | false | |
SMW Type javaType | Java mapping of this type | Types/Text | javaType | java Type | false | false | |
SMW Type type | The Semantic MediaWiki type without the prefix e.g. Text, Number, Boolean | Types/Text | type | type | true | false | |
SMW Type typepage | The Semantic Media Wiki Special page for this specific type e.g. Special:Types/Text, Special:Types/Boolean, Special:Types/Date, Special:Types/Number, Special:Types/Page | Types/Page | typepage | typepage | false | false | |
SMW Type usedByProperties | the properties having this type | Types/Page | usedByProperties | usedByProperties |
uml
see also
topic links: