Difference between revisions of "Help:Topic"

From BITPlan Wiki
Jump to navigation Jump to search
m (created by WikiTask 2017-11-05T16:17:11Z)
(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-2017 BITPlan GmbH
+
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
   URL iconUrl
+
   Code iconUrl
 
   Text documentation
 
   Text documentation
 
   Text wikiDocumentation
 
   Text wikiDocumentation
Line 50: Line 52:
 
}
 
}
 
TopicNote .. Topic
 
TopicNote .. Topic
 
 
Topic "topic (1)" -- "properties(*)" Property
 
Topic "topic (1)" -- "properties(*)" Property
 
+
Topic "topic (1)" -- "properties(*)" Property
Context "context (1)" -- "topics(*)" Topic
 
 
' BITPlan Corporate identity skin params
 
' BITPlan Corporate identity skin params
' Copyright (c) 2015-2017 BITPlan GmbH
+
' Copyright (c) 2015-2024 BITPlan GmbH
' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI
+
' see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI
' skinparams generated by com.bitplan.restmodelmanager
+
' 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]]
topic links:
+
related topics:
* [[:Category:Property]]
+
* [[Concept:Property]]
  
 
[[Category:Topic]]
 
[[Category:Topic]]

Latest revision as of 09:43, 15 November 2024

Help Icon.png

Help for Topic

iconTopicnamepluralNamedocumentation
Index.pngTopicTopicTopicsA Topic is a Concept/Class/Thing/Entity

Documentation

A Topic is a Concept/Class/Thing/Entity

Example Topics

Action, Bigstock, BlogEntry, Bogensportverein, Bogenturnier, Brainteaser, CANInfo, Commit, Context, Design3D, Extension, GlossaryEntry, Import, OCRDocument, OsProject, PID, Property, SMW Type, Seminar, SeminarTopic, SimpleGraphModule, Sourcecode, Step, Ticket, Topic, TopicLink, Trainer, Traininglocation

Properties

 documentationtypenamelabelallowedValuesmandatoryuploadable
Topic cargoShould the Topic be stored using the Cargo Extension?Types/Booleancargouse cargofalsefalse
Topic contextthe context this topic belongs toTypes/Pagecontextcontext
Topic defaultstoremodeThe default storemode of the topicTypes/Textdefaultstoremodedefault storemodenone,property,subobjectfalsefalse
Topic documentationThe plaintext documentation of a Topic. Please do not use markup for this.Types/Textdocumentationdocumentationfalsefalse
Topic extendsthis topic specializes the topic it extends (if any)Types/Textextendsextendsfalse
Topic headerTabsshall the forms be generated with header tabs?Types/BooleanheaderTabsheaderTabsfalsefalse
Topic iconan Icon for the topicTypes/Pageiconiconfalsetrue
Topic iconUrlthe url of an iconTypes/CodeiconUrlicon Urlfalsefalse
Topic isAThe metamodel kind of the topicTypes/TextisAisAfalse
Topic listLimitWhat is the default #ask list limit for this Topic?Types/NumberlistLimitlist Limitfalsefalse
Topic nameThe name of the topicTypes/Textnamenametruefalse
Topic pluralNameThe 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/TextpluralNamepluralNamefalsefalse
Topic wikiDocumentationDocumentation of the Topic using MediaWiki / Semantic Mediawiki markupTypes/TextwikiDocumentationwikiDocumentationfalsefalse

uml

see also

related topics: