wdpr
    Preparing search index...

    Interface IncludeData

    Data for [[include page]] elements. After resolution via resolveIncludes(), elements is populated with the included page's parsed content.

    interface IncludeData {
        elements: Element[];
        location: PageRef;
        "paragraph-safe": boolean;
        variables: VariableMap;
    }
    Index

    Properties

    elements: Element[]

    Parsed content of the included page (empty before resolution)

    location: PageRef

    Target page reference

    "paragraph-safe": boolean

    Whether this include appeared in an inline (paragraph-safe) context

    variables: VariableMap

    Variables passed to the included page (key=value pairs)