Difference between revisions of "Template:Design pattern"
Jump to navigation
Jump to search
Pinventado (talk | contribs) (Updated pattern format) |
Pinventado (talk | contribs) (Update format to use comma separators instead of line breaks) |
||
Line 4: | Line 4: | ||
{{Infobox_designpattern | {{Infobox_designpattern | ||
|image= <!-- Provide the filename of the image to be displayed (e.g., Design_pattern.png) --> | |image= <!-- Provide the filename of the image to be displayed (e.g., Design_pattern.png) --> | ||
|author= <!--List of authors separated by | |author= <!--List of authors separated by a " , "comma --> | ||
|contributor= <!-- List of contributors separated by | |contributor= <!-- List of contributors separated by a " , "comma. This is optional so you can remove this field if there are no contributors --> | ||
|dataanalysis= <!-- If applicable, list of data analyses used for mining the pattern separated by | |dataanalysis= <!-- If applicable, list of data analyses used for mining the pattern separated by a " , "comma --> | ||
|domain= <!-- Learning domain the design pattern belongs to (e.g., General, Math, Algebra) --> | |domain= <!-- Learning domain the design pattern belongs to (e.g., General, Math, Algebra) --> | ||
|stakeholders= <!-- List of stakeholders separated by | |stakeholders= <!-- List of stakeholders separated by a " , "comma --> | ||
|evaluation = <!-- List of evaluations on the pattern separated by | |evaluation = <!-- List of evaluations on the pattern separated by a " , "comma --> | ||
|application = <!-- List of environments where the pattern was applied separated by | |application = <!-- List of environments where the pattern was applied separated by a " , "comma --> | ||
|appliedevaluation = <!-- List of environments where the pattern was applied and evaluated separated by | |appliedevaluation = <!-- List of environments where the pattern was applied and evaluated separated by a " , "comma --> | ||
}} | }} | ||
Line 23: | Line 23: | ||
==Forces== | ==Forces== | ||
<!-- List of forces affecting the solution. Each entry is | <!-- List of forces affecting the solution. Each entry is preceded by an * For example: | ||
# Entry 1 | # Entry 1 | ||
# Entry 2 --> | # Entry 2 --> | ||
Line 33: | Line 33: | ||
===Benefits=== | ===Benefits=== | ||
<!-- List of benefits from applying the solution to the problem Each entry is | <!-- List of benefits from applying the solution to the problem Each entry is preceded by an * For example: | ||
# Entry 1 | # Entry 1 | ||
# Entry 2 --> | # Entry 2 --> | ||
===Liabilities=== | ===Liabilities=== | ||
<!-- List of liabilities from applying the solution to the problem Each entry is | <!-- List of liabilities from applying the solution to the problem Each entry is preceded by an * For example: | ||
# Entry 1 | # Entry 1 | ||
# Entry 2 --> | # Entry 2 --> |
Revision as of 07:39, 8 July 2015
Design pattern | |
Contributors | |
---|---|
Last modification | January 10, 2025 |
Source | {{{source}}} |
Pattern formats | OPR Alexandrian |
Usability | |
Learning domain | |
Stakeholders |
Context
Problem
Forces
Solution
Consequences
Benefits
Liabilities
Evidence
Literature
Discussion
Data
Applied evaluation
Example
Related patterns
References