Difference between revisions of "Template: RNPrint"
From Genesys Documentation
production>Bgrenon ((by SublimeText.Mediawiker)) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly><!-- Creating section heading--><h2>{{#ifeq:{{#cargo_query:tables=ArticleCloudRN, | + | <includeonly><!-- |
− | + | ||
− | + | Creating section heading | |
− | + | ||
− | + | --><h2> | |
− | + | {{#ifeq: | |
− | tables=ComponentRN, | + | {{#cargo_query:tables= |
− | DeploymentType=DT | + | ArticleCloudRN, |
− | |join on=ComponentRN.DeploymentTypeId HOLDS DT.Id | + | ArticleCloudRN__ComponentId |
− | |fields=CONCAT('[[File:',DT.Image,'|',Size,'px|link=]]') | + | |join on=ArticleCloudRN._ID=ArticleCloudRN__ComponentId._rowID |
− | |delimiter= | + | |fields=COUNT(*) |
− | |where=ComponentRN.ComponentId="{{{Component|}}}" | + | |where= |
− | AND ReleaseNumber="{{{ReleaseNumber|}}}" | + | ArticleCloudRN._pageName="{{FULLPAGENAME}}" |
− | AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" | + | AND ArticleCloudRN._pageNamespace="{{NAMESPACENUMBER}}" |
− | }}</h2><!-- adding anchor div for linking to RN entry -->{{AnchorDiv|{{{ComponentName|}}}-{{{ReleaseNumber|}}}}}<!-- printing subheading to indicate private edition or mixed mode release info | + | |no html |
− | tables=ComponentRN, | + | }} |
− | DeploymentType=DT | + | |1||{{{ComponentName|}}}: |
− | |join on=ComponentRN.DeploymentTypeId HOLDS DT.Id | + | }} {{#if:{{{ReleaseDate|}}}|{{#time:F d, Y|{{{ReleaseDate|}}}}}|<span style="background-color:yellow">Date needed</span> |
− | |fields=DT.Image=Image, | + | }}<!-- |
− | DT.Size=Size, | + | |
− | DT.Name=DTName, | + | DeplomymentType icons after RN heading |
− | ComponentRN.ComponentId=ComponentId, | + | |
− | ReleaseNumber, | + | -->{{#cargo_query: |
− | PrivateEditionReleaseDate=PEDate, | + | tables=ComponentRN, |
− | MixedModeReleaseDate=MixedDate | + | DeploymentType=DT |
− | |named args=yes | + | |join on=ComponentRN.DeploymentTypeId HOLDS DT.Id |
− | |format=template | + | |fields=CONCAT('[[File:',DT.Image,'|',Size,'px|link=]]') |
− | |template=RNPrintSubhead | + | |delimiter= |
− | |default= | + | |default= |
− | |where=ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" | + | |where= |
− | AND ComponentRN.ComponentId="{{{Component|}}}" | + | ComponentRN.ComponentId="{{{Component|}}}" |
− | AND ReleaseNumber="{{{ReleaseNumber|}}}" | + | AND ReleaseNumber="{{{ReleaseNumber|}}}" |
− | AND | + | AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" |
− | }}<!-- printing out the list of Issues according to their IssueCategory-->{{#cargo_query: | + | AND DT.Name!="Mixed mode" |
− | tables=ComponentRN, | + | }}</h2><!-- |
− | Issue, | + | |
− | IssueCategory | + | adding anchor div for linking to RN entry |
− | |join on=ComponentRN._pageName=Issue._pageName, | + | |
− | Issue.IssueCategoryId=IssueCategory.Id | + | -->{{AnchorDiv|{{{ComponentName|}}}-{{{ReleaseNumber|}}}}}<!-- |
− | |fields=IssueCategory.SectionName=Name, | + | |
− | + | printing subheading to indicate private edition or mixed mode release info | |
− | + | IMPORTANT: This query includes hard-coded value for DeploymentType.Name- | |
− | + | ||
− | + | -->{{#cargo_query: | |
− | + | tables= | |
− | ReleaseNumber, | + | ComponentRN, |
− | ComponentId | + | DeploymentType=DT |
− | |format=template | + | |join on=ComponentRN.DeploymentTypeId HOLDS DT.Id |
− | |template=RNPrintFormat | + | |fields= |
− | |named args=yes | + | DT.Image=Image, |
− | |where=ComponentRN.ComponentId = "{{{Component|}}}" AND ReleaseNumber="{{{ReleaseNumber|}}}" AND IssueCategoryId IS NOT NULL AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" | + | DT.Size=Size, |
− | |order by=IssueCategory.PrintOrder ASC | + | DT.Name=DTName, |
− | |group by=IssueCategory.SectionName | + | ComponentRN.ComponentId=ComponentId, |
− | }}__NOCACHE__{{#switch:{{NAMESPACENUMBER}}|620=<span style="font-size:80%">[[{{{Page|}}}|(Link to source)]]</span>|#default=}}</includeonly><noinclude>[[Category:RNAutomation]][[Category:ComponentRN.ComponentId cleanup]][[Category:TrackConstants]]</noinclude> | + | ReleaseNumber, |
+ | PrivateEditionReleaseDate=PEDate, | ||
+ | MixedModeReleaseDate=MixedDate | ||
+ | |named args=yes | ||
+ | |format=template | ||
+ | |template=RNPrintSubhead | ||
+ | |default= | ||
+ | |where= | ||
+ | ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" | ||
+ | AND ComponentRN.ComponentId="{{{Component|}}}" | ||
+ | AND ReleaseNumber="{{{ReleaseNumber|}}}" | ||
+ | AND DT.Name="Private Edition" | ||
+ | }}<!-- | ||
+ | |||
+ | special handling for on-premises pages tagged with mixed MixedMode | ||
+ | |||
+ | -->{{#cargo_query: | ||
+ | tables= | ||
+ | ComponentRN, | ||
+ | DeploymentType=DT | ||
+ | |join on=ComponentRN.DeploymentTypeId HOLDS DT.Id | ||
+ | |fields= | ||
+ | CONCAT('<b>Note</b>: Availability of release ',ReleaseNumber,' for on-premises deployments is limited to select customers.') | ||
+ | |named args=yes | ||
+ | |default= | ||
+ | |where= | ||
+ | ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" | ||
+ | AND ComponentRN.ComponentId="{{{Component|}}}" | ||
+ | AND ReleaseNumber="{{{ReleaseNumber|}}}" | ||
+ | AND DT.Name="Mixed mode" | ||
+ | }}<!-- | ||
+ | |||
+ | printing out the list of Issues according to their IssueCategory | ||
+ | |||
+ | -->{{#cargo_query: | ||
+ | tables= | ||
+ | ComponentRN, | ||
+ | Issue, | ||
+ | IssueCategory | ||
+ | |join on= | ||
+ | ComponentRN._pageName=Issue._pageName, | ||
+ | Issue.IssueCategoryId=IssueCategory.Id | ||
+ | |fields= | ||
+ | IssueCategory.SectionName=Name, | ||
+ | ReleaseNumber, | ||
+ | ComponentId | ||
+ | |format=template | ||
+ | |template=RNPrintFormat | ||
+ | |named args=yes | ||
+ | |where= | ||
+ | ComponentRN.ComponentId = "{{{Component|}}}" | ||
+ | AND ReleaseNumber="{{{ReleaseNumber|}}}" | ||
+ | AND IssueCategoryId IS NOT NULL | ||
+ | AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" | ||
+ | |order by=IssueCategory.PrintOrder ASC | ||
+ | |group by= | ||
+ | ComponentRN._pageID, | ||
+ | IssueCategory._pageID, | ||
+ | IssueCategory.PrintOrder, | ||
+ | IssueCategory.SectionName, | ||
+ | ReleaseNumber, | ||
+ | ComponentId | ||
+ | }}<!-- | ||
+ | |||
+ | supressing cache for this page | ||
+ | |||
+ | -->__NOCACHE__<!-- | ||
+ | |||
+ | adding link to the base unit RN in draft pages includeonly | ||
+ | |||
+ | -->{{#switch:{{NAMESPACENUMBER}} | ||
+ | |620=<span style="font-size:80%">[[{{{Page|}}}|(Link to source)]]</span> | ||
+ | |#default= | ||
+ | }}</includeonly><!-- | ||
+ | |||
+ | setting categories for this page, including TrackConstants as this page includes some hard-coded values | ||
+ | --><noinclude>[[Category:RNAutomation]][[Category:ComponentRN.ComponentId cleanup]][[Category:TrackConstants]]</noinclude> |