Extract the set of template variables referenced in a ListUsers template string.
Scans for %%variable%% patterns and returns only those that match known ListUsers variables. Unknown variables are silently ignored.
%%variable%%
The template string from the module body
Deduplicated array of referenced variable names
Extract the set of template variables referenced in a ListUsers template string.
Scans for
%%variable%%patterns and returns only those that match known ListUsers variables. Unknown variables are silently ignored.