Difference between revisions of "Help:Topic"
Jump to navigation
Jump to search
(created by WikiTask 2018-06-18T23:10:00Z) |
(modified by py-yprinciple-gen 0.3.4) |
||
Line 9: | Line 9: | ||
|?Topic documentation = documentation | |?Topic documentation = documentation | ||
}} | }} | ||
+ | |||
=== Documentation === | === Documentation === | ||
A Topic is a Concept/Class/Thing/Entity | A Topic is a Concept/Class/Thing/Entity | ||
Line 25: | Line 26: | ||
|format=table | |format=table | ||
}} | }} | ||
− | |||
=== uml === | === uml === | ||
− | <uml> | + | <uml format='svg'> |
title Topic | title Topic | ||
note as TopicDiagramNote | note as TopicDiagramNote | ||
− | Copyright (c) 2015- | + | Copyright (c) 2015-2024 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
Line 39: | Line 39: | ||
Text name | Text name | ||
Text pluralName | Text pluralName | ||
+ | Text isA | ||
+ | Text extends | ||
Page icon | Page icon | ||
Code iconUrl | Code iconUrl | ||
Line 50: | Line 52: | ||
} | } | ||
TopicNote .. Topic | TopicNote .. Topic | ||
− | |||
Topic "topic (1)" -- "properties(*)" Property | Topic "topic (1)" -- "properties(*)" Property | ||
− | + | Topic "topic (1)" -- "properties(*)" Property | |
− | |||
' 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 133: | Line 133: | ||
' end of skinparams ' | ' end of skinparams ' | ||
</uml> | </uml> | ||
− | |||
see also | see also | ||
* [[List of Topics]] | * [[List of Topics]] | ||
Line 141: | Line 140: | ||
* [[:Template:Topic]] | * [[:Template:Topic]] | ||
* [[:Form:Topic]] | * [[:Form:Topic]] | ||
− | + | related topics: | |
− | * [[ | + | * [[Concept:Property]] |
[[Category:Topic]] | [[Category:Topic]] |
Latest revision as of 09:53, 27 November 2024
Help for Topic
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
Topic | Topic | Topics | A Topic is a Concept/Class/Thing/Entity |
Documentation
A Topic is a Concept/Class/Thing/Entity
Example Topics
Action, Context, Leg, Loc, Property, SMW Type, Topic, TopicLink, Tour
Properties
documentation | type | name | label | allowedValues | mandatory | uploadable | |
---|---|---|---|---|---|---|---|
Topic cargo | Should the Topic be stored using the Cargo Extension? | Types/Boolean | cargo | use cargo | false | false | |
Topic context | the context this topic belongs to | Types/Page | context | context | |||
Topic defaultstoremode | The default storemode of the topic | Types/Text | defaultstoremode | default storemode | none,property,subobject | false | false |
Topic documentation | The plaintext documentation of a Topic. Please do not use markup for this. | Types/Text | documentation | documentation | false | false | |
Topic extends | this topic specializes the topic it extends (if any) | Types/Text | extends | extends | false | ||
Topic headerTabs | shall the forms be generated with header tabs? | Types/Boolean | headerTabs | headerTabs | false | false | |
Topic icon | an Icon for the topic | Types/Page | icon | icon | false | true | |
Topic iconUrl | the url of an icon | Types/Code | iconUrl | icon Url | false | false | |
Topic isA | The metamodel kind of the topic | Types/Text | isA | isA | false | ||
Topic listLimit | What is the default #ask list limit for this Topic? | Types/Number | listLimit | list Limit | false | false | |
Topic name | The name of the topic | Types/Text | name | name | true | false | |
Topic pluralName | The plural of a topic name. E.g. for the topic 'City' the pluralName is 'Cities'. If no pluralName is specified an 's' is appended. E.g. for the topic 'Book' the default pluralName is 'Books' | Types/Text | pluralName | pluralName | false | false | |
Topic wikiDocumentation | Documentation of the Topic using MediaWiki / Semantic Mediawiki markup | Types/Text | wikiDocumentation | wikiDocumentation | false | false |
uml
see also
related topics: