Calculator:HighLite/Nameplates: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
<input type="text" id="item-search" placeholder="Search items..." style="width: calc(100% - 20px); padding: 8px 10px; margin-bottom: 15px; background-color: var(--bg-secondary, #28292d); color: var(--text-main, #b6b4b2); border: 1px solid var(--border-color-base, #3d3d3d); border-radius: 4px;">
<input type="text" id="item-search" placeholder="Search items..." style="width: calc(100% - 20px); padding: 8px 10px; margin-bottom: 15px; background-color: var(--bg-secondary, #28292d); color: var(--text-main, #b6b4b2); border: 1px solid var(--border-color-base, #3d3d3d); border-radius: 4px;">


<table id="item-display-table" class="wikitable sortable">
<html><table id="item-display-table" class="wikitable sortable">
     <thead>
     <thead>
         <tr>
         <tr>
Line 13: Line 13:
         </tr>
         </tr>
     </thead>
     </thead>
     <tbody>
     <tbody></html>
         {{#cargo_query:
         {{#cargo_query:
             tables=Items
             tables=Items
Line 23: Line 23:
             |cacheable=yes
             |cacheable=yes
         }}
         }}
         </tbody>
         <html></tbody>
</table>
</table>


Line 30: Line 30:
<textarea id="output-list" rows="10" readonly style="width: 100%; background-color: var(--bg-secondary, #28292d); color: var(--text-main, #b6b4b2); border: 1px solid var(--border-color-base, #2d2d2d); border-radius: 4px; padding: 10px; font-family: monospace; resize: vertical;"></textarea>
<textarea id="output-list" rows="10" readonly style="width: 100%; background-color: var(--bg-secondary, #28292d); color: var(--text-main, #b6b4b2); border: 1px solid var(--border-color-base, #2d2d2d); border-radius: 4px; padding: 10px; font-family: monospace; resize: vertical;"></textarea>
<button id="copy-button" style="background-color: #007bff; color: white; border: none; border-radius: 4px; padding: 10px 15px; cursor: pointer; font-size: 16px; margin-top: 10px;">Copy to Clipboard</button>
<button id="copy-button" style="background-color: #007bff; color: white; border: none; border-radius: 4px; padding: 10px 15px; cursor: pointer; font-size: 16px; margin-top: 10px;">Copy to Clipboard</button>
<span id="copy-feedback" style="margin-left: 10px; color: green;"></span>
<span id="copy-feedback" style="margin-left: 10px; color: green;"></span></html>


<!-- The widget itself (CSS and JS) is embedded here -->
<!-- The widget itself (CSS and JS) is embedded here -->