Difference between revisions of "Template:Design pattern"
Jump to navigation
Jump to search
Marco Looy (talk | contribs) (example descriptions updated) Tag: Visual edit: Switched |
Marco Looy (talk | contribs) (added description and paramorder) Tag: Visual edit: Switched |
||
Line 42: | Line 42: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
+ | "description": "Use this template to add Design pattern meta data.", | ||
"params": { | "params": { | ||
"Title": { | "Title": { | ||
Line 73: | Line 74: | ||
"required": true | "required": true | ||
} | } | ||
− | } | + | }, |
+ | "paramOrder": [ | ||
+ | "Title", | ||
+ | "Description", | ||
+ | "Version", | ||
+ | "Applications", | ||
+ | "Capability Area", | ||
+ | "Owner" | ||
+ | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 13:33, 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.
Use this template to add Design pattern meta data.
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 |