More actions
No edit summary Tag: Reverted |
No edit summary |
||
| (30 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. | |||
'''Summary:''' ''{{{Summary|}}}'' | '''Summary:''' ''{{{Summary|}}}'' | ||
</div> | </div> | ||
| Line 25: | Line 14: | ||
{{{Implications|}}} | {{{Implications|}}} | ||
== | == Usage == | ||
{{{ | {{{Usage|}}} | ||
== Examples == | |||
{{{Examples|}}} | |||
== Metadata & Relations == | |||
{| class="wikitable" style="width:100%" | |||
! scope="row" | Heuristic Violations | |||
| {{{Violates|}}} | |||
|- | |||
! scope="row" | Sub-patterns | |||
| {{{Subpatterns_Display|}}} | |||
|- | |||
! scope="row" | Related Patterns | |||
| {{{Related_Display|}}} | |||
|- | |||
! scope="row" | Source | |||
| {{{Source|}}} | |||
|- | |- | ||
! | ! scope="row" | License | ||
| [{{{License|}}} CC BY 4.0] | |||
|} | |||
[[Category:Pattern]] | [[Category:Pattern]] | ||
{{#set: | |||
|Archive_Category=Pattern | |||
|Pattern_Name={{{Name|}}} | |||
|Summary={{{Summary|}}} | |||
|Description={{{Description|}}} | |||
|Implications={{{Implications|}}} | |||
|Has_Heuristic_Violation={{{Violates|}}}|+sep=, | |||
|Source={{{Source|}}} | |||
|License={{{License|}}} | |||
|Subpatterns={{{Sub1|}}} | |||
|Subpatterns={{{Sub2|}}} | |||
|Subpatterns={{{Sub3|}}} | |||
|Subpatterns={{{Sub4|}}} | |||
|Related_To={{{Rel1|}}} | |||
|Related_To={{{Rel2|}}} | |||
|Related_To={{{Rel3|}}} | |||
|Related_To={{{Rel4|}}} | |||
}} | |||
</div> | |||
</includeonly> | </includeonly> | ||
Latest revision as of 12:19, 27 July 2026
Template for structuring Friction Design Patterns.