(changed default height to 600) Tag: 2017 source edit |
(Update package: OSW Core) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
}} | }} | ||
{{Template:Helper/UI/VE/Hidden | {{Template:Helper/UI/VE/Hidden | ||
|content=<div id="{{#if: {{{page_name|}}}|{{#replace:{{#replace: {{{page_name}}}|/|-}}|:|-}}-|}}{{{file_name}}}" style="width: {{#ifeq: {{{full_width|0}}}|1|100%| {{{width|600px}} | |content=<div id="{{#if: {{{page_name|}}}|{{#replace:{{#replace: {{{page_name}}}|/|-}}|:|-}}-|}}{{{file_name}}}" style="width: {{#ifeq: {{{full_width|0}}}|1|100%| {{{width|600px}}} }};" class="InteractiveSemanticGraph" data-config='{ | ||
"uuid": "{{{uuid|}}}", | "uuid": "{{{uuid|}}}", | ||
"name":"{{#if: {{{page_name|}}}|{{#replace:{{#replace: {{{page_name}}}|/|-}}|:|-}}-|}}{{{file_name}}}", | "name":"{{#if: {{{page_name|}}}|{{#replace:{{#replace: {{{page_name}}}|/|-}}|:|-}}-|}}{{{file_name}}}", | ||
Line 95: | Line 95: | ||
"autovalue": "0", | "autovalue": "0", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"edit": { | "edit": { | ||
Line 182: | Line 170: | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
"required": | "required": true, | ||
"autovalue": "{{subst:UUID}}" | |||
} | } | ||
}, | }, |
Latest revision as of 09:03, 27 June 2023
Adds a semantic graph viewer and editor
Parameter | Description | Type | Status | |
---|---|---|---|---|
Graph name | file_name | Must be unique on this page
| Unknown | required |
Root page name | root | Dafault value is the current page
| Page name | required |
Properties | properties | Semicolon separated property list used to expand the root node
| Unknown | required |
Expansion depth | depth | Defines how far the graph is unfolded automatically with the given properties
| Unknown | suggested |
Width | width | Width of the graph in pixels
| String | optional |
Full width | full_width | Used the full page width to display the graph
| Boolean | suggested |
Edit modus | edit | Allows editing the graph
| Boolean | suggested |
Edge labels | edge_labels | Displays edge labels
| Boolean | optional |
Permalink | permalink | Creates a permalink for the state of the graph
| Boolean | optional |
Show hints | hint | Shows additional information beside the graph
| Boolean | optional |
Page name | page_name | is filled in automatically
| Page name | optional |
Unique ID | uuid | Automatically generated and should not be changed
| String | required |