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> | ||
<div style="float: right; padding: 5px | <div style="float: right; margin-left: 10px; padding: 5px 12px; border-radius: 4px; font-size: 0.9em; font-weight: bold; text-transform: uppercase; | ||
background-color: {{#switch:{{{Status|}}} | background-color: {{#switch:{{{Status|}}} | ||
|Reviewed = #d4edda; color: #155724; border: 1px solid #c3e6cb; |Needs Review = #fff3cd; color: #856404; border: 1px solid #ffeeba; |#f8d7da; color: #721c24; border: 1px solid #f5c6cb; }}"> | |Reviewed = #d4edda; color: #155724; border: 1px solid #c3e6cb; | ||
|Needs Review = #fff3cd; color: #856404; border: 1px solid #ffeeba; | |||
|#f8d7da; color: #721c24; border: 1px solid #f5c6cb; | |||
}}"> | |||
Status: {{{Status|Needs Review}}} | Status: {{{Status|Needs Review}}} | ||
</div> | </div> | ||
<div class="friction-header" style="margin-top: 0;"> | <div class="friction-header" style="margin-top: 0;"> | ||
<div style="margin-top: 0; padding-top: 0; font-size: 1.1em; line-height: 1.6em; color: #444; margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 15px;"> | <div style="margin-top: 0; padding-top: 0; font-size: 1.1em; line-height: 1.6em; color: #444; margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 15px;"> | ||
| Line 27: | Line 31: | ||
== Metadata & Relations == | == Metadata & Relations == | ||
{| class="wikitable" style="width:100%" | {| class="wikitable" style="width:100%" | ||
! Heuristic Violations | |||
| {{{Violates|None documented}}} | |||
|- | |||
! Sub-patterns | ! Sub-patterns | ||
| {{{Subpatterns_Display|}}} | | {{{Subpatterns_Display|}}} | ||
| Line 39: | Line 46: | ||
| [{{{License|}}} CC BY 4.0] | | [{{{License|}}} CC BY 4.0] | ||
|} | |} | ||
[[Category:Pattern]] | [[Category:Pattern]] | ||
{{#set: | {{#set: | ||
Revision as of 13:36, 26 March 2026
Template for structuring Friction Design Patterns.