Difference between revisions of "Template: WorkspaceArticle"
From Genesys Documentation
(18 intermediate revisions by 5 users not shown) | |||
Line 27: | Line 27: | ||
{{EPPOHead|Role={{{Role|}}}|Dimension={{{Dimension|}}}|Context=Use this page to create and manage the versions and manuals in this workspace.|PageType=Article}} | {{EPPOHead|Role={{{Role|}}}|Dimension={{{Dimension|}}}|Context=Use this page to create and manage the versions and manuals in this workspace.|PageType=Article}} | ||
{{NoteFormat| | {{NoteFormat| | ||
− | * | + | *Get How To info in the Writer's Guide {{Link-AnywhereElse|product=ContentAdmin|version=Internal|manual=WritersGuide}} |
− | + | *Go to Admin dashboard (for Admins only): [[Draft:ContentAdmin/Internal/SiteDashboard|Admin dashboard]] | |
− | * | + | *Create a new workspace: send an email request to [mailto:ixhelpdesk@genesys.com IX Help Desk] and we'll get you sorted. |
− | *Create a new workspace | ||
|2}} | |2}} | ||
− | + | <h2>Manage your versions{{FormTip| | |
− | {{FormTip| | + | Use the Add Version button to create a new version. For Cloud, always create a Current version. Reminder: Don't create a draft version. Access draft versions via the Page actions drop-down.}}</h2> |
− | Use the | ||
<div class="template-form"> | <div class="template-form"> | ||
{{#formlink:form=CreateVersion | {{#formlink:form=CreateVersion | ||
− | | link text= | + | | link text=Add Version |
| link type=button | | link type=button | ||
|popup | |popup | ||
− | |query string=MintyDocsVersion[version]={{{version}}}&MintyDocsVersion[productshort]={{#explode:{{FULLPAGENAME}}|/|0}} | + | |query string=MintyDocsVersion[version]={{{version|}}}&MintyDocsVersion[productshort]={{#explode:{{FULLPAGENAME}}|/|0}} |
|reload | |reload | ||
}} | }} | ||
</div> | </div> | ||
− | {{#cargo_query:tables=MintyDocsVersion|fields= | + | |
+ | {{#tag:tabber| | ||
+ | {{#cargo_query:tables=MintyDocsVersion | ||
+ | |fields=version,productshort | ||
+ | |delimiter={{!}}-{{!}} | ||
+ | |no html | ||
+ | |where=productshort="{{#explode:{{FULLPAGENAME}}|/|0}}" | ||
+ | |format=template | ||
+ | |template=PrintVersion1 | ||
+ | |named args=yes | ||
+ | }} | ||
+ | }} | ||
==Manage your manuals== | ==Manage your manuals== | ||
− | {{#cargo_query:tables=MintyDocsManual|fields=CONCAT('[[',_pageName,'|',displayname,']]')=Manual,version=Version,CONCAT('<span class="button">[{{server}}/Special:FormEdit/ | + | <div class="template-form"> |
+ | {{#formlink:form=CreateMintyDocsManual | ||
+ | |link text=Add Manual | ||
+ | |query string=MintyDocsManual[product]={{#explode:{{FULLPAGENAME}}|/|0}}&MintyDocsManual[manual]= | ||
+ | |link type=button | ||
+ | |reload | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | {{#cargo_query:tables=MintyDocsManual|fields=CONCAT('[[',_pageName,'|',displayname,']]')=Manual,version=Version,CONCAT('<span class="button">[{{server}}/Special:FormEdit/EditMintyDocsManual/',_pageName,'?returnto={{FULLPAGENAME}} Setup]</span> <span class="button">[{{server}}/Special:FormEdit/EditTOC/',_pageName,'?returnto={{FULLPAGENAME}} Edit TOC]</span>')=Edit manual|where=product="{{#explode:{{FULLPAGENAME}}|/|0}}" AND _pageName!="{{FULLPAGENAME}}"|format=dynamic table}} | ||
==Manage Standalone articles== | ==Manage Standalone articles== | ||
You can create two kinds of standalone articles: generic standalone and How It Works articles. Each article type lives within this workspace. | You can create two kinds of standalone articles: generic standalone and How It Works articles. Each article type lives within this workspace. | ||
Line 60: | Line 78: | ||
{{#formlink:form=CreateStandaloneArticle | {{#formlink:form=CreateStandaloneArticle | ||
| link type=button | | link type=button | ||
− | |link text= | + | |link text=Add generic standalone article |
|query string=Article[product]={{#explode:{{FULLPAGENAME}}|/|0}} | |query string=Article[product]={{#explode:{{FULLPAGENAME}}|/|0}} | ||
}} | }} | ||
Line 67: | Line 85: | ||
{{#formlink:form=CreateSimpleStandalone | {{#formlink:form=CreateSimpleStandalone | ||
| link type=button | | link type=button | ||
− | |link text= | + | |link text=Add simple standalone article |
|query string=ArticleSimplified[product]={{#explode:{{FULLPAGENAME}}|/|0}} | |query string=ArticleSimplified[product]={{#explode:{{FULLPAGENAME}}|/|0}} | ||
}} | }} | ||
Line 77: | Line 95: | ||
{{#formlink:form=HIW | {{#formlink:form=HIW | ||
| link type=button | | link type=button | ||
− | |link text= | + | |link text=Add How It Works article |
|query string=HIW[product]={{#explode:{{FULLPAGENAME}}|/|0}} | |query string=HIW[product]={{#explode:{{FULLPAGENAME}}|/|0}} | ||
|returnto={{FULLPAGENAME}} | |returnto={{FULLPAGENAME}} | ||
Line 112: | Line 130: | ||
|format=dynamic table}} | |format=dynamic table}} | ||
− | + | ==Videos in this workspace== | |
+ | {{#cargo_query:tables=Videos,Article|join on=Videos._pageName=Article._pageName|fields=CONCAT ('[[',Article._pageName,'|',DisplayName,']]')=Article,IF (Description IS NULL, '<i>Description needed!</i>', Description)=Video,Id,ConcatId|where=productshort="{{#explode:{{FULLPAGENAME}}|/|0}}"|limit=500}} | ||
__NOCACHE__ | __NOCACHE__ | ||
__TOC__ | __TOC__ |
Latest revision as of 17:51, December 19, 2021
This is the "WorkspaceArticle" template.
It should be called in the following format:
{{WorkspaceArticle |productshort= |DisplayName= |Product }}
Edit the page to see the template text.
This template defines the table "WorkspaceArticle". View table.