A35 Project: Unified Style and Formatting Guide

1. Definitions

Title Case. In A35, all words in title-cased text have their first letters capitalized, except for articles, conjunctions, and prepositions, which only have their first letter capitalized if such a word is the first in a given phrase. Examples of articles include “a”, “an”, and “the”. Examples of conjunctions include “and”, “or”, “nor”, or “but”. Examples of prepositions include “against”, “at”, “for”, “from”, “in”, “into”, “like”, “of”, “on”, “than”, “through”, “to”, “via”, “with”, and “without”.

2. General Design

A35 is designed with a deliberate horizontal folder hierarchy such that no folder is more than three layers from the root A35 folder. All hyperlinks within A35 are relative to that folder so that the site can be easily moved to another host if needed.

All file names, hyperlinks, and ID attributes in HTML tags in A35 are formatted to the following specification from their original text appearance, hereafter referred to as A35 Link format:

  1. All text is first converted to title case.
  2. All words in the CAP (Conjunction, Article, and Preposition) List defined after this list are to be converted to all lower case.
  3. Forward slashes (/) are replaced with underscores (_).
  4. All other punctuation is removed.
  5. All spaces are then replaced with underscores (_).

Current CAP List (Comma Separated): a, against, an, and, as, at, for, from, in, into, like, of, on, or, than, the, through, to, via, with, without

Prose Generated by Large Language Models

All prose generated by large language models should use include the "add" class in its opening tag (usually <p>), and have the code <sup>AI</sup>appended just before its closing tag (usually </p>).

3. Orthography, Grammar and Entities

D&D Textual Rules

HTML Entities

4. Structural Specification (The Statblock)

The Container and Indentation

Creature Name Header

C1 Format (Single Creature)

C2 Format (Multiple Creatures)

5. Template: Ice Beast (Mindless Audit)

6. Footer and Meta