More actions
No edit summary |
No edit summary |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Template for structuring Friction Design Patterns | Template for structuring Friction Design Patterns. | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
= | <div class="friction-header" style="clear: both;"> | ||
<div style="font-size: 1.1em; line-height: 1.6em; color: #444; margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 15px;"> | <div style="font-size: 1.1em; line-height: 1.6em; color: #444; margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 15px;"> | ||
'''Summary:''' ''{{{Summary|}}}'' | '''Summary:''' ''{{{Summary|}}}'' | ||
| Line 15: | Line 14: | ||
{{{Implications|}}} | {{{Implications|}}} | ||
== Usage | == Usage == | ||
{{{Usage| | {{{Usage|}}} | ||
{{{Examples| | == Examples == | ||
{{{Examples|}}} | |||
== Metadata & Relations == | == Metadata & Relations == | ||
{| class="wikitable" style="width:100%" | {| class="wikitable" style="width:100%" | ||
! Sub-patterns | ! scope="row" | Heuristic Violations | ||
| {{{Violates|}}} | |||
|- | |||
! scope="row" | Sub-patterns | |||
| {{{Subpatterns_Display|}}} | | {{{Subpatterns_Display|}}} | ||
|- | |- | ||
! Related Patterns | ! scope="row" | Related Patterns | ||
| {{{Related_Display|}}} | | {{{Related_Display|}}} | ||
|- | |- | ||
! Source | ! scope="row" | Source | ||
| {{{Source|}}} | | {{{Source|}}} | ||
|- | |- | ||
! License | ! scope="row" | License | ||
| [{{{License|}}} CC BY 4.0] | | [{{{License|}}} CC BY 4.0] | ||
|} | |} | ||
| Line 42: | Line 45: | ||
|Description={{{Description|}}} | |Description={{{Description|}}} | ||
|Implications={{{Implications|}}} | |Implications={{{Implications|}}} | ||
|Has_Heuristic_Violation={{{Violates|}}}|+sep=, | |||
|Source={{{Source|}}} | |Source={{{Source|}}} | ||
|License={{{License|}}} | |License={{{License|}}} | ||
| Line 53: | Line 57: | ||
|Related_To={{{Rel4|}}} | |Related_To={{{Rel4|}}} | ||
}} | }} | ||
</div> | |||
</includeonly> | </includeonly> | ||
Latest revision as of 12:19, 27 July 2026
Template for structuring Friction Design Patterns.