Difference between revisions of "Template: Glossaryterm"
From Genesys Documentation
Line 1: | Line 1: | ||
− | < | + | <includeonly><span id="{{{term}}}"></span>{{#if:{{{text|}}} |'''{{#ppin:<span style="font-size: 140%;color: #656565;">[https://docs.genesys.com/Glossary:{{urlencode:{{{term}}}|PATH}} {{Ucfirst|{{{term}}}}}]</span><br><br>{{GetGlossary|{{{term}}}}}<br><br>{{Glossary list light}}|{{{text|{{{term}}}}}}}}''' |'''{{#ppin:<span style="font-size: 140%;color: #656565;">{{GetGlossary|{{{term}}}}}</span><br><br>{{GetGlossary|{{{term}}}}}<br><br>{{Glossary list light}}|{{{term}}}}}'''}}{{#ifeq:{{{addlink|true}}}|true|[[Category:G_{{Ucfirst|{{{term}}}}}]]|}}</includeonly> |
<noinclude> | <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> |
Revision as of 17:42, April 16, 2020
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 |