Update Home

Jean Viscogliosi-Pate 2025-02-21 18:37:56 -05:00
parent fbcd789e55
commit 4f05851ae6
1 changed files with 7 additions and 2 deletions

@ -15,6 +15,11 @@ This process needs to be done by the author of a story because it requires conte
- `prn/h` is for honorifics, such as mister, miss, mix, and doctor - `prn/h` is for honorifics, such as mister, miss, mix, and doctor
- `prn/N` is for adult nouns, such as man, woman, and person - `prn/N` is for adult nouns, such as man, woman, and person
- `prn/n` is for child nouns, such as boy, girl, and kid - `prn/n` is for child nouns, such as boy, girl, and kid
- `prn/F` for adult family, such as father, mother, parent
- `prn/f` for child family, such as son, daughter, child
- `prn/k` for kin, such as brother, sister, sibling
- `prn/W` for wedded partners, such as husband, wife, and spouse
- `prn/w` for unwedded partners, such as boyfriend, girlfriend, and partner
Note that these are case-sensitive! If written beginning with a capital letter, the replacement will be capitalized. As an example, `prn/s` would become "he" and `Prn/s` would become "He" if the reader had their pronouns set that way. Note that these are case-sensitive! If written beginning with a capital letter, the replacement will be capitalized. As an example, `prn/s` would become "he" and `Prn/s` would become "He" if the reader had their pronouns set that way.
@ -47,5 +52,5 @@ Use `pov/` replacements when narrating, but `prn/` when another character is ref
Some verbs need to be conjugated differently between actors. Verb exceptions are formatted as `vrb/`verb (first-person, present tense)`/`tense`/`. Plural verbs always conjugate the same and don't need to be replaced. Some verbs need to be conjugated differently between actors. Verb exceptions are formatted as `vrb/`verb (first-person, present tense)`/`tense`/`. Plural verbs always conjugate the same and don't need to be replaced.
- `vrb/has/present/` becomes "has" or "have" - `vrb/has/present/` becomes "has" or "have"
- `vrb/is/present/` becomes "is" or "are" - `vrb/be/present/` becomes "is" or "are"
- `vrb/is/past/` becomes "was" or "were" - `vrb/be/past/` becomes "was" or "were"