> For the complete documentation index, see [llms.txt](https://snipcart.michaelaerni.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snipcart.michaelaerni.ch/templating/tags/length.md).

# Length

## Abbreviation

The abbreviation of the length unit, e.g. `cm`.

```
{{ length:short }}
```

## Singular Name

The singular name of the length unit, e.g. `Centimeter`.

```
{{ length:singular }}
```

## Plural Name

The plural name of the length unit, e.g. `Centimeters`.

```
{{ length:plural }}
```

## Length Name

Automatically get the singular or plural name of the length unit according to the product's length, e.g. `Centimeter/Centimeters`.

```
{{ length:lengthName }}
```

## Width Name

Automatically get the singular or plural name of the length unit according to the product's width, e.g. `Centimeter/Centimeters`.

```
{{ length:widthName }}
```

## Height Name

Automatically get the singular or plural name of the length unit according to the product's height, e.g. `Centimeter/Centimeters`.

```
{{ length:heightName }}
```
