Archive Location
ARCHIVE ENTRY TITLE

Disfodish Grammar — Grammar Entry Doctrine

Grammar entries in Disfodish describe rules, systems, and operators of the language: morphology, syntax, phonology, discourse operators, prosody, and other structural mechanisms. They are distinct from word entries, affix entries, and idiomatic constructions, each of which has its own doctrine.

1. Identity Block

Every grammar entry begins with an identity block that situates the rule within the Disfodish system.

2. Definition Block

A concise explanation of what the rule is in Disfodish terms. This block defines the rule without yet describing how it is used.

3. Function Block

This block describes what the rule does in communication and structure.

4. Forms / Paradigm Block

This block contains the forms, patterns, or paradigms associated with the rule. It may be a table, list, or formula.

5. Usage Notes

This block describes how the rule behaves in actual use, including social and contextual factors.

6. Examples Block

Canonical examples using real Disfodish material. Examples should be minimal but representative.

7. Cross-References

Grammar entries are linked to other parts of the Disfodish system.

8. Tags

Each grammar entry receives tags for indexing and cross-domain navigation.

9. Workspace Block

This block records the creation and revision history of the entry.

10. HTML Template (Copy & Paste Into Dreamweaver)

Use the following HTML block to create any new Disfodish grammar entry. It is Dreamweaver-safe and formatted for direct insertion into a template.

<!-- GRAMMAR ENTRY TEMPLATE — DREAMWEAVER-SAFE -->
<!-- Copy everything inside <div class="grammar-entry"> ... </div> -->
<!-- Paste directly into a Dreamweaver template editable region -->

<div class="grammar-entry">

  <h1>Disfodish Grammar Entry: [NAME OF RULE]</h1>

  <h2>1. Identity Block</h2>
  <p><strong>Name of Rule:</strong> [Name]</p>
  <p><strong>Grammar Type:</strong> [morphology / syntax / phonology / discourse / prosody / other]</p>
  <p><strong>Scope:</strong> [e.g. verb system, DOP system, prosodic attractor]</p>
  <p><strong>Status:</strong> [core rule / derived rule / contextual rule]</p>

  <h2>2. Definition Block</h2>
  <p><strong>Core Definition:</strong> [Define the rule in Disfodish terms.]</p>
  <p><strong>Domain:</strong> [Where it operates: verbs, clauses, DOPs, etc.]</p>

  <h2>3. Function Block</h2>
  <p><strong>Communicative Function:</strong> [Meaning encoded]</p>
  <p><strong>Structural Function:</strong> [Effect on sentence structure]</p>
  <p><strong>Prosodic Function:</strong> [Role in stress / rhythm]</p>
  <p><strong>Semantic Function:</strong> [Aspect / tense / modality, if relevant]</p>

  <h2>4. Forms / Paradigm Block</h2>
  <p><strong>Base Pattern:</strong> [General pattern]</p>
  <pre>
[Paradigm table or list goes here]
  </pre>
  <p><strong>Notation:</strong> [Explain accents or special markings]</p>

  <h2>5. Usage Notes</h2>
  <p><strong>Register:</strong> [Formal / intimate / public notices / ritual]</p>
  <p><strong>Frequency:</strong> [Typical vs marked usage]</p>
  <p><strong>Constraints:</strong> [Where it cannot appear]</p>
  <p><strong>Exceptions:</strong> [Edge cases]</p>

  <h2>6. Examples Block</h2>
  <pre>
[Example 1]
[Example 2]
  </pre>

  <h2>7. Cross-References</h2>
  <p><strong>Lexicon Entries:</strong> [List relevant words]</p>
  <p><strong>Related Grammar Entries:</strong> [List related rules]</p>
  <p><strong>Constructions / Phrases:</strong> [If applicable]</p>
  <p><strong>Collaboration Records:</strong> [If applicable]</p>

  <h2>8. Tags</h2>
  <p><strong>Core Tag:</strong> disfodish-grammar</p>
  <p><strong>Optional Tags:</strong> [protolinguistics, doctrine-communication, etc.]</p>

  <h2>9. Workspace Block</h2>
  <p><strong>Created By:</strong> [Names]</p>
  <p><strong>Date:</strong> [Date]</p>
  <p><strong>Source:</strong> [Oral description / TEF record / etc.]</p>
  <p><strong>Revisions:</strong> [Notes]</p>

</div>

 

<