> 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/weight.md).

# Weight

## Abbreviation

The abbreviation of the weight unit, e.g. `kg`.

```
{{ weight:short }}
```

## Singular Name

The singular name of the weight unit, e.g. `Kilogram`.

```
{{ weight:singular }}
```

## Plural Name

The plural name of the weight unit, e.g. `Kilograms`.

```
{{ weight:plural }}
```

## Name

Automatically get the singular or plural name of the weight unit according to the product's weight, e.g. `Kilogram/Kilograms`.

```
{{ weight:name }}
```
