forked from open5e/open5e
-
Notifications
You must be signed in to change notification settings - Fork 0
Style Guide
Max Rothman edited this page Feb 7, 2016
·
2 revisions
-
Use em-dashes (
---
, which render as "—") to fill spaces left intentionally empty:Giant Spider ------------ ... **Languages** ---
-
Use en-dashes (
--
, which render as "–") in ranges:+-------------+---------+ |Random Chance| Effect | +=============+=========+ | 01--50 | A thing | +-------------+---------+ | 51--00 | Another | +-------------+---------+
-
Use spaces in die roll specifiers around modifiers: write
1d20 + 5
, not1d20+5
. -
Use hyphens to indicate subtraction:
1d20 - 10