Difference between revisions of "Template: Glossaryterm"
From Genesys Documentation
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <includeonly><span id="{{{term}}}"></span>[https://docs.genesys.com/Glossary:{{urlencode:{{{term}}}|PATH}} {{Ucfirst|{{{term}}}}}]</includeonly><noinclude> |
+ | <templatedata> | ||
+ | { | ||
+ | "description": "", | ||
+ | "params": { | ||
+ | "term": { | ||
+ | "label": "Glossary term", | ||
+ | "description": "A glossary term available from https://docs.genesys.com/Glossary", | ||
+ | "type": "string", | ||
+ | "required": true | ||
+ | }, | ||
+ | "text": { | ||
+ | "label": "Alternate display text", | ||
+ | "description": "Alternate text to display, if the exact glossary term needs to be altered to fit into your content", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
− | |||
[[Category:DPL_Glossary]] | [[Category:DPL_Glossary]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:52, March 30, 2022
Parameter | Description | Type | Status | |
---|---|---|---|---|
Glossary term | term | A glossary term available from https://docs.genesys.com/Glossary
| String | required |
Alternate display text | text | Alternate text to display, if the exact glossary term needs to be altered to fit into your content
| String | suggested |