Difference between revisions of "Template: LucidChart"
From Genesys Documentation
(Created page with "<div style="width:{{#if:{{{width|}}}|{{{width}}}|960px}};height:{{#if:{{{height|}}}|{{{height|}}}|785px}};">{{#Widget:LucidChart|{{#if:{{{noedit|}}}|noedit|}}guid={{#replace:{...") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="width:{{#if:{{{width|}}}|{{{width}}}| | + | <div style="width:{{#if:{{{width|}}}|{{{width}}}|100%}};height:{{#if:{{{height|}}}|{{{height|}}}|785px}};">{{#Widget:LucidChart|{{#if:{{{noedit|}}}|noedit|}}guid={{#replace:{{#replace:{{{link}}}|https://www.lucidchart.com/documents/edit/}}|/0}}|width={{{width|}}}|height={{{height|}}}}}</div><noinclude>[[Category:Macros]]<templatedata> |
+ | { | ||
+ | "params": { | ||
+ | "width": {}, | ||
+ | "height": {}, | ||
+ | "noedit": {}, | ||
+ | "link": { | ||
+ | "label": "Link to LucidChart image", | ||
+ | "description": "Paste the edit URL for your LucidChart image", | ||
+ | "example": "https://www.lucidchart.com/documents/edit/ee59a752-1e08-4be8-8caa-e0fe31f5f353/0_0", | ||
+ | "type": "url", | ||
+ | "required": true | ||
+ | } | ||
+ | }, | ||
+ | "description": "Embed LucidChart image directly in your content." | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
Latest revision as of 17:08, January 21, 2020
Embed LucidChart image directly in your content.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Width | width | no description
| Unknown | optional |
Height | height | no description
| Unknown | optional |
Noedit | noedit | no description
| Unknown | optional |
Link to LucidChart image | link | Paste the edit URL for your LucidChart image
| URL | required |