Docs Language Bar - Supergiovane/node-red-contrib-knx-ultimate GitHub Wiki
🌐 Language: EN | IT | DE | 简体中文
Navigation: Home Overview: Changelog • FAQ • Security • Docs: Language bar KNX Device: Gateway • Device • Protections Other KNX Nodes: Scene Controller • WatchDog • Logger • Global Context • Alerter • Load Control • Viewer • Auto Responder • HA Translator HUE: Bridge • Light • Battery • Button • Contact • Device SW update • Light sensor • Motion • Scene • Tap Dial • Temperature • Zigbee connectivity Samples: Logger • Switch Light • Dimming • RGB color • RGBW color + White • Command a scene actuator • Datapoint 213.x 4x Setpoint • Datapoint 222.x 3x Setpoint • Datapoint 237.x DALI diags • Datapoint 2.x 1 bit proprity • Datapoint 22.x RCHH Status • Datetime to BUS • Read Status • Virtual Device • Subtype decoded • Alexa • Apple Homekit • Google Home • Switch on/off POE port of Unifi switch • Set configuration by msg • Scene Controller node • WatchDog node • Global Context node • Alerter node • Load control node • Viewer node • MySQL, InfluxDB, MQTT Sample
Wiki Language Bar — How To
Use this pattern to add the language switch to wiki pages and keep naming consistent across translations.
Guidelines
- Filenames: base EN page, then prefix for other languages:
it-
,de-
,zh-CN-
(e.g.,HUE Light.md
,it-HUE Light.md
). - First line (required): add the language bar with the globe icon and links to the four variants.
- Separator: add
---
on the next line, then a blank line, then the page content. - Links: use absolute wiki URLs. Spaces become
+
in URLs (e.g.,HUE Light
→HUE+Light
). - New pages: if a translation is not yet available, you may temporarily keep only the EN page published; add other files when ready.
Snippet
- Put this at the very top of each page, replacing
Page Title
with the wiki filename without extension:🌐 Language: [EN](https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Page+Title) | [IT](https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-Page+Title) | [DE](https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-Page+Title) | [简体中文](https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/zh-CN-Page+Title)
---
Conventions
- HUE node pages: sections should follow
General
,Mapping
,Outputs
,Details
. - Use consistent DPT notations (e.g.,
DPT 3.007
,DPT 5.001
,DPT 9.001
). - Keep product names and brands unchanged (e.g., HUE, KNX).
Maintainers
- Validate all pages:
npm run wiki:validate
- Auto-fix language bars to absolute URLs:
npm run wiki:fix-langbar
- Notes:
_Sidebar.md
,_Footer.md
, and pages undersamples/
are excluded from validation.