Difference between revisions of "Help:SMW Type"

From BITPlan Wiki
Jump to navigation Jump to search
(created by WikiTask 2017-04-18T07:56:16Z)
 
m (created by WikiTask 2017-11-04T10:34:43Z)
Line 36: Line 36:
 
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/fals 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
+
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

Revision as of 12:34, 4 November 2017

Help Icon.png

Help for SMW_Type

iconTopicnamepluralNamedocumentation
Component.pngSMW TypeSMW_TypeSMW_Typesan 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

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

 documentationtypenamelabelallowedValuesmandatoryuploadable
SMW Type documentationThe documentation of this Semantic Media Wiki typeTypes/Textdocumentationdocumentationfalsefalse
SMW Type helppageThe url of the 'official' documentation page of this typeTypes/URLhelppagehelppagefalsefalse
SMW Type idSMW internal id of the typeTypes/Textididfalsefalse
SMW Type javaTypeJava mapping of this typeTypes/TextjavaTypejava Typefalsefalse
SMW Type typeThe Semantic MediaWiki type without the prefix e.g. Text, Number, BooleanTypes/Texttypetypetruefalse
SMW Type typepageThe 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/PageTypes/Pagetypepagetypepagefalsefalse
SMW Type usedByPropertiesthe properties having this typeTypes/PageusedByPropertiesusedByProperties

uml

see also

topic links: