# 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 }}
```
