Template:NetworkLegend: Difference between revisions
Appearance
Auto-created: Network legend template |
Fix: show only active namespace types in legend |
||
| Line 1: | Line 1: | ||
<div class="network-legend" style="display:flex; flex-wrap:wrap; gap:12px; padding:12px; background:#fff; border:1px solid #a2a9b1; border-radius:6px; margin-bottom:1em; font-size:0.9em;"> | <div class="network-legend" style="display:flex; flex-wrap:wrap; gap:12px; padding:12px; background:#fff; border:1px solid #a2a9b1; border-radius:6px; margin-bottom:1em; font-size:0.9em;"> | ||
<div style="display:flex; align-items:center; gap:6px;"><div style="width:14px; height:14px; border-radius:50%; background:#2196F3; border:2px solid #1565C0;"></div> Principle</div> | <div style="display:flex; align-items:center; gap:6px;"><div style="width:14px; height:14px; border-radius:50%; background:#2196F3; border:2px solid #1565C0;"></div> Principle</div> | ||
<div style="display:flex; align-items:center; gap:6px;"><div style="width:14px; height:14px; border-radius:50%; background:#FF9800; border:2px solid #EF6C00;"></div> Implementation</div> | <div style="display:flex; align-items:center; gap:6px;"><div style="width:14px; height:14px; border-radius:50%; background:#FF9800; border:2px solid #EF6C00;"></div> Implementation</div> | ||
<div style="display:flex; align-items:center; gap:6px;"><div style="width:14px; height:14px; border-radius:50%; background:#F44336; border:2px solid #C62828;"></div> Heuristic</div> | <div style="display:flex; align-items:center; gap:6px;"><div style="width:14px; height:14px; border-radius:50%; background:#F44336; border:2px solid #C62828;"></div> Heuristic</div> | ||
<div style="display:flex; align-items:center; gap:6px;"><div style="width:14px; height:14px; border-radius:50%; background:#00BCD4; border:2px solid #0097A7;"></div> Environment</div> | <div style="display:flex; align-items:center; gap:6px;"><div style="width:14px; height:14px; border-radius:50%; background:#00BCD4; border:2px solid #0097A7;"></div> Environment</div> | ||
</div><noinclude> | </div><noinclude> | ||
== Usage == | == Usage == | ||
Latest revision as of 14:02, 18 February 2026
Principle
Implementation
Heuristic
Environment
Usage
Add {{NetworkLegend}} before your network graph.