wdpr
    Preparing search index...

    Type Alias LinkLabel

    LinkLabel: { text: string } | { url: string | null } | "page"

    Link display label.

    • { text: string } — explicit text ([[[page | label]]])
    • { url: string | null } — use the URL itself as the label
    • "page" — use the page name as the label ([[[page]]])