wdpr
    Preparing search index...
    • Resolve a single ListUsers module by substituting fetched user data into the pre-compiled template and re-parsing the result as wikitext.

      Currently ListUsers only renders the logged-in user (no iteration over multiple users), so the template is executed exactly once.

      Parameters

      • _module: { attributes: AttributeMap; body?: string; module: "list-users"; users: string }

        The list-users module data from the AST (unused, reserved for future use)

        • attributes: AttributeMap
        • Optionalbody?: string

          Template body with %%variable%% placeholders

        • module: "list-users"

          [[module ListUsers]] — user listing with template body

        • users: string

          User selector expression (e.g. "." for current user)

      • data: ListUsersExternalData

        External user data fetched by the application

      • compiledTemplate: ListUsersCompiledTemplate

        Pre-compiled template function from the extraction phase

      • parse: ParseFunction

        Parser function for re-parsing the substituted template as wikitext

      Returns Element[]

      Array of AST elements produced by parsing the rendered template