Difference between revisions of "Template: SMART Meta"

From Genesys Documentation
Jump to: navigation, search
(Created page with "<noinclude> This is the "SMART_Meta" template. It should be called in the following format: <pre> {{SMART_Meta |ID= |Title= |Subtitle= |SolutionCategory= |Solution= }} </pre...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 21: Line 21:
 
|SolutionCategory=String
 
|SolutionCategory=String
 
|Solution=String
 
|Solution=String
 +
|DraftOfferings=Text
 +
|CurrentOfferings=Text
 
}}
 
}}
  
Line 30: Line 32:
 
|Subtitle={{{Subtitle|}}}
 
|Subtitle={{{Subtitle|}}}
 
|SolutionCategory={{TaxonomyMap|{{{SolutionCategory|}}}}}
 
|SolutionCategory={{TaxonomyMap|{{{SolutionCategory|}}}}}
|Solution={{{Solution|}}}}}{{DISPLAYTITLE:{{#explode:{{FULLPAGENAME}}|/|0}} - Titles and Canonical Info}}{{NoteFormat|This information is shared by '''{{#explode:{{FULLPAGENAME}}|/|0}}''' use cases '''across all offerings'''.}}
+
|Solution={{{Solution|}}}
 +
|DraftOfferings={{#cargo_query:tables=SMART_UseCase|fields=_pageName,Offering|where=ID="{{#explode:{{FULLPAGENAME}}|/|0}}" AND MintyDocsVersion="Draft"|format=template|template=SMART_OfferingLinkMaker|named args=yes|no html|default=}}
 +
|CurrentOfferings={{#cargo_query:tables=SMART_UseCase|fields=_pageName,Offering|where=ID="{{#explode:{{FULLPAGENAME}}|/|0}}" AND MintyDocsVersion="Current"|format=template|template=SMART_OfferingLinkMaker|named args=yes|no html|default=}}
 +
}}{{DISPLAYTITLE:{{#explode:{{FULLPAGENAME}}|/|0}} - Titles and Canonical Info}}{{NoteFormat|This information is shared by '''{{#explode:{{FULLPAGENAME}}|/|0}}''' use cases '''across all offerings'''.}}
  
 
==Administration Dashboard==
 
==Administration Dashboard==
 
Go back to admin dashboard to create and manage platform-specific use cases in the system:
 
Go back to admin dashboard to create and manage platform-specific use cases in the system:
*[[Admin/Internal/Dashboard/About|Administration Dashboard]]
+
*[https://repository.docs.genesys.com/Admin/Internal/Dashboard Administration Dashboard]
  
 
==Titles and Taxonomy==
 
==Titles and Taxonomy==
Line 42: Line 47:
 
!Taxonomy
 
!Taxonomy
 
!Product Category
 
!Product Category
!Platform
+
!Draft
 +
!Published
 
!Edit
 
!Edit
 
|-
 
|-
Line 57: Line 63:
 
tables=SMART_UseCase
 
tables=SMART_UseCase
 
|fields=CONCAT ('[[',_pageName,'|',Offering,']]')
 
|fields=CONCAT ('[[',_pageName,'|',Offering,']]')
|where=ID="{{#explode:{{FULLPAGENAME}}|/|0}}" AND _pageName LIKE "%/%"
+
|where=ID="{{#explode:{{FULLPAGENAME}}|/|0}}" AND _pageName LIKE "%/%" AND MintyDocsVersion="Draft"
 
|format=ul
 
|format=ul
|default=None yet!
+
|default=No draft
 +
}}
 +
|
 +
{{#cargo_query:
 +
tables=SMART_UseCase
 +
|fields=CONCAT ('[[',_pageName,'|',Offering,']]')
 +
|where=ID="{{#explode:{{FULLPAGENAME}}|/|0}}" AND _pageName LIKE "%/%" AND MintyDocsVersion="Current"
 +
|format=ul
 +
|default=Not published
 
}}
 
}}
 
|<div class="template-form right">{{#formlink:form=SMART_Meta_Edit
 
|<div class="template-form right">{{#formlink:form=SMART_Meta_Edit
Line 67: Line 81:
 
|popup
 
|popup
 
}}</div>
 
}}</div>
|}__NOCACHE__<nowiki /></includeonly>
+
|}<nowiki />[[Category:Canonical]]</includeonly>
 
<noinclude>[[Category:SMART_Cargo]]
 
<noinclude>[[Category:SMART_Cargo]]
  
 
</noinclude>
 
</noinclude>

Latest revision as of 20:21, June 24, 2020

This is the "SMART_Meta" template.

It should be called in the following format:

{{SMART_Meta
|ID=
|Title=
|Subtitle=
|SolutionCategory=
|Solution=
}}

Edit the page to see the template text.

This template defines the table "SMART_Meta". View table.


Retrieved from "https://all.docs.genesys.com/Template:SMART_Meta (2024-10-06 21:04:44)"