Difference between revisions of "Template: EPPOHead"
From Genesys Documentation
(Trying latest from content VM) |
|||
Line 4: | Line 4: | ||
<div class="icons"><span class="sub-heading">'''Platforms''': </span>{{SMART_Icons|Offering={{{Platform}}}}}</div> | <div class="icons"><span class="sub-heading">'''Platforms''': </span>{{SMART_Icons|Offering={{{Platform}}}}}</div> | ||
<div class="col-md-12" style="padding-left:0;"> | <div class="col-md-12" style="padding-left:0;"> | ||
− | <div style="padding: 30px | + | <div style="padding: 30px 35px;background-color: #f5f5f5;margin-bottom: 40px;"> |
<div class="text-center icon hidden-xs" style=" display: table-cell; | <div class="text-center icon hidden-xs" style=" display: table-cell; | ||
− | padding-right: | + | padding-right: 35px; |
vertical-align: middle; | vertical-align: middle; | ||
text-align: center; | text-align: center; | ||
Line 61: | Line 61: | ||
{{#if:{{{Context|}}}| | {{#if:{{{Context|}}}| | ||
{{#if:{{{Dimension|}}}|{{#if:{{{Tags|}}}| | {{#if:{{{Dimension|}}}|{{#if:{{{Tags|}}}| | ||
− | + | {{#cargo_query: | |
− | {{# | + | tables=MintyDocsManual |
+ | |fields=Role,UI | ||
+ | |format=template | ||
+ | |template=RoleIcons|named args=yes | ||
+ | |where=MintyDocsManual.Product="{{#explode:{{FULLPAGENAME}}|/|0}}" | ||
+ | |default={{#cargo_query:tables=Article|fields=Role,UI|format=template|template=RoleIcons|where=Role IS NOT NULL|default=}} | ||
+ | }} | ||
+ | <div class="col-md-5 context"> | ||
{{{Context}}} | {{{Context}}} | ||
</div> | </div> | ||
− | <div class="col-md- | + | <div class="col-md-5 related"> |
− | <div class="col-md- | + | <div class="col-md-5 tags"> |
<span>tags</span> | <span>tags</span> | ||
{{#cargo_query: | {{#cargo_query: | ||
− | + | tables=Article,Article__Tags | |
|join on=Article._ID=Article__Tags._rowID | |join on=Article._ID=Article__Tags._rowID | ||
|fields=CONCAT('[[',Article__Tags._value,']]') | |fields=CONCAT('[[',Article__Tags._value,']]') | ||
− | + | |where=Article._pageName="{{FULLPAGENAME}}" AND Article__Tags._value IS NOT NULL | |
− | + | |format=ul | |
|default= | |default= | ||
− | + | }} | |
</div> | </div> | ||
− | <div class="col-md- | + | <div class="col-md-5 links"> |
<span>links</span> | <span>links</span> | ||
{{#cargo_query: | {{#cargo_query: | ||
− | + | tables=Article | |
− | + | |fields=CONCAT('[[',_pageName,'|',DisplayName,']]') | |
− | + | |where=Dimension="{{{Dimension}}}" AND Dimension IS NOT NULL AND _pageName!="{{FULLPAGENAME}}" AND Article._pageName LIKE '%{{#explode:{{FULLPAGENAME}}|/|1}}%' AND Article._pageNamespace="{{NAMESPACENUMBER}}" | |
− | + | |format=ul | |
− | + | |default=test1 | |
− | + | }} | |
</div> | </div> | ||
</div> | </div> | ||
+ | {{#if:{{{Prereq|}}}|<div class="panel eppo"> | ||
+ | <div class="panel-body"> | ||
+ | {{{Prereq|}}}</div></div>|}} | ||
| | | | ||
− | + | {{#cargo_query: | |
− | {{# | + | tables=MintyDocsManual |
+ | |fields=Role,UI | ||
+ | |format=template | ||
+ | |template=RoleIcons|named args=yes | ||
+ | |where=MintyDocsManual.Product="{{#explode:{{FULLPAGENAME}}|/|0}}" | ||
+ | |default={{#cargo_query:tables=Article|fields=Role,UI|format=template|template=RoleIcons|where=Role IS NOT NULL|default=}} | ||
+ | }} | ||
+ | <div class="col-md-7 context"> | ||
{{{Context}}} | {{{Context}}} | ||
</div> | </div> | ||
Line 97: | Line 114: | ||
<span>links</span> | <span>links</span> | ||
{{#cargo_query: | {{#cargo_query: | ||
− | + | tables=Article | |
− | + | |fields=CONCAT('[[',_pageName,'|',DisplayName,']]') | |
− | + | |where=Dimension="{{{Dimension}}}" AND Dimension IS NOT NULL AND _pageName!="{{FULLPAGENAME}}" AND Article._pageName LIKE '%{{#explode:{{FULLPAGENAME}}|/|1}}%' AND Article._pageNamespace="{{NAMESPACENUMBER}}" | |
− | + | |format=ul | |
− | + | |default= | |
− | + | }} | |
</div> | </div> | ||
</div> | </div> | ||
}} | }} | ||
+ | {{#if:{{{Prereq|}}}|<div class="panel eppo"> | ||
+ | <div class="panel-body"> | ||
+ | {{{Prereq|}}}</div></div>|}} | ||
| | | | ||
{{#if:{{{Tags|}}}| | {{#if:{{{Tags|}}}| | ||
− | + | {{#cargo_query: | |
− | {{# | + | tables=MintyDocsManual |
+ | |fields=Role,UI | ||
+ | |format=template | ||
+ | |template=RoleIcons|named args=yes | ||
+ | |where=MintyDocsManual.Product="{{#explode:{{FULLPAGENAME}}|/|0}}" | ||
+ | |default={{#cargo_query:tables=Article|fields=Role,UI|format=template|template=RoleIcons|where=Role IS NOT NULL|default=}} | ||
+ | }} | ||
+ | <div class="col-md-7 context"> | ||
{{{Context}}} | {{{Context}}} | ||
</div> | </div> | ||
Line 116: | Line 143: | ||
<span>tags</span> | <span>tags</span> | ||
{{#cargo_query: | {{#cargo_query: | ||
− | + | tables=Article,Article__Tags | |
|join on=Article._ID=Article__Tags._rowID | |join on=Article._ID=Article__Tags._rowID | ||
|fields=CONCAT('[[',Article__Tags._value,']]') | |fields=CONCAT('[[',Article__Tags._value,']]') | ||
− | + | |where=Article._pageName="{{FULLPAGENAME}}" AND Article__Tags._value IS NOT NULL | |
− | + | |format=ul | |
|default= | |default= | ||
− | + | }} | |
</div> | </div> | ||
</div> | </div> | ||
+ | {{#if:{{{Prereq|}}}|<div class="panel eppo"> | ||
+ | <div class="panel-body"> | ||
+ | {{{Prereq|}}}</div></div>|}} | ||
| | | | ||
− | <div class="col-md-12 context" style="border-right: 0;"> | + | <div class="col-md-12 context" style="border-right: 0;padding-left:0"> |
− | {{# | + | {{#cargo_query: |
− | {{{Context}}} | + | tables=MintyDocsManual |
+ | |fields=Role,UI | ||
+ | |format=template | ||
+ | |template=RoleIcons|named args=yes | ||
+ | |where=MintyDocsManual.Product="{{#explode:{{FULLPAGENAME}}|/|0}}" | ||
+ | |default={{#cargo_query:tables=Article|fields=Role,UI|format=template|template=RoleIcons|where=Role IS NOT NULL|default=}} | ||
+ | }}{{{Context}}} | ||
</div> | </div> | ||
}} | }} | ||
}} | }} | ||
}} | }} | ||
− | </div></div>}}<nowiki /></onlyinclude> | + | </div></div>{{#if:{{{Prereq|}}}|<div class="panel eppo"> |
+ | <div class="panel-body"> | ||
+ | {{{Prereq|}}}</div></div>|}}}}<nowiki /></onlyinclude> | ||
<noinclude>[[Category:MintyDocs_Cargo]][[Category:EPPO_Cargo]][[Category:Cargo_CloudRN]][[Category:UCSales_Cargo]] | <noinclude>[[Category:MintyDocs_Cargo]][[Category:EPPO_Cargo]][[Category:Cargo_CloudRN]][[Category:UCSales_Cargo]] | ||
</noinclude> | </noinclude> |