Difference between revisions of "Template: MintyDocsProduct"

From Genesys Documentation
Jump to: navigation, search
Line 7: Line 7:
 
|admins=
 
|admins=
 
|editors=
 
|editors=
|previwers=
+
|previewers=
 
}}
 
}}
 
</pre>
 
</pre>
Line 18: Line 18:
 
|previewers={{{previewers}}}
 
|previewers={{{previewers}}}
 
}}
 
}}
 +
{{#if:{{{video|}}}|
 +
<div class="col-md-7" style="padding-left:0;">
 
{{{definition}}}
 
{{{definition}}}
 
<div class="col-md-6" style="padding-left:0;">
 
<div class="panel">
 
<div class="panel-heading">Find a guide</div>
 
<div class="panel-body">
 
<ul class="col-md-12">
 
{{{links}}}
 
</ul>
 
 
</div>
 
</div>
 +
<div class="col-md-5" style="top:-38px;">
 +
{{#widget:Vimeo|id={{{video}}}}}
 
</div>
 
</div>
 +
<div style="clear:both;"></div>
 +
|
 +
{{{definition}}}
 +
}}
 +
<tabber>
 +
PureEngage=
 +
{{#cargo_query:
 +
tables=MintyDocsProductLandingSections
 +
|fields=Platform,Title,Links,Type,IconLink,Columns
 +
|where=Platform HOLDS LIKE 'PureEngage' AND _pageName="{{FULLPAGENAME}}"
 +
|format=template
 +
|template=MintyDocsProductLandingSectionsPrint
 +
|named args=yes
 +
|group by=Type
 +
|order by=_rowID
 +
}}
 +
|-|
 +
PureConnect=
 +
{{#cargo_query:
 +
tables=MintyDocsProductLandingSections
 +
|fields=Platform,Title,Links,Type,IconLink,Columns
 +
|where=Platform HOLDS 'PureConnect' AND _pageName="{{FULLPAGENAME}}"
 +
|format=template
 +
|template=MintyDocsProductLandingSectionsPrint
 +
|named args=yes
 +
|group by=Type
 +
|order by=_rowID
 +
}}
 +
|-|
 +
PureCloud=
 +
{{#cargo_query:
 +
tables=MintyDocsProductLandingSections
 +
|fields=Platform,Title,Links,Type,IconLink,Columns
 +
|where=Platform HOLDS 'PureCloud' AND _pageName="{{FULLPAGENAME}}"
 +
|format=template
 +
|template=MintyDocsProductLandingSectionsPrint
 +
|named args=yes
 +
|group by=Type
 +
|order by=_rowID
 +
}}
 +
</tabber>{{{MintyDocsProductLandingSections|}}}
 
[[Category:MintyDocsProduct]]
 
[[Category:MintyDocsProduct]]
</includeonly>
+
</includeonly><noinclude>[[Category:Cargo_MintyDocs]]</noinclude>

Revision as of 17:36, October 19, 2018

This is the "MintyDocsProduct" template. It should be called in the following format:

{{MintyDocsProduct
|displayname=
|admins=
|editors=
|previewers=
}}

Edit the page to see the template text. This template defines the table "MintyDocsProduct". View table.

Retrieved from "https://all.docs.genesys.com/Template:MintyDocsProduct (2025-06-23 03:11:33)"