More actions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Template for structuring Friction Design Patterns | Template for structuring Friction Design Patterns. | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
| Line 13: | Line 13: | ||
}} | }} | ||
= {{{Name|}}} = | {| class="wikitable" style="width: 100%; table-layout: fixed;" | ||
! style="width: 20%; background: #f2f2f2;" | Pattern Name | |||
| style="font-size: 1.2em; font-weight: bold;" | {{{Name|}}} | |||
|- | |||
! Summary | |||
| ''{{{Summary|}}}'' | |||
|- | |||
! Description | |||
| {{{Description|}}} | |||
|- | |||
! Interaction Implications | |||
| {{{Implications|}}} | |||
|- | |||
! Sub-patterns | |||
| {{#set: Subpatterns={{{Subpatterns|}}} }} {{{Subpatterns|}}} | |||
|- | |||
! Related Patterns | |||
| {{#set: Related_To={{{Related|}}} }} {{{Related|}}} | |||
|- | |||
! Source / Reference | |||
| {{{Source|}}} | |||
|- | |||
! License | |||
| [{{{License|}}} CC BY 4.0 International] | |||
|} | |||
=== Examples & Applications === | |||
== | |||
= | |||
{{{Examples|No examples provided yet.}}} | {{{Examples|No examples provided yet.}}} | ||
[[Category:Pattern]] | [[Category:Pattern]] | ||
</includeonly> | </includeonly> | ||
Revision as of 00:01, 13 March 2026
Template for structuring Friction Design Patterns.