# XWUICardSNGTruck

Fleet entity card for an SNG (Satellite News Gathering) / uplink truck - sibling of XWUICardOBVan, but the prominent primary identifier is the transmission technology (`SNG` = satellite RF vs `LIVE U` = cellular-bonding/IP), the field the AI scheduling engine indexes on. Pure composition: an XWUIAvatar initials square + `data.id` title + XWUIDisplayBadge status pill in the header, a large XWUIChip for `transmissionType`, then small-chip rows for satellite `bands` ("Ku-band", "C-band", "Ka-band") and supported `formats` (HD 1080i/1080p/4K UHD), an optional pin · city · timestamp location row, an "Update Location" XWUIButton, and an optional notes footer. Used by SNG Mobility (`/en/sng-mobility`) and the card-mode pivot of `/en/resources/sng-trucks`; `conf_comp.clickable` gates whole-card activation.

## Basic Usage

An active SNG01 truck (SNG transmission) with Ku/C bands, HD 1080p + 4K UHD formats, located in Riyadh, with an Update Location CTA.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Active SNG01, SNG type, Ku/C bands, HD 1080p + 4K UHD, Riyadh, Update Location CTA.
```

## Fleet Grid

Three cards together - active, maintenance, and offline - showing the full status-badge palette across a mixed fleet.

```example
file: examples/FleetGrid.ts
title: Fleet Grid
description: An active dual-band SNG, a maintenance SNG, and an offline LIVE U card rendered side by side.
```

## LIVE U Static Card

A read-only LIVE U unit with no bands, no location, and whole-card clicks disabled via config.

```example
file: examples/LiveUStatic.ts
title: LIVE U Static Card
description: LIVE U-01 with formats only and clickable:false for a display-only inventory tile.
```

```api
```
