More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Template for structuring Friction Design Patterns | Template for structuring Friction Design Patterns. | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
| Line 11: | Line 11: | ||
|Source={{{Source|}}} | |Source={{{Source|}}} | ||
|License={{{License|}}} | |License={{{License|}}} | ||
|Subpatterns={{{Sub1|}}} | |||
|Subpatterns={{{Sub2|}}} | |||
|Subpatterns={{{Sub3|}}} | |||
|Subpatterns={{{Sub4|}}} | |||
|Related_To={{{Rel1|}}} | |||
|Related_To={{{Rel2|}}} | |||
|Related_To={{{Rel3|}}} | |||
|Related_To={{{Rel4|}}} | |||
}} | }} | ||
= {{{Name|}}} = | = {{{Name|}}} = | ||
<div style="font-size: 1. | <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|}}}'' | ||
</div> | </div> | ||
| Line 25: | Line 33: | ||
{{{Implications|}}} | {{{Implications|}}} | ||
== Examples | == Usage & Examples == | ||
{{{Usage|No usage notes provided.}}} | |||
{{{Examples|No examples provided yet.}}} | {{{Examples|No examples provided yet.}}} | ||
== Metadata & Relations == | |||
{| class="wikitable" style="width:100%" | |||
! Sub-patterns | |||
| [[{{{Sub1|}}}]] {{#if:{{{Sub2|}}}|, [[{{{Sub2|}}}]]}} {{#if:{{{Sub3|}}}|, [[{{{Sub3|}}}]]}} {{#if:{{{Sub4|}}}|, [[{{{Sub4|}}}]]}} | |||
|- | |||
! Related Patterns | |||
| [[{{{Rel1|}}}]] {{#if:{{{Rel2|}}}|, [[{{{Rel2|}}}]]}} {{#if:{{{Rel3|}}}|, [[{{{Rel3|}}}]]}} {{#if:{{{Rel4|}}}|, [[{{{Rel4|}}}]]}} | |||
|- | |||
! Source | |||
| {{{Source|}}} | |||
|- | |||
! License | |||
| [{{{License|}}} CC BY 4.0] | |||
|} | |||
[[Category:Pattern]] | [[Category:Pattern]] | ||
</includeonly> | </includeonly> | ||
Revision as of 11:24, 18 March 2026
Template for structuring Friction Design Patterns.