Editing Module:Process ask query results 2
Revision as of 21:50, 10 December 2025 by Bmcfann (talk | contribs) (Created page with "local p = {} function p.processData(frame) local page_names_query_arg = frame.args["page_names_query"] local full_query_arg = frame.args["full_query"] local property_names_arg = frame.args["property_names_list"] return "<ul><li>" .. page_names_query_arg .. "</li><li>" .. full_query_arg .. "</li><li>" .. property_names_arg .. "</li></ul>" end return p")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.