Difference between revisions of "Template:PLTable"

From NY Science Standards Wiki
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="performance-tabs">
+
<div class="pltable-linear" style="background-color: #f8f9fa; border: 1px solid #c8ccd1; padding: 16px 16px 8px 16px; margin-bottom: 1em;">
  <input type="radio" name="tabs" id="tab1" checked>
+
{{#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>}}
  <label for="tab1">NYS Level 5</label>
+
{{#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>}}
 
+
{{#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>}}
  <input type="radio" name="tabs" id="tab2">
+
{{#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>}}
  <label for="tab2">NYS Level 4</label>
+
{{#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>}}
 
 
  <input type="radio" name="tabs" id="tab3">
 
  <label for="tab3">NYS Level 3</label>
 
 
 
  <input type="radio" name="tabs" id="tab4">
 
  <label for="tab4">NYS Level 2</label>
 
 
 
  <input type="radio" name="tabs" id="tab5">
 
  <label for="tab5">NYS Level 1</label>
 
 
 
  <div class="tab-content" id="content1">{{{Level5}}}</div>
 
  <div class="tab-content" id="content2">{{{Level4}}}</div>
 
  <div class="tab-content" id="content3">{{{Level3}}}</div>
 
  <div class="tab-content" id="content4">{{{Level2}}}</div>
 
  <div class="tab-content" id="content5">{{{Level1}}}</div>
 
 
</div>
 
</div>

Latest revision as of 14:37, 23 April 2026