Difference between revisions of "Template:PLTable"

From NY Science Standards Wiki
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="performance-level-table">
+
<div class="pltable-linear" style="background-color: #f8f9fa; border: 1px solid #c8ccd1; padding: 16px 16px 8px 16px; margin-bottom: 1em;">
<table class="wikitable">
+
{{#if:{{{Level1|}}}|<div style="display: flex; align-items: baseline; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #eaecf0;"><span style="margin-right: 8px; font-size: 1.2em; color: #54595d;">&#9744;</span><div><strong>Level 1:</strong> {{{Level1}}}</div></div>}}
<tr>
+
{{#if:{{{Level2|}}}|<div style="display: flex; align-items: baseline; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #eaecf0;"><span style="margin-right: 8px; font-size: 1.2em; color: #54595d;">&#9744;</span><div><strong>Level 2:</strong> {{{Level2}}}</div></div>}}
  <th><div id="PE5"><div id="PE5-title">'''NYS Level 5'''</div></div></th>
+
{{#if:{{{Level3|}}}|<div style="display: flex; align-items: baseline; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #eaecf0;"><span style="margin-right: 8px; font-size: 1.2em; color: #54595d;">&#9744;</span><div><strong>Level 3:</strong> {{{Level3}}}</div></div>}}
  <th><div id="PE4"><div id="PE4-title">'''NYS Level 4'''</div></div></th>
+
{{#if:{{{Level4|}}}|<div style="display: flex; align-items: baseline; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #eaecf0;"><span style="margin-right: 8px; font-size: 1.2em; color: #54595d;">&#9744;</span><div><strong>Level 4:</strong> {{{Level4}}}</div></div>}}
  <th><div id="PE3"><div id="PE3-title">'''NYS Level 3'''</div></div></th>
+
{{#if:{{{Level5|}}}|<div style="display: flex; align-items: baseline; padding-bottom: 8px; margin-bottom: 8px;"><span style="margin-right: 8px; font-size: 1.2em; color: #54595d;">&#9744;</span><div><strong>Level 5:</strong> {{{Level5}}}</div></div>}}
  <th><div id="PE2"><div id="PE2-title">'''NYS Level 2'''</div></div></th>
 
  <th><div id="PE1"><div id="PE1-title">'''NYS Level 1'''</div></div></th>
 
</tr>
 
<tr>
 
  <td>{{{Level5}}}</td>
 
  <td>{{{Level4}}}</td>
 
  <td>{{{Level3}}}</td>
 
  <td>{{{Level2}}}</td>
 
  <td>{{{Level1}}}</td>
 
</tr>
 
</table>
 
 
</div>
 
</div>

Latest revision as of 14:37, 23 April 2026