updated layout and informations authored by Lxlp's avatar Lxlp
**Description:** checks for the current lunar phase
## Description
Checks for the current lunar phase
---
**Attributes:**
| Attribute | Alias | Description |
| ---------- | ---------- | --------------------------------------- |
| phases | p, phase | the lunar phase/s you want to check for |
---
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| phases | p, phase | the lunar phase/s you want to check for. Can be a list. | 0 |
### Phase Attribute
Please note that you **MUST** use the phase number. This chart is here to help you match the lunar phase to its number.
| Phase Name | Phase Number |
......@@ -23,21 +21,13 @@ Please note that you **MUST** use the phase number. This chart is here to help y
| First Quarter | 6 |
| Waxing Gibbous | 7 |
---
**Examples:**
```
## Examples
```yaml
Conditions:
- lunarphase{p=0} true
```
```
```yaml
Conditions:
- lunarphase{p=0,2,4,6} true
```
\ No newline at end of file
---
**Extra Information:**
- [x] Type: Location
\ No newline at end of file