Difference between revisions of "Help:Topic"

From OPENRESEARCH th copy Wiki
Jump to navigation Jump to search
(Created with the template CreateHelpPageTest by Tim Holzheim through LambdaActions)
(pushed from wiki by wikipush)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
[[File:Help_Icon.png|right]]
 
[[File:Help_Icon.png|right]]
 
== Help for Topic ==
 
== Help for Topic ==
Line 13: Line 12:
 
A Topic is a Concept/Class/Thing/Entity
 
A Topic is a Concept/Class/Thing/Entity
 
=== Example Topics ===
 
=== Example Topics ===
{{#ask: [[Concept:Topic]]}}
+
{{#ask: [[Concept:Topic]]
 +
}}
 
=== Properties ===
 
=== Properties ===
 
{{#ask: [[Concept:Property]][[Property topic::Concept:Topic]]
 
{{#ask: [[Concept:Property]][[Property topic::Concept:Topic]]
Line 26: Line 26:
 
}}
 
}}
  
 +
=== uml ===
 +
<uml>
 +
title Topic
 +
note as TopicDiagramNote
 +
Copyright (c) 2015-2017 BITPlan GmbH
 +
[[http://www.bitplan.com]]
 +
end note
 +
note as TopicNote
 +
A Topic is a Concept/Class/Thing/Entity
 +
end note
 +
class Topic {
 +
  Text name
 +
  Text pluralName
 +
  Page icon
 +
  URL iconUrl
 +
  Text documentation
 +
  Text wikiDocumentation
 +
  Text defaultstoremode
 +
  Number listLimit
 +
  Boolean cargo
 +
  Boolean headerTabs
 +
  Page context
 +
}
 +
TopicNote .. Topic
 +
 +
Topic "topic (1)" -- "properties(*)" Property
 +
 +
Context "context (1)" -- "topics(*)" Topic
 +
' BITPlan Corporate identity skin params
 +
' Copyright (c) 2015-2017 BITPlan GmbH
 +
' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI
 +
' skinparams generated by com.bitplan.restmodelmanager
 +
skinparam note {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam component {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam package {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam usecase {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam activity {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam classAttribute {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam interface {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam class {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam object {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
hide Circle
 +
' end of skinparams '
 +
</uml>
 +
 +
see also
 +
* [[List of Topics]]
 +
* [[Help:Topic]]
 +
* [[Concept:Topic]]
 +
* [[:Category:Topic]]
 +
* [[:Template:Topic]]
 +
* [[:Form:Topic]]
 +
topic links:
 +
* [[:Category:Property]]
  
 
[[Category:Topic]]
 
[[Category:Topic]]

Latest revision as of 18:42, 7 July 2021

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, City, Commit, Context, Country, Design3D, Event, Event series, Extension, GlossaryEntry, Location, OsProject, PID, Property, Region, SMW Type, Seminar, SeminarTopic, SimpleGraphModule, Sourcecode, Step, Topic, TopicLink, Trainer, Traininglocation

Properties

 documentationtypenamelabelallowedValuesmandatoryuploadable
Topic cargoShould the Topic be stored using the Cargo Extension?Types/Booleancargouse cargofalsefalse
Topic contextTypes/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 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 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

topic links: