Periodic Table Database Schema - v0.7.1
    Preparing search index...

    Fields for specifying the physical or digital location within a larger work.

    type LocFields = {
        chapter?: string;
        number?: number | string;
        pages?: number | string;
        volume?: number | string;
    }
    Index

    Properties

    chapter?: string

    Specific chapter number or title within a book.

    number?: number | string

    The specific issue number of a journal or technical report.

    pages?: number | string

    Page range or specific page identifiers within the larger work.

    volume?: number | string

    The volume of a journal, periodical, or multi-volume book.