Editing Module:Process Query Output 3b
Revision as of 23:31, 4 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) local page_names_array = mw.text.split(pages_only_arg, ",") for i = 1, #page_names_array do page_names_array[i] = mw.text.trim(page_names_array[i]) end local concatenated_string = "<ul>" for i, v in ipairs(page_names_array) do concatenated_stri...")
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.