Skip to main content

Type Alias: BookNameFormat

BookNameFormat = "long" | "short" | "medium"

Defined in: Data/Core/BookNames.ts:28

Book name format for reference output.

  • 'long': Full book names (e.g., "Acts", "Romans", "1 Corinthians")
  • 'short': TSK-style abbreviations (e.g., "Ac", "Ro", "1Co")
  • 'medium': Standard abbreviations (e.g., "Act", "Rom", "1 Cor")