Difference between revisions of "Template:Design pattern"
Jump to navigation
Jump to search
(extended the capability field to include Industry) Tag: Visual edit: Switched |
(release 1.1 - new design pattern code) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
− | </noinclude><includeonly>{{#set: Class=Design pattern | + | </noinclude><includeonly>{{#vardefine:@title|{{#if:{{{Title|}}} |{{{Title|}}} |{{#explode:{{FULLPAGENAME}}|-|-1|2}} }} }}<!-- |
+ | -->__NOTITLE__<!-- | ||
+ | |||
+ | |||
+ | // ---v Do not change!! | ||
+ | --><div class="title"><h1 style="display:inline;">{{#var:@title}}</h1><div class="ratingstars-inline-title">{{#ratepage:{{FULLPAGENAME}}|Main }}</div><!-- | ||
+ | -->{{DISPLAYTITLE:{{#var:@title}} }}<!-- | ||
+ | --></div><!-- | ||
+ | // ---^ Do not change!! | ||
+ | |||
+ | -->{{#set: Class=Design pattern | ||
|Title={{{Title|}}} | |Title={{{Title|}}} | ||
|Description={{{Description|}}} | |Description={{{Description|}}} | ||
Line 21: | Line 31: | ||
|Capability/Industry Area={{{Capability Area|}}} | |Capability/Industry Area={{{Capability Area|}}} | ||
|Owner={{{Owner|}}} | |Owner={{{Owner|}}} | ||
+ | |Average rating= | ||
+ | |E-mail notification sent={{{E-mail notification sent|True}}} | ||
|Is new={{#if: {{#show: {{FULLPAGENAME}} |?Approval status}}|0|1}} | |Is new={{#if: {{#show: {{FULLPAGENAME}} |?Approval status}}|0|1}} | ||
|Is changed={{#ifexpr: {{#time: U | {{#show: {{FULLPAGENAME}} |?Modification date#ISO}} }} > {{#time: U | {{#show: {{FULLPAGENAME}} |?Approval date#ISO|default=2020-01-01}} }}|1|0}} | |Is changed={{#ifexpr: {{#time: U | {{#show: {{FULLPAGENAME}} |?Modification date#ISO}} }} > {{#time: U | {{#show: {{FULLPAGENAME}} |?Approval date#ISO|default=2020-01-01}} }}|1|0}} | ||
}} | }} | ||
+ | <div class="infobar"> | ||
+ | <div class="description"> | ||
{| class="wikitable" | {| class="wikitable" | ||
! Description | ! Description | ||
Line 37: | Line 51: | ||
| {{{Capability Area|}}} | | {{{Capability Area|}}} | ||
|} | |} | ||
+ | </div><!-- | ||
+ | -->{{Pega liked badge}}<!-- | ||
+ | --></div><!-- | ||
+ | |||
+ | --> | ||
+ | __TOC__ | ||
{{{Body|}}} | {{{Body|}}} | ||
+ | |||
+ | [[Category:{{{Applications}}}]] | ||
+ | [[Category:Design pattern]] | ||
+ | |||
</includeonly> | </includeonly> | ||
+ | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
− | "description": " | + | "description": "Please select the appropriate value from the available dropdowns where applicable", |
"params": { | "params": { | ||
"Title": { | "Title": { | ||
Line 61: | Line 86: | ||
"label": "Pega Infinity version", | "label": "Pega Infinity version", | ||
"description": "Description placeholder that explains the purpose of this field", | "description": "Description placeholder that explains the purpose of this field", | ||
− | "type": " | + | "type": "wiki-user-name", |
"example": "Pega Infinity version", | "example": "Pega Infinity version", | ||
"required": true | "required": true | ||
Line 68: | Line 93: | ||
"label": "Pega Platform or Application", | "label": "Pega Platform or Application", | ||
"description": "Description placeholder that explains the purpose of this field", | "description": "Description placeholder that explains the purpose of this field", | ||
− | "type": " | + | "type": "wiki-user-name", |
"example": "'Platform' or Application name", | "example": "'Platform' or Application name", | ||
"required": true | "required": true | ||
Line 75: | Line 100: | ||
"label": "Capability or Industry area", | "label": "Capability or Industry area", | ||
"description": "Description placeholder that explains the purpose of this field", | "description": "Description placeholder that explains the purpose of this field", | ||
− | "type": " | + | "type": "wiki-user-name", |
"example": "Capability area", | "example": "Capability area", | ||
"required": true | "required": true |
Latest revision as of 08:13, 27 May 2021
This is the "Design pattern" template. It should be called in the following format:
{{Design pattern
|Title=
|Description=
|Version as of=
|Application=
|Capability/Industry Area=
|Owner=
|Body=
}}
Edit the page to see the template text.
Please select the appropriate value from the available dropdowns where applicable
Parameter | Description | Type | Status | |
---|---|---|---|---|
Design pattern title | Title | Description placeholder that explains the purpose of this field
| String | required |
Design pattern description | Description | Description placeholder that explains the purpose of this field
| String | required |
Pega Infinity version | Version | Description placeholder that explains the purpose of this field
| User | required |
Pega Platform or Application | Applications | Description placeholder that explains the purpose of this field
| User | required |
Capability or Industry area | Capability Area | Description placeholder that explains the purpose of this field
| User | required |
Design pattern owner | Owner | Description placeholder that explains the purpose of this field
| User | required |