@wdprlib/parser
    Preparing search index...

    Options for resolveIncludes / resolveIncludesAsync

    interface ResolveIncludesOptions {
        maxIterations?: number;
        settings?: WikitextSettings;
    }
    Index

    Properties

    maxIterations?: number

    Maximum number of expansion iterations (default: 10).

    Each iteration replaces all [[include]] directives in the current source with fetched content. Iteration stops when the source is unchanged or this limit is reached.

    settings?: WikitextSettings

    Wikitext settings. If enablePageSyntax is false, includes are not expanded.