Difference between revisions of "Concept:TopicLink"
Jump to navigation
Jump to search
(transfered by WikiBackup wikiTask at 2016-02-12T15:56:30Z) |
(modified by py-yprinciple-gen 0.3.4) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Topic | {{Topic | ||
|name=TopicLink | |name=TopicLink | ||
|pluralName=TopicLinks | |pluralName=TopicLinks | ||
+ | |extends= | ||
|icon=File:Link.png | |icon=File:Link.png | ||
|iconUrl=/images/f/fd/Link.png | |iconUrl=/images/f/fd/Link.png | ||
Line 8: | Line 8: | ||
|wikiDocumentation=A TopicLink links two [[Concept:Topic]]s | |wikiDocumentation=A TopicLink links two [[Concept:Topic]]s | ||
|defaultstoremode=subobject | |defaultstoremode=subobject | ||
− | |listLimit= | + | |listLimit=200 |
− | |cargo= | + | |cargo=false |
|context=MetaModel | |context=MetaModel | ||
|storemode=property | |storemode=property | ||
Line 21: | Line 21: | ||
A TopicLink links two [[Concept:Topic]]s | A TopicLink links two [[Concept:Topic]]s | ||
=== uml === | === uml === | ||
− | <uml> | + | <uml format='svg'> |
title TopicLink | title TopicLink | ||
note as TopicLinkDiagramNote | note as TopicLinkDiagramNote | ||
− | Copyright (c) 2015 BITPlan GmbH | + | Copyright (c) 2015-2024 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
Line 40: | Line 40: | ||
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 BITPlan GmbH | + | ' 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 123: | Line 124: | ||
</uml> | </uml> | ||
− | + | {{#concept:[[isA::TopicLink]] | |
− | {{#concept: | + | |A TopicLink links two [[Concept:Topic]]s |
− | |||
− | |||
see also | see also | ||
* [[List of TopicLinks]] | * [[List of TopicLinks]] | ||
Line 134: | Line 133: | ||
* [[:Template:TopicLink]] | * [[:Template:TopicLink]] | ||
* [[:Form:TopicLink]] | * [[:Form:TopicLink]] | ||
− | |||
}} | }} | ||
[[Category:TopicLink]] | [[Category:TopicLink]] |
Latest revision as of 09:43, 15 November 2024
Topic | |
---|---|
edit | |
name | TopicLink |
pluralName | TopicLinks |
isA | |
extends | |
icon | File:Link.png→ |
iconUrl | /images/f/fd/Link.png |
documentation | A TopicLink links two Concepts |
wikiDocumentation | A TopicLink links two Concept:Topics |
defaultstoremode | subobject |
listLimit | 200 |
cargo | false |
headerTabs | |
context | MetaModel→MetaModel |
properties
name | label | type | scope | index | sortPos | primaryKey | mandatory | namespace | size | uploadable | defaultValue | inputType | allowedValues | documentation | values_from | externalFormatterURI | showInGrid | isLink | nullable | topic | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TopicLink masterDetail | masterDetail | masterDetail | Types/Boolean | 11 | false | false | false | should the details be displayed in the same form and template?
If no
if yes
| false | TopicLink | |||||||||||
TopicLink name | name | name | Types/Text | 1 | false | false | 50 | false | The name of the topic link | false | TopicLink | ||||||||||
TopicLink separator | separator | separator | Types/Text | 10 | false | false | false | separator parameter to be used in SMW #set - no separator is given subobjects are assumed | false | TopicLink | |||||||||||
TopicLink source | source | source | Types/Page | 2 | false | true | 50 | false | dropdown | the source of a topic Link | concept=Topic | false | TopicLink | ||||||||
TopicLink sourceDocumentation | sourceDocumentation | source Doc | Types/Text | 5 | false | false | 300 | false | textarea | Documentation for the source Role | false | TopicLink | |||||||||
TopicLink sourceMultiple | sourceMultiple | sourceMultiple | Types/Boolean | 4 | false | false | 50 | false | false | TopicLink | |||||||||||
TopicLink sourceRole | sourceRole | sourceRole | Types/Text | 3 | false | false | 50 | false | false | TopicLink | |||||||||||
TopicLink target | target | target | Types/Page | 6 | false | false | 50 | false | false | TopicLink | |||||||||||
TopicLink targetDocumentation | targetDocumentation | target Doc | Types/Text | 9 | false | false | 300 | false | textarea | Documentation for the target Role | false | TopicLink | |||||||||
TopicLink targetMultiple | targetMultiple | sourceMultiple | Types/Boolean | 8 | false | false | 50 | false | false | TopicLink | |||||||||||
TopicLink targetRole | targetRole | targetRole | Types/Text | 7 | false | false | 50 | false | false | TopicLink |
Documentation
A TopicLink links two Concept:Topics