wdpr
    Preparing search index...
    • Render a [[module ListPages]] element as an empty container.

      Parameters

      • ctx: RenderContext

        The current render context.

      • _data: {
            "append-line"?: string;
            attributes: AttributeMap;
            body?: string;
            category?: string;
            "created-at"?: string;
            "created-by"?: string;
            fullname?: string;
            limit?: number;
            "link-to"?: string;
            module: "list-pages";
            name?: string;
            offset?: number;
            order?: string;
            pagetype?: string;
            parent?: string;
            "per-page"?: number;
            "prepend-line"?: string;
            range?: string;
            rating?: string;
            reverse: boolean;
            rss?: string;
            "rss-description"?: string;
            "rss-home"?: string;
            "rss-limit"?: number;
            "rss-only": boolean;
            separate: boolean;
            tags?: string;
            "updated-at"?: string;
            "url-attr-prefix"?: string;
            votes?: string;
            wrapper: boolean;
        }

        ListPages module data (unused; the container is always empty).

        • Optionalappend-line?: string
        • attributes: AttributeMap
        • Optionalbody?: string

          Template body with %%variable%% placeholders

        • Optionalcategory?: string
        • Optionalcreated-at?: string
        • Optionalcreated-by?: string
        • Optionalfullname?: string
        • Optionallimit?: number
        • Optionallink-to?: string
        • module: "list-pages"

          [[module ListPages]] — the most complex module. Queries pages by various criteria and renders each through a template body.

        • Optionalname?: string
        • Optionaloffset?: number
        • Optionalorder?: string
        • Optionalpagetype?: string
        • Optionalparent?: string
        • Optionalper-page?: number
        • Optionalprepend-line?: string
        • Optionalrange?: string
        • Optionalrating?: string
        • reverse: boolean
        • Optionalrss?: string
        • Optionalrss-description?: string
        • Optionalrss-home?: string
        • Optionalrss-limit?: number
        • rss-only: boolean
        • separate: boolean
        • Optionaltags?: string
        • Optionalupdated-at?: string
        • Optionalurl-attr-prefix?: string

          Prefix for URL path parameters (HPC support)

        • Optionalvotes?: string
        • wrapper: boolean

      Returns void