Clean Up example comment syntax authored by Brickgard's avatar Brickgard
...@@ -15,9 +15,9 @@ If a string is provided, the values will be checked if they match. ...@@ -15,9 +15,9 @@ If a string is provided, the values will be checked if they match.
--- ---
Various condition examples using the Player PAPI expansion: Various condition examples using the Player PAPI expansion:
```yaml ```yaml
#Hide if player's direction is not south. # Hide if player's direction is not south.
- placeholder{ph=%player_direction%;v=S} false hide - placeholder{ph=%player_direction%;v=S} false hide
#Hide if player is flying. # Hide if player is flying.
- placeholder{ph=%player_is_flying%;v=yes} true hide - placeholder{ph=%player_is_flying%;v=yes} true hide
# Hide if player's light level is less than 5. # Hide if player's light level is less than 5.
- placeholder{ph=%player_light_level%;v=5;o=>} true hide - placeholder{ph=%player_light_level%;v=5;o=>} true hide
... ...
......