kitsu-site/pronouns/index.html
2025-04-19 22:37:36 +00:00

145 lines
5.4 KiB
HTML

<!doctype html>
<meta charset="utf-8" />
<title>how to: Delta's pronouns</title>
<link rel="stylesheet" href="/main.css"/>
<style>
main {
max-width: 960px;
}
.name {
font-weight: bold;
color: var(--l3-tx);
}
.one {
color: var(--l4-tx);
}
._3pp {
color: var(--gr-tx);
}
h2 {
margin-top: 3em;
}
p.head {
background-color: var(--l1-bg);
border: 1px solid var(--l2-br);
display: inline-block;
padding: 1em;
}
hr {
border-color: #555;
margin: 2em 40%;
}
.dont {
text-decoration: #d94a4a wavy underline;
}
</style>
<main>
<h1>how to: <span class="name">Delta</span>'s pronouns</h1>
<p>
Hello there! One might've just asked, "How in the heck do <span class="dont" title="consider not using this pronoun">your</span> pronouns work?"... It's complex, but maybe really simple.
</p>
<p><i>and yes, you've stumbled upon a weirdo with "pronouns"! we might even exist!</i></p>
<hr />
<p>
<span class="one">This one</span> is an "<span class="_3pp">it/its</span>" and "<span class="_3pp">3pp pref</span>" (third-person pronouns preferred) creature! <span class="_3pp">It</span> will commonly refer to <span class="_3pp">itself</span> in 3rd person, and would like others to try the same. Some phrases are <b>Hard</b> to switch to 3rd person, such as "thank you!", and other times "you" is just easier!
</p>
<p>
<span class="name">Delta</span> is acutely aware of the difficulty <span class="_3pp">it's</span> asking. Please do what feels best! If one can refer to <span class="name">Delta</span> without personalized pronouns, that would make <span class="_3pp">it</span> very happy!~
</p>
<h2>how does one refer to <span class="name">Delta</span>?</h2>
<p>
With love, of course!~ The following sections "expand" into examples of use. These examples assume the reader uses first person pronouns to self-refer.
</p>
<p>
Please use:
</p>
<ul>
<li>
<details>
<summary><span class="_3pp">it/its</span></summary>
<p class="head">
Imagine that Delta is a helpful fox. It just helped a creature do something. It was very useful!
</p>
<p>
<em>(in place of "she"):</em>
<br />
<span class="_3pp">It</span> wrote a story I enjoyed... I wonder what <span class="_3pp">its</span> up to today.
</p>
<p>
<em>(in place of "you"):</em>
<br />
OMG <span class="_3pp">it</span> gave me an idea!
</p>
</details>
</li>
<li>
<details>
<summary><span class="name">Delta</span></summary>
<p class="head">Imagine that Delta is "not around" (even when it is) and one needs to refer to it.</p>
<p>
<em>(in place of "she"):</em>
<br />
We all know how quiet <span class="name">Delta</span> can be, but even if <span class="_3pp">it</span> doesn't talk that's okay~
</p>
<p>
<em>(in place of "you"):</em>
<br />
Good morning! How is <span class="name">Delta</span> doing today?
</p>
</details>
</li>
<li>
<details>
<summary><span class="one">this one/that one/one/onesself</span></summary>
<p class="head">Imagine that Delta is more of a concept, or a thing in a place; able to be pointed at.<br /><br />
As a rule of thumb, keep the "this" vs "that" consistent throughout a sentence; this and that aren't the same things.</p>
<p>
<em>(in place of "she"):</em>
<br />
I get what <span class="one">that one</span> is saying but... <br />
& <br />
<span class="one">This one</span> gives gentle hugs.
</p>
<p>
<em>(in place of "you"):</em>
<br />
Surely, <span class="one">that one</span> cannot be serious...<br />
& <br />
<span class="one">That one</span> seems quite tired today.
</p>
</details>
</li>
</ul>
<h2>what if depersonalizing <span class="name">Delta</span> is too difficult?</h2>
<p>
That is O.K.! Anyone gets a free pass if a creature finds it difficult.
</p>
<p>
<span class="one">This one</span> goes by traditional "she/her/hers" and "they/them" in a professional setting.</p>
<p>Although... <span class="name">Delta</span> will likely be distant if you use those. <span class="_3pp">It</span> may find it difficult, you'll have to understand that.
</p>
<h2>bonus: how will <span class="name">Delta</span> refer to <span class="_3pp">itself</span>?</h2>
<p>
Very carefully! <span class="_3pp">It</span> will usually speak as if <span class="_3pp">it</span> is not <span class="one">onesself</span>, such as in third person. <span class="one">This one</span> will refer to <span class="_3pp">itself</span> as <span class="_3pp">it</span> has in this entire page. Sometimes, <span class="_3pp">it</span> will do some creative things to English to ensure the point gets across, such as stripping beginning pronouns ("I went to the..." becomes "went to the"), or either collectivizing or personalizing pronouns that might not otherwise need special treatment
</p>
<p>
<span class="name">Delta</span> may use the royal "we" or "us" to refer to <span class="_3pp">itself</span> as stand-in for first-person singular pronouns. <span class="_3pp">It</span> often speaks as such in a plural sense, meaning collectively with headmates too; but sometimes not~
</p>
<hr style="margin: 1.4em 0;" />
<small>Special thanks to 41666(💜) and it's <a href="https://noe.sh/pronouns/">pronouns page</a> for the layout and reference.</small>
</main>