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

    Collection of URLs and structured links to external scientific information.

    type Weblinks = {
        links?: {
            accessed?: IsoDate;
            archiveUrl?: UrlString;
            description?: string;
            language?: LangCode;
            title?: string;
            url: UrlString;
        }[];
        wiki?: LangGroup;
    }
    Index

    Properties

    Properties

    links?: {
        accessed?: IsoDate;
        archiveUrl?: UrlString;
        description?: string;
        language?: LangCode;
        title?: string;
        url: UrlString;
    }[]

    List of supplementary web resources providing additional context or data.

    Type Declaration

    • Optionalaccessed?: IsoDate

      Timestamp of the last successful verification of the external link.

    • OptionalarchiveUrl?: UrlString

      Link to a persistent web archive to prevent link rot (e.g. https://web.archive.org/).

    • Optionaldescription?: string

      Summary of the information available at the linked location.

    • Optionallanguage?: LangCode

      The primary language used in the linked resource.

    • Optionaltitle?: string

      Descriptive name of the linked resource.

    • url: UrlString

      Direct address of the external web resource.

    wiki?: LangGroup

    Grouping of Wikipedia references across different language editions.