Editing Module:Process Query Output 3
Revision as of 22:03, 3 December 2025 by Bmcfann (talk | contribs) (Created page with "local p = {} function p.processData(frame) local pages_only_arg = frame.args["pages_only"] local full_query_arg = frame.args["full_query"] --local vartype = type(plainlistString) page_names_array = mw.text.split(page_names_string, ",") for i, v in ipairs(page_names_array) do print(i .. ": " .. v) end -- return "<ul><li>" .. pages_only_arg .. "</li><li>" .. full_query_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.