Difference between revisions of "Template:Design pattern"
Jump to navigation
Jump to search
Marco Looy (talk | contribs) (Title is required) Tag: Visual edit: Switched |
Marco Looy (talk | contribs) (Made all fields required) Tag: Visual edit: Switched |
||
Line 42: | Line 42: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
− | + | "params": { | |
− | + | "Title": { | |
− | + | "type": "string", | |
− | + | "example": "Template title", | |
− | + | "required": true | |
− | + | }, | |
− | + | "Description": { | |
− | + | "type": "string", | |
− | + | "example": "Template description", | |
− | + | "required": true | |
− | + | }, | |
− | + | "Version": { | |
− | + | "type": "string", | |
+ | "example": "Product version", | ||
+ | "required": true | ||
+ | }, | ||
+ | "Applications": { | ||
+ | "type": "string", | ||
+ | "example": "Application name", | ||
+ | "required": true | ||
+ | }, | ||
+ | "Capability Area": { | ||
+ | "type": "string", | ||
+ | "example": "Capability area", | ||
+ | "required": true | ||
+ | }, | ||
+ | "Owner": { | ||
+ | "type": "string", | ||
+ | "example": "Template owner", | ||
+ | "required": true | ||
+ | } | ||
+ | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 13:25, 1 September 2020
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.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | Title | no description
| String | required |
Description | Description | no description
| String | required |
Version | Version | no description
| String | required |
Applications | Applications | no description
| String | required |
Capability Area | Capability Area | no description
| String | required |
Owner | Owner | no description
| String | required |