Docs Language Bar - Supergiovane/node-red-contrib-knx-ultimate GitHub Wiki

🌐 Language: EN | IT | DE | 简体中文

Navigation: Home Overview: ChangelogFAQSecurityDocs: Language bar KNX Device: GatewayDeviceProtections Other KNX Nodes: Scene ControllerWatchDogLoggerGlobal ContextAlerterLoad ControlViewerAuto ResponderHA Translator HUE: BridgeLightBatteryButtonContactDevice SW updateLight sensorMotionSceneTap DialTemperatureZigbee connectivity Samples: LoggerSwitch LightDimmingRGB colorRGBW color + WhiteCommand a scene actuatorDatapoint 213.x 4x SetpointDatapoint 222.x 3x SetpointDatapoint 237.x DALI diagsDatapoint 2.x 1 bit proprityDatapoint 22.x RCHH StatusDatetime to BUSRead StatusVirtual DeviceSubtype decodedAlexaApple HomekitGoogle HomeSwitch on/off POE port of Unifi switchSet configuration by msgScene Controller nodeWatchDog nodeGlobal Context nodeAlerter nodeLoad control nodeViewer nodeMySQL, 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 LightHUE+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 under samples/ are excluded from validation.
⚠️ **GitHub.com Fallback** ⚠️