Difference between revisions of "Help:TopicLink"
Jump to navigation
Jump to search
m (created by WikiTask 2017-11-05T16:17:26Z) |
(modified by py-yprinciple-gen 0.3.4) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
|?Topic documentation = documentation | |?Topic documentation = documentation | ||
}} | }} | ||
+ | |||
=== Documentation === | === Documentation === | ||
A TopicLink links two [[Concept:Topic]]s | A TopicLink links two [[Concept:Topic]]s | ||
Line 25: | Line 26: | ||
|format=table | |format=table | ||
}} | }} | ||
− | |||
=== uml === | === uml === | ||
− | <uml> | + | <uml format='svg'> |
title TopicLink | title TopicLink | ||
note as TopicLinkDiagramNote | note as TopicLinkDiagramNote | ||
− | Copyright (c) 2015- | + | Copyright (c) 2015-2024 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
Line 46: | Line 46: | ||
Boolean targetMultiple | Boolean targetMultiple | ||
Text targetDocumentation | Text targetDocumentation | ||
+ | Text separator | ||
Boolean masterDetail | Boolean masterDetail | ||
} | } | ||
TopicLinkNote .. TopicLink | TopicLinkNote .. TopicLink | ||
' 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 128: | Line 129: | ||
' end of skinparams ' | ' end of skinparams ' | ||
</uml> | </uml> | ||
− | |||
see also | see also | ||
* [[List of TopicLinks]] | * [[List of TopicLinks]] | ||
Line 136: | Line 136: | ||
* [[:Template:TopicLink]] | * [[:Template:TopicLink]] | ||
* [[:Form:TopicLink]] | * [[:Form:TopicLink]] | ||
− | |||
[[Category:TopicLink]] | [[Category:TopicLink]] |
Latest revision as of 09:43, 15 November 2024
Help for TopicLink
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
TopicLink | TopicLink | TopicLinks | A TopicLink links two Concepts |
Documentation
A TopicLink links two Concept:Topics
Example TopicLinks
Properties
documentation | type | name | label | allowedValues | mandatory | uploadable | |
---|---|---|---|---|---|---|---|
TopicLink masterDetail | should the details be displayed in the same form and template?
If no
if yes
| Types/Boolean | masterDetail | masterDetail | false | false | |
TopicLink name | The name of the topic link | Types/Text | name | name | false | false | |
TopicLink separator | separator parameter to be used in SMW #set - no separator is given subobjects are assumed | Types/Text | separator | separator | false | false | |
TopicLink source | the source of a topic Link | Types/Page | source | source | true | false | |
TopicLink sourceDocumentation | Documentation for the source Role | Types/Text | sourceDocumentation | source Doc | false | false | |
TopicLink sourceMultiple | Types/Boolean | sourceMultiple | sourceMultiple | false | false | ||
TopicLink sourceRole | Types/Text | sourceRole | sourceRole | false | false | ||
TopicLink target | Types/Page | target | target | false | false | ||
TopicLink targetDocumentation | Documentation for the target Role | Types/Text | targetDocumentation | target Doc | false | false | |
TopicLink targetMultiple | Types/Boolean | targetMultiple | sourceMultiple | false | false | ||
TopicLink targetRole | Types/Text | targetRole | targetRole | false | false |
uml
see also