wdpr
    Preparing search index...

    Reference to an internal wiki page. Produced by [[[page]]] or cross-site [[[site:page]]] syntax.

    interface PageRef {
        page: string;
        site: string | null;
    }
    Index

    Properties

    Properties

    page: string

    Page UNIX name (e.g. "scp-001", "system:page-tags")

    site: string | null

    Site name for cross-site links; null for same-site links