wdpr
    Preparing search index...

    Type Alias ImageSource

    ImageSource:
        | { data: string; type: "url" }
        | { data: { file: string }; type: "file1" }
        | { data: { file: string; page: string }; type: "file2" }
        | { data: { file: string; page: string; site: string }; type: "file3" }

    Image source. Wikidot supports four resolution strategies:

    • "url" — absolute URL
    • "file1" — file attached to the current page (filename)
    • "file2" — file on another page (page/filename)
    • "file3" — file on another site (site:page/filename)