Difference between revisions of "Template: ArticleCloudRN"

From Genesys Documentation
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 121: Line 121:
 
     ComponentRN.ReleaseNumber,
 
     ComponentRN.ReleaseNumber,
 
     ComponentRN.ReleaseDate,
 
     ComponentRN.ReleaseDate,
     ComponentRN.Highlight,
+
     ComponentRN.Highlight
    ComponentRN.HighlightBoilerplateId
 
 
   |named args=yes
 
   |named args=yes
 
   |format=template
 
   |format=template
Line 130: Line 129:
 
       <tr>{{#ifeq:{{#cargo_query:tables=ArticleCloudRN,ArticleCloudRN__ComponentId|join on=ArticleCloudRN._ID=ArticleCloudRN__ComponentId._rowID|fields=COUNT(*)|where=ArticleCloudRN._pageName="{{FULLPAGENAME}}" AND ArticleCloudRN._pageNamespace="{{NAMESPACENUMBER}}"|no html}}|1||<th rowspan="2" style="width:15%">Service</th>}}
 
       <tr>{{#ifeq:{{#cargo_query:tables=ArticleCloudRN,ArticleCloudRN__ComponentId|join on=ArticleCloudRN._ID=ArticleCloudRN__ComponentId._rowID|fields=COUNT(*)|where=ArticleCloudRN._pageName="{{FULLPAGENAME}}" AND ArticleCloudRN._pageNamespace="{{NAMESPACENUMBER}}"|no html}}|1||<th rowspan="2" style="width:15%">Service</th>}}
 
       <th rowspan="2" style="width:12%">Available</th>
 
       <th rowspan="2" style="width:12%">Available</th>
       <th colspan="3" style="text-align: center>Genesys CX on</th>
+
       <th colspan="2" style="text-align: center>Genesys CX on</th>
 
   <th rowspan="2">Private edition</th>
 
   <th rowspan="2">Private edition</th>
 
       <th rowspan="2">Highlights</th>
 
       <th rowspan="2">Highlights</th>
Line 138: Line 137:
 
       <th>AWS</th>
 
       <th>AWS</th>
 
   <th>Azure</th>
 
   <th>Azure</th>
   <th>GCP</th>
+
   <!--<th>GCP</th>-->
 
   <tr>
 
   <tr>
 
   |outro=</table>
 
   |outro=</table>
Line 157: Line 156:
 
     ComponentRN.ReleaseNumber=ReleaseNumber,
 
     ComponentRN.ReleaseNumber=ReleaseNumber,
 
     ComponentRN.ReleaseDate=ReleaseDate,
 
     ComponentRN.ReleaseDate=ReleaseDate,
     Component.Name=ComponentName
+
     Component.Name=ComponentName,
 +
    ComponentRN._pageName=Page
 
   |format=template
 
   |format=template
 
   |template=RNPrint
 
   |template=RNPrint
Line 172: Line 172:
 
   ComponentRN.ReleaseNumber,
 
   ComponentRN.ReleaseNumber,
 
   ComponentRN.ReleaseDate,
 
   ComponentRN.ReleaseDate,
   Component.Name
+
   Component.Name,
 +
  ComponentRN._pageName
 
}}
 
}}
  

Latest revision as of 05:45, December 21, 2022

This is the "ArticleCloudRN" template.

It should be called in the following format:

{{ArticleCloudRN
|ServiceId=
|DepGuideServiceId=
|ComponentId=
|DeploymentTypeId=
|ReleaseTypeId=
|Footer=
}}

Edit the page to see the template text.

This template defines the table "ArticleCloudRN". View table. This template adds rows to the table "Article", which is declared by the template Article. View table.

Retrieved from "https://all.docs.genesys.com/Template:ArticleCloudRN (2024-07-28 00:28:52)"