The list-users module data from the AST (unused, reserved for future use)
Optionalbody?: stringTemplate body with %%variable%% placeholders
[[module ListUsers]] — user listing with template body
User selector expression (e.g. "." for current user)
External user data fetched by the application
Pre-compiled template function from the extraction phase
Parser function for re-parsing the substituted template as wikitext
Array of AST elements produced by parsing the rendered template
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.