More actions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Template for structuring Friction Design Patterns. | Template for structuring Friction Design Patterns in a Library style. | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
| Line 13: | Line 13: | ||
}} | }} | ||
= {{{Name|}}} = | |||
=== Examples | <div style="background: #f9f9f9; border-left: 5px solid #3366cc; padding: 15px; margin-bottom: 20px; font-style: italic;"> | ||
'''Summary:''' {{{Summary|}}} | |||
</div> | |||
== Pattern Description == | |||
{{{Description|}}} | |||
== Interaction Design Implications == | |||
{{{Implications|}}} | |||
== Usage & Examples == | |||
{{{Examples|No examples provided yet.}}} | {{{Examples|No examples provided yet.}}} | ||
--- | |||
<div style="column-count: 2; column-gap: 40px; background: #fafafa; padding: 15px; border: 1px solid #ddd;"> | |||
'''Sub-patterns:''' | |||
{{#set: Subpatterns={{{Subpatterns|}}} }} {{{Subpatterns|}}} | |||
'''Related Patterns:''' | |||
{{#set: Related_To={{{Related|}}} }} {{{Related|}}} | |||
'''Further Reading:''' | |||
{{{Source|}}} | |||
'''Licensing:''' | |||
[<span class="plainlinks">{{{License|}}}</span> CC BY 4.0] | |||
</div> | |||
[[Category:Pattern]] | [[Category:Pattern]] | ||
</includeonly> | </includeonly> | ||
Revision as of 00:00, 13 March 2026
Template for structuring Friction Design Patterns in a Library style.