Difference between revisions of "Template: EPPOHead"
From Genesys Documentation
Line 31: | Line 31: | ||
|order by=DisplayName DESC | |order by=DisplayName DESC | ||
|limit=1 | |limit=1 | ||
− | |more results text=}}</div></div></div>{{#cargo_query: | + | |more results text=}}</div></div></div>{{#switch:{{{PageType}}}|RNProduct={{#cargo_query: |
+ | tables=RNSection,CloudRN | ||
+ | |join on=RNSection._pageName=CloudRN._pageName | ||
+ | |fields=CloudRN._pageName=Page,DisplayName,Component,ProductArea,RNShort,Product | ||
+ | |format=template | ||
+ | |template=CloudRNCollectionPrint | ||
+ | |named args=yes | ||
+ | |where=Product="{{MINTYDOCSPRODUCT}}" | ||
+ | |order by=DisplayName DESC | ||
+ | |group by=DisplayName | ||
+ | |offset=1 | ||
+ | }} | ||
+ | |RNComponent={{#cargo_query: | ||
tables=RNSection,CloudRN | tables=RNSection,CloudRN | ||
|join on=RNSection._pageName=CloudRN._pageName | |join on=RNSection._pageName=CloudRN._pageName | ||
Line 38: | Line 50: | ||
|template=CloudRNPrint | |template=CloudRNPrint | ||
|named args=yes | |named args=yes | ||
− | |where=Product="{{MINTYDOCSPRODUCT}}" | + | |where=Product="{{MINTYDOCSPRODUCT}}" AND Component="{{{Component}}}" |
|order by=DisplayName DESC | |order by=DisplayName DESC | ||
|default= | |default= | ||
|group by=DisplayName | |group by=DisplayName | ||
|offset=1 | |offset=1 | ||
− | }} | + | }}}} |
|#default=<div class="panel eppo"> | |#default=<div class="panel eppo"> | ||
<div class="panel-body"> | <div class="panel-body"> |