@@ -163,31 +163,31 @@ Diagram types
163
163
* System Context & System Landscape diagrams
164
164
* Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml `
165
165
* Macros:
166
- * ` Person(alias, label, ?description, ?sprite, ?tags) `
166
+ * ` Person(alias, label, ?description, ?sprite, ?tags, $link ) `
167
167
* ` Person_Ext `
168
- * ` System(alias, label, ?description, ?sprite, ?tags) `
168
+ * ` System(alias, label, ?description, ?sprite, ?tags, $link ) `
169
169
* ` SystemDb `
170
170
* ` SystemQueue `
171
171
* ` System_Ext `
172
172
* ` SystemDb_Ext `
173
173
* ` SystemQueue_Ext `
174
- * ` Boundary(alias, label, ?type, ?tags) `
175
- * ` Enterprise_Boundary(alias, label, ?tags) `
174
+ * ` Boundary(alias, label, ?type, ?tags, $link) `
175
+ * ` Enterprise_Boundary(alias, label, ?tags, $link ) `
176
176
* ` System_Boundary `
177
177
* Container diagram
178
178
* Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml `
179
179
* Additional Macros:
180
- * ` Container(alias, label, technology, ?description, ?sprite, ?tags) `
180
+ * ` Container(alias, label, technology, ?description, ?sprite, ?tags, $link ) `
181
181
* ` ContainerDb `
182
182
* ` ContainerQueue `
183
183
* ` Container_Ext `
184
184
* ` ContainerDb_Ext `
185
185
* ` ContainerQueue_Ext `
186
- * ` Container_Boundary(alias, label) `
186
+ * ` Container_Boundary(alias, label, ?tags, $link ) `
187
187
* Component diagram
188
188
* Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml `
189
189
* Additional Macros:
190
- * ` Component(alias, label, technology, ?description, ?sprite, ?tags) `
190
+ * ` Component(alias, label, technology, ?description, ?sprite, ?tags, $link ) `
191
191
* ` ComponentDb `
192
192
* ` ComponentQueue `
193
193
* ` Component_Ext `
@@ -196,7 +196,7 @@ Diagram types
196
196
* Dynamic diagram
197
197
* Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Dynamic.puml `
198
198
* Additional Macros:
199
- * ` RelIndex(index, from, to, label) `
199
+ * ` RelIndex(index, from, to, label, ?tags, $link ) `
200
200
* (lowercase) ` increment($offset=1) ` : increase current index (procedure which has no direct output)
201
201
* (lowercase) ` setIndex($new_index) ` : set the new index (procedure which has no direct output)
202
202
* ` LastIndex() ` : return the last used index (function which can be used as argument)
@@ -208,16 +208,16 @@ Diagram types
208
208
* Deployment diagram
209
209
* Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml `
210
210
* Additional Macros:
211
- * ` Deployment_Node(alias, label, ?type, ?description, ?sprite, ?tags) `
212
- * ` Node(alias, label, ?type, ?description, ?sprite, ?tags) ` : short name of Deployment_Node()
213
- * ` Node_L(alias, label, ?type, ?description, ?sprite, ?tags) ` : left aligned Node()
214
- * ` Node_R(alias, label, ?type, ?description, ?sprite, ?tags) ` : right aligned Node()
211
+ * ` Deployment_Node(alias, label, ?type, ?description, ?sprite, ?tags, $link ) `
212
+ * ` Node(alias, label, ?type, ?description, ?sprite, ?tags, $link ) ` : short name of Deployment_Node()
213
+ * ` Node_L(alias, label, ?type, ?description, ?sprite, ?tags, $link ) ` : left aligned Node()
214
+ * ` Node_R(alias, label, ?type, ?description, ?sprite, ?tags, $link ) ` : right aligned Node()
215
215
216
216
Take a look at each of the [ C4 Model Diagram Samples] ( samples/C4CoreDiagrams.md ) .
217
217
218
218
## Relationship Types
219
219
220
- * ` Rel(from, to, label, ?technology, ?description, ?sprite, ?tags) `
220
+ * ` Rel(from, to, label, ?technology, ?description, ?sprite, ?tags, $link ) `
221
221
* ` BiRel ` (bidirectional relationship)
222
222
223
223
You can force the direction of a relationship by using:
0 commit comments