<head>
<title>⚡ Distribution Board Label Generator for DIN Rail Modules</title>
<style>
-/* DIN Rail Modules are 17.5mm wide, but mounted with 17.9mm pitch to accomodate differences */
+/* DIN Rail Modules are 17.5mm wide, but mounted with slightly bigger pitch to accomodate differences */
:root { --pitch-mm: 17.9mm; }
/* fonts */
</style>
</head>
<body>
-<h1>Distribution Box Label Generator for DIN Rail Circuit Breaker Modules with 17.9mm pitch ( <a href="https://harvie.github.io/">harvie.github.io</a> ; <a href="https://github.com/harvie">github.com/harvie</a> ; License: BSD-3 )</h1>
+<h1>Distribution Box Label Generator for DIN Rail Circuit Breaker Modules with <input type="number" id="pitchmm" name="pitchmm" value="17.9" min="5" max="100" step="0.05" oninput="document.documentElement.style.setProperty('--pitch-mm', this.value + 'mm')" />mm pitch ( <a href="https://harvie.github.io/">harvie.github.io</a> ; <a href="https://github.com/harvie">github.com/harvie</a> ; License: BSD-3 )</h1>
<div class="noprint">Copy-paste these icons:</div>
<!-- Power --> 🔌 ⚡ 💡 🔋 🔥 💧
<!-- Telco --> 📡 🌐 📺 📞 🔔 📱 🔊 ☎️
</div>
<script>document.getElementById('labeltext').value=document.getElementById('labeltable').innerHTML.replace(/<.?tbody>/g, "").trim();</script>
+<script>document.getElementById('pitchmm').dispatchEvent(new Event('input'));</script>
</body>
</html>